PS3 Modifying Save Files

Cruslan1

Member
I'd wanted modify save files of Birds of Steel game. No one dont do it before. I want change my stats on game. How i can modify games of save files no one can?
 
https://github.com/bucanero/apollo-ps3/wiki/How-to-find-cheats-(Hex-Editor)

Here is some good explanation by bucanero on his github.

The YouTube video link don't work cause it's privat but you don't really need it... It should point you in the right direction first you have to understand hex in general and how ps3 saves working like reverse engineer take some time, not easy but if you are patient enough and really want it you will understand there should be everythings you need to understand I think.
 
https://github.com/bucanero/apollo-ps3/wiki/How-to-find-cheats-(Hex-Editor)

Here is some good explanation by bucanero on his github.

The YouTube video link don't work cause it's privat but you don't really need it... It should point you in the right direction first you have to understand hex in general and how ps3 saves working like reverse engineer take some time, not easy but if you are patient enough and really want it you will understand there should be everythings you need to understand I think.
Thanks! I'll check it!
 
I dont understand many things. Like using "calculator".

Think the Windows Calculator as a sort of "translator" between the human readable data (like the stats that you wan to change, for example, which is in decimal base) and the PS3 readable data (which is in hexadecimal base).

Let's suppose that you want to change the number of kills from your stats. In the game, that stat has a value of 67. Now, you need to find that 67 value in your save file in order to change it first. Once you've decrypted your save data, you must open it with a Hex Editor (there are a lot on the Web, just pick one).

In your hex editor, you will have a lot of numbers and letters, all from 0 to 9 and A to F, that's all the possible hexadecimal values. The next step is to find the location of the number of kills. Remember it was 67.

Now, in the Windows Calculator set it to Programmer mode, and pick the DEC option. Then, input the 67 value and you will see a 43 in the HEX row. That 43 in HEX is the value that you will need to look for in your hex editor.

upload_2021-8-28_12-48-32.pngupload_2021-8-28_12-49-37.png
 
Think the Windows Calculator as a sort of "translator" between the human readable data (like the stats that you wan to change, for example, which is in decimal base) and the PS3 readable data (which is in hexadecimal base).

Let's suppose that you want to change the number of kills from your stats. In the game, that stat has a value of 67. Now, you need to find that 67 value in your save file in order to change it first. Once you've decrypted your save data, you must open it with a Hex Editor (there are a lot on the Web, just pick one).

In your hex editor, you will have a lot of numbers and letters, all from 0 to 9 and A to F, that's all the possible hexadecimal values. The next step is to find the location of the number of kills. Remember it was 67.

Now, in the Windows Calculator set it to Programmer mode, and pick the DEC option. Then, input the 67 value and you will see a 43 in the HEX row. That 43 in HEX is the value that you will need to look for in your hex editor.

View attachment 34723View attachment 34724

precisely explained thanks
 

Similar threads

Back
Top