Jump to content

Save file editing


Recommended Posts

WARNING! BACK UP YOUR SAVE FILES BECAUSE MESSING WITH THEM MIGHT BREAK THEM!
Hi everybody! Lately I've been looking at save files and how to edit them. Here's everything you might want to know:
1. Turning off save encryption:
Go to the game folder and open data_scripts.zip, go to scripts and open main.lua. There find the line 

ENCODE_SAVES = RELEASE_CHANNEL ~= "dev"

And replace it with 
 

ENCODE_SAVES = false

Done. Now open the game, choose whichever character slot you wish to edit, select it and save the game with it. Now to the interesting part.
2. Editing the save files.
Go to your user directory -> AppData -> Roaming -> Klei -> Rotwood -> steam-(a bunch of numbers) -> saves -> if you use the steam cloud go to cloud and if you're not go to client_save -> slot 1 (I think) -> characters -> choose the character slot of the character you saved with last time. Open it up with a code editing program (e.g.Notepad++)
The first thing you'll see is your unidentified gems. They're actually determined even before you identify them.
image.png.790d80fadba38dd50b0463b3bbb01637.png
The next interesting thing is your inventory. There you can see your equipped armor, potion and weapon. You can manually change those. 
image.png.afc643ac4291a72218a0a1f7ce540fed.png

Next you'll see your body armor levels. This part if especially curious because via save modification you can change the armor level to 12. If you want to do so, it'll look like this:
image.png.5c0008a3c9f83631a4ffc7468285eeae.png

Next you'll find your acquired gems, you can edit their level too. After that it's your head armor which is pretty much the same as body and waist armor. 
After the head armor you'll find your materials. You can edit their number by changing the count = section. Here's an example:
image.png.44f078421e6e629a5c90a263bbe10759.png
 Below that section is the waist armor and below that you'll find your weapons. You can edit their levels but not their gem slots and stats.
image.png.c5962e663746fd05f2ada67449d137dc.png 

Next are your masteries. I still haven't figured them out fully, but once I'll do I'll explain it in the comments.
Below that are quests and chitchats.
What comes after it is the most interesting part. You can edit your completed frenzies for different locations on different levels. This allows you to get the gold border even on locations that don't have SFs yet.
image.png.edab53e23874913789319ced7437d241.png

And after that are your cosmetics and crafted items.

Thanks for reading! But once again, a warning: back up your save files! and don't go ruining others' games with edited saves. 

Link to comment
https://forums.kleientertainment.com/forums/topic/164446-save-file-editing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...