sd2snes icon indicating copy to clipboard operation
sd2snes copied to clipboard

Save State issue - Dragon Quest 5 Translation Patch

Open skins4thewin opened this issue 2 years ago • 4 comments

After loading a saved state, the sound effects stop & the game freezes after you take pretty much any action. Aka making a menu choice, talking to someone, changing rooms, etc. This has been an ongoing issue with this game since Save States were first introduced.

skins4thewin avatar Feb 02 '23 11:02 skins4thewin

Try adding the following to sd2snes/savestate_fixes.yml on the SD card. The sound engine has a lot of state controlled by multiple functions which make this complicated. The fix attempts to reset some of this state so it doesn't lock up.

You'll have to test it out to see if it works for you. If it locks up in a dialog, try saving again to see if it unlocks itself. If it doesn't work at all you may have a different checksum in your ROM that needs to replace the "E3DA".

E3DA: # Dragon Quest V (T+Eng 2.01F)
  - 002140,00
  - 0008D8,00
  - 0008DA,00
  - 0008DC,00
BAF9: # Dragon Quest V (JP)
  - 002140,00
  - 0008D8,00
  - 0008DA,00
  - 0008DC,00

redacted173 avatar Feb 10 '23 22:02 redacted173

Thanks for looking into this! However you may as well be talking a foreign language lol as I really am not sure what any of that means... what exactly am I adding to where?

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: redacted173 @.> Sent: Friday, February 10, 2023 5:15:44 PM To: mrehkopf/sd2snes @.> Cc: skins4thewin @.>; Author @.> Subject: Re: [mrehkopf/sd2snes] Save State issue - Dragon Quest 5 Translation Patch (Issue #189)

Try adding the following to sd2snes/savestate_fixes.yml on the SD card. The sound engine has a lot of state controlled by multiple functions which make this complicated. The fix attempts to reset some of this state so it doesn't lock up.

You'll have to test it out to see if it works for you. If it locks up in a dialog, try saving again to see if it unlocks itself. If it doesn't work at all you may have a different checksum in your ROM that needs to replace the "E3DA".

E3DA: # Dragon Quest V (T+Eng 2.01F)

  • 002140,00
  • 0008D8,00
  • 0008DA,00
  • 0008DC,00 BAF9: # Dragon Quest V (JP)
  • 002140,00
  • 0008D8,00
  • 0008DA,00
  • 0008DC,00

— Reply to this email directly, view it on GitHubhttps://github.com/mrehkopf/sd2snes/issues/189#issuecomment-1426409593, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH7URC77SQGQJC6YW4TXAPLWW24ZBANCNFSM6AAAAAAUO444CQ. You are receiving this because you authored the thread.Message ID: @.***>

skins4thewin avatar Feb 11 '23 00:02 skins4thewin

Let me know if these directions aren't clear: (1) Insert your SD2SNES's SD memory card into your computer. Let's assume it shows up as E: drive in windows.

Now you have two choices: (2a) Download the attached savestate_fixes.zip at the bottom of this comment. Unzip it. Copy the savestate_fixes.yml file into the E:\sd2snes\ directory. Say yes to copying over the existing file. -or- (2b) Open the file E:\sd2snes\savestate_fixes.yml in notepad. It's a text file and you should see text that looks similar to what I put in my previous comment. (2c) Copy all 10 lines of text starting on the line with "E3DA: ..." in my previous comment to the end of the file and save it.

(3) Insert the SD card back into your SD2SNES and try savestates.

savestate_fixes.zip

redacted173 avatar Feb 11 '23 00:02 redacted173

Ahh I see, I didn't see the attached file in the last email. I get it now. Thanks, I will definitely try this out next time I boot up the game. Thanks a bunch for giving this issue some attention! :)

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: redacted173 @.> Sent: Friday, February 10, 2023 7:20:26 PM To: mrehkopf/sd2snes @.> Cc: skins4thewin @.>; Author @.> Subject: Re: [mrehkopf/sd2snes] Save State issue - Dragon Quest 5 Translation Patch (Issue #189)

Let me know if these directions aren't clear: (1) Insert your SD2SNES's SD memory card into your computer. Let's assume it shows up as E: drive in windows.

Now you have two choices: (2a) Download the attached savestate_fixes.zip at the bottom of this comment. Unzip it. Copy the savestate_fixes.yml file into the E:\sd2snes\ directory. Save yes to copying over the existing file. -or- (2b) Open the file E:\sd2snes\savestate_fixes.yml in notepad. It's a text file and you should see text that looks similar to what I put in my previous comment. (2c) Copy all 10 lines of text starting on the line with "E3DA: ..." in my previous comment to the end of the file and save it.

(3) Insert the SD card back into your SD2SNES and try savestates.

savestate_fixes.ziphttps://github.com/mrehkopf/sd2snes/files/10712108/savestate_fixes.zip

— Reply to this email directly, view it on GitHubhttps://github.com/mrehkopf/sd2snes/issues/189#issuecomment-1426524050, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH7URCZBYLGOTSX3WVW5WXDWW3LMVANCNFSM6AAAAAAUO444CQ. You are receiving this because you authored the thread.Message ID: @.***>

skins4thewin avatar Feb 11 '23 05:02 skins4thewin