Wulf2k / DeS-SaveEdit

Demon's Souls Save Editor
13 stars 8 forks source link

Hack to work with unencrypted files #3

Closed DuBistKomisch closed 1 year ago

DuBistKomisch commented 5 years ago

Firstly, thanks for your work Wulf! Secondly, I don't actually expect this to be merged since it's a complete mess, but hopefully it's useful to someone.

This patch allows editing saved games from RPCS3.

Essentially it just chops out the PARAM.PFD handling and skips encrypting/decrypting files. I also had to use USER.DAT instead of 1USER.DAT for whatever reason (I have no idea what I'm doing). I also also didn't bother writing to PARAM.SFO and 104USER.DAT since I didn't need them and didn't want to break stuff, but they could easily be re-enabled.

Here's the Monk's Head Wrappings I edited in for proof 😄 image

Superlucas517 commented 4 years ago

@DuBistKomisch It finally worked you're the best!!! Thank you. The only thing it doesn't save the changes like when i open the file again nothing is different, Is it due to progression of the game? cause that solved the opening problem.

DuBistKomisch commented 4 years ago

@Superlucas517 what changes in particular are you making? I only tried giving myself items, some things may not work because I disabled half of the files

Wulf2k commented 1 year ago

Proper PS3 / RPCS3 detection has now been added to the main branch, along with proper handling of the rotating save file names.

Sorry about neglecting this for so long, but that should cover everything this added, right?

DuBistKomisch commented 1 year ago

@Wulf2k nice! Yes that sounds like it should cover everything I ran into.