Emulate Pro Keys/Pro Guitar/Bass on Dolphin
- This topic has 87 replies, 15 voices, and was last updated 9 years, 3 months ago by orange22.
-
AuthorPosts
-
January 1, 2015 at 9:31 pm #435525
StackOverflow0x, Amazing work!!
This is pretty amazing. I may pick up the version of dolphin yo’ure running and try some of this stuff out. I could probably do videos of peoples songs if this works out, I have a pretty beefy laptop.
Also, I feel like your username is really familiar from somewhere. maybe gbatemp. Not sure. I’ve definitely seen you around though.
January 2, 2015 at 4:25 am #435542It’s worth trying to see how people are handling the process. I’m still working on a tool for general Wii customs players that should hopefully make loading DLC into Dolphin very easy.
As for the username, I use this one on this forum and for posting on the Rock Band subreddit. Not GBATemp though.
January 8, 2015 at 11:46 am #435806Why the RN1/RB2 DLC don’t have album art? Can I put using the same way the RBHP upgrades the vocal tracks?
January 8, 2015 at 3:49 pm #435816They were made that way and there’s no easy fix. A lot of the DLC is supposed to get ots album art from the disc, but never does for some reason. You’d have to edit the DTA and put the album art on the meta file of the song, which would involve directly editing hundreds of official DLC.
January 9, 2015 at 1:40 am #435855That wouldn’t be the problem if I had an updated list of DLC releases for Wii (Which is different of the other consoles releases dates). Another little problem it’s that I can find a program that unpack multiples .app at once, making this even slower that it should be.
January 9, 2015 at 3:46 am #435869u8it can unpack in batch. That’s the advantage of a command line program you know ” src=”/wp-content/uploads/invision_emoticons/default_SA_wink.gif” />
If you need to unpack a bunch of app files at once, put them in their own folder, then save this code as its own batch file and run that (with u8it in said folder).
for %%f in (*.app) do (
u8it %%f %%~nf
)January 9, 2015 at 4:42 am #435874Thanks dude, now I can unpack all metadata archives and put the album artwork, I downloaded all songs of the 1st GEN to play on Dolphin but there are many songs that I don’t really want/like and unpacking is a simple way to discover which song it is.
January 9, 2015 at 5:51 am #435878This incomplete list tells you most of them.
http://rawksd.japaneatahand.com/wiki/Master_DLC_List
It’s a bit tedious as it is, but you can get the bin to app conversions from the RBHP archive for sZAE. Then check which app belongs to which song. I wish I could build my own list since I have all the DLC and would make this look up process much easier.
January 9, 2015 at 12:47 pm #435885I’ve already tried this but there are many songs that the order doesn’t fit with the DLC database, that’s why I’ve downloaded every song of the first gen. I’m just thinking how I will export the RB/RB2/LRB songs, I search and I discovered that the Rock Band 1 songs can’t be exported to Rock Band 3 but I’ve seen people playing RB1 songs on Wii (?) This really makes me confused.
January 28, 2015 at 4:48 pm #437223Thank you for this usefull cheats
They work on my PAL Version too, only the “Licensing-Conflicted Songs Cheat” causes my game to freeze. Maybe because the dlc generation have different names on PAL.
One Question about the autoplay cheat, would it possible to use this cheat not on all players, for example player one plays “manually” and player 2 and 3 use autoplay?
January 28, 2015 at 6:28 pm #437232You know, it might be possible, but only if the official Harmonix cheat overlay could be enabled and functional. Text strings seem to indicate enabling of autoplay of specific parts but it probably has to be done the proper way as I have no way of triggering those functions otherwise.
As for the licensing songs issue, didn’t PAL have more songs blocked? If you send me a memory dump of the game after it loads, I can quickly figure it out.
To run the emulator in debug, open a command prompt window, drag and drop the Dolphin executable on there, then type -d. Go to the memory tab and dump MRAM. Upload that anywhere and post it here.
February 16, 2015 at 11:25 am #438483Sry for the late response,but i was very busy in the last weeks.
here is the dump https://www.sendspace.com/file/9cxd6i
February 16, 2015 at 7:11 pm #438511This is odd, but this confirms that the cheats should be working as the RAM is nearly identical. When does the game freeze? There might be a better way to get the same result which may avoid the issue.
February 16, 2015 at 7:36 pm #438512The game freezes right after it finished loading, when the band is walking through the streets.
February 16, 2015 at 10:41 pm #438539Try removing all the lines of the cheat except the first two. If it’s still freezing, I’ll need to explore another solution.
-
AuthorPosts
- You must be logged in to reply to this topic.