Forer Posted July 4 Share Posted July 4 Hey! I wanted to DM some people about this but the site does not let me DM, so I instead have to hope some help can come to me. I need to Decrypt my PBR save file so I can literally flip one hex value, to change the game version from Pearl to Diamond. But I just cannot get the code posted below, to work at all! I know nothing about coding and don't know how to execute it, I've been trying for literal hours downloading various software. I think I need to "compile" this code to run it, or something? But I am so clueless. Because I did that in Visual Studio and it still doesn't work. So could someone explain how to do this, so that every other person out there who needs to do this in the future, knows what program they need to use, and how to do it? Thank you! Alternatively, if someone would just be willing to decrypt my file, flip the gamemode from Pearl to Diamond (I can show you which Hex value needs to be changed) and then encrypt it and send it back to me, I would be so grateful! Thousands of people have been using my Savefile lately and so I am trying to make this change at their request. On 9/8/2017 at 12:04 AM, BlackShark said: You have to use the encryptSaveSlotAndUpdateChecksums function. I made a quick modification of the tool, the functionality is still similar but now it aks the user if he wants to decrypt or encrypt. When decrypting it reads PbrSaveData and decrypts it to PbrSaveData_decrypted_current and PbrSaveData_decrypted_backup. When encrypting it reads PbrSaveData_decrypted_current and PbrSaveData_decrypted_backup and encrypts it to PbrSaveData. Be sure those files are always present in the tools directory and also keep backups just in case! Source pbrsavetool.zip Link to comment Share on other sites More sharing options...
BlackShark Posted July 5 Share Posted July 5 Follow these steps: Download pbrsavetool.zip Un-zip the file into a folder Place your PbrSaveData (named exactly like that) file into the same folder Double click on pbrsavetool.exe You will be asked if you want to decrypt or encrypt your file Enter d to decrypt your file this creates two files PbrSaveData_decrypted_current and PbrSaveData_decrypted_backup (it overwrites them if they already exist) keep both files in that folder! Do your modifications in PbrSaveData_decrypted_current Double click on pbrsavetool.exe again You will again be asked if you want to decrypt or encrypt your file Enter e to encrypt your file this creates the file PbrSaveData (it overwrites if it already exists) You are done! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now