• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

Where is that line of code?

CoMbiNa

Wannabe Developer
I wanna edit a game ( http://www.youtube.com/watch?v=YRqd_G2SWa8 ).
I opened it with UMDGEN, and now I got all the game files.
Which file usually consists the loading/saving gamedata part?
(or in my case, the part that checks if the save is proper).

Thanks alot,
also if you wish to help more, i'll still give u those 3$




if u need the names of all the files there is tell me
 

x3sphere

Administrator
Staff member
Enforcer Team
Game Info Editor
Probably the BOOT.BIN.

All the code is compiled, though. You would need reverse engineering knowledge to actually edit the save / load routines.
 

CoMbiNa

Wannabe Developer
Any1 can give me at least a hint on how to edit the boot.bin?
(i know it should be done with a hex editor right?)

edit:
wtf, I opened it and it's completly blank! (all values are 00)
 

x3sphere

Administrator
Staff member
Enforcer Team
Game Info Editor
Any1 can give me at least a hint on how to edit the boot.bin?
(i know it should be done with a hex editor right?)

edit:
wtf, I opened it and it's completly blank! (all values are 00)

Some games are like that. You'll need to decrypt the EBOOT.BIN, then. And writing an application to decrypt such files is just as easy of a task as editing the saves. If you catch my drift :p

Actually, jas0nuk's PRXDecrypter may support EBOOT.BIN files, not sure. Like Chilly said though, unless you know what you are doing, this is going to be a waste of time.
 
Top