Emulate Pro Keys/Pro Guitar/Bass on Dolphin

Viewing 15 posts - 61 through 75 (of 88 total)
  • Author
    Posts
  • #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.

    #435542
    StackOverflow0x
    Participant

      It’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.

      #435806
      Ruggy
      Participant

        Why the RN1/RB2 DLC don’t have album art? Can I put using the same way the RBHP upgrades the vocal tracks?

        #435816
        StackOverflow0x
        Participant

          They 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.

          #435855
          Ruggy
          Participant

            That 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. D:

            #435869
            StackOverflow0x
            Participant

              u8it can unpack in batch. That’s the advantage of a command line program you know <img decoding=” 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
              )

              #435874
              Ruggy
              Participant

                Thanks 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.

                #435878
                StackOverflow0x
                Participant

                  This 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.

                  #435885
                  Ruggy
                  Participant

                    I’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.

                    #437223

                    Thank 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?

                    #437232
                    StackOverflow0x
                    Participant

                      You 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.

                      #438483

                      Sry for the late response,but i was very busy in the last weeks.

                       

                      here is the dump https://www.sendspace.com/file/9cxd6i

                      #438511
                      StackOverflow0x
                      Participant

                        This 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.

                        #438512

                        The game freezes right after it finished loading, when the band is walking through the streets.

                        #438539
                        StackOverflow0x
                        Participant

                          Try removing all the lines of the cheat except the first two. If it’s still freezing, I’ll need to explore another solution.

                        Viewing 15 posts - 61 through 75 (of 88 total)
                        • You must be logged in to reply to this topic.
                        Back to top button