27w ago - Following up on his
previous update, today PlayStation 3 developer
Flat_z has updated the PS3 Save Game Tools Pack to include SFOPatcher v0.2.0 and PFDTool version 0.2.3 alongside an update to the BruteforceSaveData GUI by
aldostools below.
Download:
PS3 Save Game Tools Pack Update (121412) /
PFDTool and SFOPatcher Source Code /
BruteforceSaveData GUI
From
Flat_z: Some people asked me about the source code of pfd & sfo tools.. here they are (linked above).
Guys, here is an update of my tools. It contains an update to sfopatcher (see the changelog below) and a small update to pfdtool. Previously you should make a save game for your game on your console and then use PARAM.SFO from it as a template to PARAM.SFO from a foreign save game to build a new PARAM.SFO which will contain the data specific to your console. A newer version of sfopatcher will use a foreign save data directory and params only if you specify these options.
From
aldostools: A new version of the frontend is available with the updated tools from flatz and new settings to take advantage of these features.
Changes: new "Rebuild" option, new "Restore" option, updated the database with secure_file_id for more than 750 games (over 3140 title ids). Added a new "date" column. Special thanks to flatz, Alex at CMP, acab, skillerCMP, gingerbread and many others
Changelog:
pfdtool 0.2.3
- Added an option to specify the relative offset to advance each time while bruteforcing a secure file ID.
Finally, below is a guide from
zorrolaro on how to use PFDTool without PS3 CFW using Borderlands 2 as an example:
Required Tools:
Guide:
- Create a folder near your root drive for pfdtool (i.e. c:/pfdtool/), then extract all files into that folder from the linked archive.
- Download and install wireshark and winPcap (included with the wireshark installer)
- Download and install the .net runtimes
- Download and install PS3 ProxyServer
- Open a command prompt (start menu -> all programs -> accessories -> command prompt) and enter command "ipconfig". Write down the IPv4 address (should look like 192.168.0.10 or something similar)
- Open PS3 ProxyServer and copy the IPv4 address you wrote down into the IP Address field and check of PS3 mode, leave the other options alone. Hit the big start button. Keep you IPv4 number handy, you'll need it again. Leave this program running.
- Open Wireshark. On the left side there is an option to start capture. Left click with your mouse to select the appropriate network adapter listed below the start command. If you are not sure about which adapter to use, select them all using ctrl + left mouse click. Hit the start button once you've highlighted the appropriate adapters. Leave this program running.
- Boot up your PS3 and navigate to Settings -> Network Settings -> Internet Connection Settings. on the first page select Custom, on the second select whether you are connected wirelessly or wired. Skip all other options by hitting right on your controller until you get to the Proxy Server page, then select use for that option. input the IPv4 address you wrote down earlier into the top field.
Make sure that the port number on this page matches the port number on PS3 ProxyServer (should both say 8080). Skip to the last page on the configuration and hit x. Test connection when prompted by hitting x again. As long as the top 3 fields say succeeded you can carry on to the next step. if not, review your settings in this step and steps 5 and 6 and retry.
- Sign into the playstation network and login to the psn store.
- Go back to your pc and check Wireshark. There should be a whole bunch of information displayed on the screen, don't worry you don't need to know what it means. Press [ctrl]+ e to stop capturing, then press [ctrl]+f to bring up your search dialogue. Under "find" check of "string" and under "Search In" check off "Packet bytes". Enter 0000000100 as your search criteria and hit enter. If the necessary packet was found, in the bottom frame it should show the number highlighted on the right side (plaintext view) to ensure you have the right packet, right before the highlighted text it should say "devideID":" and then the numbers you searched for.
Take all the numbers and letters starting with your highlighted numbers and copy everything down until you find the next quotation mark in the plaintext. You should have a total of 32 digits written down. Should look something like 000000010084 followed by a bunch of letters and numbers. This is your console id.
- Go to the folder you installed pfdtool in. Open global.conf in notepad. Eidt the line where it says console_id=by adding the console id you just captured after the =. Also change the other fields that are bolded below to match
; Global settings
[global]
authentication_id=1010000001000003
console_id=00000001008400xxx01dxxxx239xx6x6
user_id=00000001
syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03
trophy_param_sfo_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropsys_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropusr_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
troptrns_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropconf_sfm_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D
- Save file and exit (make sure you save as .conf not .txt)
- Open the games.conf file in the same folder. Edit it as follows for NA retail disc version only. You'll have a different game id (the BLUS30982) and secure_file_id. You'll need to ask for someone on the forums to get those for you if you are using a different region, version or entirely differnt game. You can add additional games follwing the same layout by adding more lines. The disc_hash_key is commented out, so you will get a notifaction everytime you use pfdtool, but it still works fine.
; "Borderlands 2"
[BLUS30982]
;disc_hash_key=
secure_file_id:*=02010508040102010508030A0F070C0D
- Save and close the file once you are done adding games. Again make sure you save as .conf, not .txt.
- Make sure you have a copy of your save game on your pc. I like to copy them right into the same folder as pfdtool to make for shorter commands.
- You are now ready to actually use pfdtool. Navigate your command prompt to the folder you installed it (command to use is simply the path of the folder, ie "c:/pfdtool"). To decrypt we use the following command:
pfdtool -g BLUS30982 -d "C:/pfdtool/BLUS30982-SAVE-SAVE0001" SAVE0001.SAV
- Where the part in quotations will be changed to reflect your actual drive location and the name of the file will be changed to your actual file name. The file name and path are case sensitive, make sure you double check you have the right case.
- You now have a decrypted save file. Use your hex editor of choice or in the case of Borderlands 2 you can use the latest version of Gibbed's Borderlands 2 Save Editor. Once you are done editing, sae your game again and onto the last step.
- All that's left at this point is to encrypt the file again. See below, same notes as when decrypting about file path and name.
pfdtool -g BLUS30982 -e "C:/pfdtool/BLUS30982-SAVE-SAVE0001" SAVE0001.SAV
- You can now transfer your save game back to your PS3.
A couple of quick notes: I have tried to make this as noob friendly as possible, but you still need some basic knowledge to follow this guide. Also, atm I really have no interest in modding any other save games so I do not have the info for other games to place in your games.conf file, though if anyone wants to post them I will be happy to add them to the guide. I did not write nor do I support any of the software mentioned in this guide.
Unfortunately we can't extract it from .PFD because IDPS is not stored there. They used it as a HMAC key to hash the content of PARAM.SFO.
I already said many times that some hashes are not checked. That's why Xploder works fine without your console ID. But my goal was the correct generation of the PFD (because S0ny can add new checks in the future) and I had managed to use all keys but you can omit some of them (based on your console id or disc hash key, for example).
From
cheetahh: I can confirm that flat_z tool can be used to decrypt TROPTRANS.DAT file and if you know how to modify all the files correctly (there are different checksums and hashes in the files) you can sync those unlocked trophies to PSN as well.
From
Sunny992: All information should be free, don't conceal it if it's already leaked, which it was.
troptrns_dat_key=91EE81555ACC1C4FB5AAE5462CFE1C62A4AF36A5
It was leaked on NGU.
In the end, I erased the save file on the HD and applied my save with the resigner and it worked.
So, case in point if anyone else is having a hard time. Although when you copy it over to your harddrive it will erase what you had there previously, it still wasn't working. Erasing the original save file from your HD before copying it over with ftp or USB stick worked for me. May or may not work for other games, but it's worth trying for sure! Try this for anyone having a few problems.
Another few updates by qorner for the GT5 save game editor (aka GT5 Career Booster): http://uploadmirrors.com/download/5F1MZRBE/GT5CB-12242012.rar and also http://rghost.net/42581355
Gran Turismo 5 Save Editor / Gran Turismo 5 Career Booster (GT5CB)
What you get with this tool is 20 000 000 in-game credits, and A-Spec level 40.
Prerequisites
First of all, whatever you do, always backup your files! Second, you must upgrade Gran Turismo 5 (GT5) to version 2.09, run it afterwards, load your game, perform manual save from "GT Mode" and finally exit GT5.
Copy GT5 saved data from console to storage media. Tutorial can be found here: http://manuals.playstation.net/document/en/ps3/current/game/copysavedata.html
Download Gran Turismo 5 Career Booster (GT5CB) from SourceForge (new and official source): https://sourceforge.net/projects/gt5cb/files/
Note that I'm not the developer of this tool! I accidentally stumble upon it while using Google
You'll also need flat_z's pfdtool for data crypting. pfdtool can be found here: http://www.ps3news.com/ps3-hacks-jailbreak/ps3-save-game-tools-pack-updated-by-flat-z-pfdtool-v0-2-3-out/
If you're on OFW, as I am, Console ID can be found by following this tutorial (nope, currently there is no easier way): Using pfdtool without cfw (Borderlands 2 specific)
If you want to know how to use the lately released Save Game:
Required tools:
pfdtool by flatz: http://rghost.ru/42242210
wireshark: http://www.wireshark.org/download.html
PS3 ProxyServer by CF3B5: http://www.ps3news.com/forums/downloads.php?do=file&id=3673
.net 1.1 runtimes (for PS3 PoxyServer): http://www.microsoft.com/en-us/download/details.aspx?id=26
1. Create a folder near your root drive for pfdtool (i.e. c:/pfdtool/), then extract all files into that folder from the linked archive.
2. Download and install wireshark and winPcap (included with the wireshark installer)
3. Download and install the .net runtimes
4. Download and install PS3 ProxyServer
5. Open a command prompt (start menu -> all programs -> accessories -> command prompt) and enter command “ipconfig”. Write down the IPv4 address (should look like 192.168.0.10 or something similar)
6. Open PS3 ProxyServer and copy the IPv4 address you wrote down into the IP Address field and check of PS3 mode, leave the other options alone. Hit the big start button. Keep you IPv4 number handy, you’ll need it again. Leave this program running.
7. Open Wireshark. On the left side there is an option to start capture. Left click with your mouse to select the appropriate network adapter listed below the start command. If you are not sure about which adapter to use, select them all using ctrl + left mouse click. Hit the start button once you’ve highlighted the appropriate adapters. Leave this program running.
8. Boot up your PS3 and navigate to Settings -> Network Settings -> Internet Connection Settings. on the first page select Custom, on the second select whether you are connected wirelessly or wired. Skip all other options by hitting right on your controller until you get to the Proxy Server page, then select use for that option. input the IPv4 address you wrote down earlier into the top field. Make sure that the port number on this page matches the port number on PS3 ProxyServer (should both say 8080). Skip to the last page on the configuration and hit x. Test connection when prompted by hitting x again. As long as the top 3 fields say succeeded you can carry on to the next step. if not, review your settings in this step and steps 5 and 6 and retry.
9. Sign into the playstation network and login to the psn store.
10. Go back to your pc and check Wireshark. There should be a whole bunch of information displayed on the screen, don’t worry you don’t need to know what it means. Press [ctrl]+ e to stop capturing, then press [ctrl]+f to bring up your search dialogue. Under “find” check of “string” and under “Search In” check off “Packet bytes”. Enter 0000000100 as your search criteria and hit enter. If the necessary packet was found, in the bottom frame it should show the number highlighted on the right side (plaintext view) to ensure you have the right packet, right before the highlighted text it should say “devideID”:” and then the numbers you searched for. Take all the numbers and letters starting with your highlighted numbers and copy everything down until you find the next quotation mark in the plaintext. You should have a total of 32 digits written down. Should look something like 000000010084 followed by a bunch of letters and numbers. This is your console id.
11. Go to the folder you installed pfdtool in. Open global.conf in notepad. Eidt the line where it says console_id=by adding the console id you just captured after the =. Also change the other fields that are bolded below to match
; Global settings
[global]
authentication_id=1010000001000003
console_id=00000001008400xxx01dxxxx239xx6x6
user_id=00000001
syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03
trophy_param_sfo_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropsys_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropusr_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
troptrns_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropconf_sfm_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D
Save file and exit (make sure you save as .conf not .txt)
12. Open the games.conf file in the same folder. Edit it as follows for NA retail disc version only. You’ll have a different game id (the BLUS30982) and secure_file_id. You’ll need to ask for someone on the forums to get those for you if you are using a different region, version or entirely differnt game. You can add additional games follwing the same layout by adding more lines. The disc_hash_key is commented out, so you will get a notifaction everytime you use pfdtool, but it still works fine.
; “Borderlands 2″
[BLUS30982]
;disc_hash_key=
secure_file_id:*=02010508040102010508030A0F070C0D
Save and close the file once you are done adding games. Again make sure you save as .conf, not .txt.
13. Make sure you have a copy of your save game on your pc. I like to copy them right into the same folder as pfdtool to make for shorter commands.
14. You are now ready to actually use pfdtool. Navigate your command prompt to the folder you installed it (command to use is simply the path of the folder, ie “c:/pfdtool”. To decrypt we use the following command:
pfdtool -g BLUS30982 -d “C:/pfdtool/BLUS30982-SAVE-SAVE0001″ SAVE0001.SAV
where the part in quotations will be changed to reflect your actual drive location and the name of the file will be changed to your actual file name. The file name and path are case sensitive, make sure you double check you have the right case.
15. You now have a decrypted save file. Use your hex editor of choice or in the case of Borderlands 2 you can use the latest version of Gibbed’s Borderlands 2 Save Editor. Once you are done editing, sae your game again and onto the last step.
16. All that’s left at this point is to encrypt the file again. See below, same notes as when decrypting about file path and name.
pfdtool -g BLUS30982 -e “C:/pfdtool/BLUS30982-SAVE-SAVE0001″ SAVE0001.SAV
You can now transfer your save game back to your ps3.
A couple of quick notes: I have tried to make this as noob friendly as possible, but you still need some basic knowledge to follow this guide. Also, atm I really have no interest in modding any other save games so I do not have the info for other games to place in your games.conf file, though if anyone wants to post them I will be happy to add them to the guide. I did not write nor do I support any of the software mentioned in this guide.
If you have any suggestions for additions to this guide, post in comments below ^^, happy modding.
Download PSID Patch here: http://www.ps3news.com/ps3-hacks-jailbreak/psidpatch-1-5-arrives-now-changes-ps3-console-id-sent-to-psn/
Other necessary keys can be found here: pastebin.com/aqkATxXc
[Global Keys]
syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03
fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D
[GT5 (BCES00569) Game Keys]
disc_hash_key=13D222C834F7F2BD2E4CB8CED51B1D94
secure_file_id=BDBD2EB72D82473DBE09F1B552A93FE6
Download Gran Turismo 5 Career Booster (GT5CB) and extract the archive contents to a writable directory, preferably without spaces or any special characters in folder path (e.g. C:\GT5CB\ or C:\Users\Public\GT5CB\).
Copy entire BCES00569-GAME (\PS3\SAVEDATA\BCES00569-GAME) folder and its contents from storage media to ..\GT5CB\SAVEDATA\ folder. Also, put flat_z's pfdtool.exe in ..\GT5CB\Tools\pfdtool\ folder (pfdtool *.conf files will be automatically generated by GT5CB).
Run GT5CB, browse for BCES00569-GAME folder and pfdtool.exe file, fill-in all necessary keys and click on the large "Boost GT5 Career / Ruin GT5 Experience " button. Save data, as well as pfdtool configuration files will be automatically (re)created. If everything is OK, you will be prompted to either continue or cancel the save data modding. If information provided is correct, click "Yes". Once completed, copy/overwrite modified save data from your PC back to PS3 via storage media and run GT5.
Note that SFO file is not modified this way, as it is not required by GT5 loading system. Data in SFO file will be automatically updated (corrected) by GT5 itself once loaded. Happy modding!
Content-ID = PS3CHT-CHET20000_00-PS3USERCHEAT0200
K_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
Content_Type = GameExec
PackageVersion = 01.00
When it's done it will tells you the secure_file_id.
You could may post a save from a game which is not in the list, so I can test it.