>>378877
Huh, they didn't take cheating very far. You can pretty easily change everything if you know how to read those files. They're just ascii converted to decimal, and then arranged as a line based table.
I've been tempted to make an actual save editor just so I don't have to manually edit the files, but manual editing is pretty easy. If I get around to it for the upcoming patch I'll post it here, if I remember or come back to this site.
Here, have some added tips:
Important: If you add a new line to any file, make sure you update the number of lines. This is usually on the second line of the file, it'll say something like "table of stupidstuff (number of lines)". Also, try and keep the lines in the right order. I'm not sure if it matters, but they're generally sorted sequentially by the ascii decimal value, for some damn reason.
You can modify your credits in FSNumberSave. Look for this line and change the last number: S102,114,101,101,99,114,101,100,0;
Your inventory can be modified using FSPossesesionSave. If you add/remote anything, make sure you update the number of lines! The four numbers are important, but all you really need to know is that the first number is the number of the item in your inventory. Here's some easy stuff
Abyssal Edge - S97,98,121,115,115,97,108,32,101,100,103,101,0; 1 0 0 0
10x Food - S102,111,111,100,0; 10 0 0 0
10x Water - S119,97,116,101,114,32,98,111,116,116,108,101,0; 10 0 0 0
Feats are saved in the FSPlayerListsSave file. Again, make sure you keep the line count correct.
Any line that starts with "S70,101,97,116,0;" is a feat. Here's the ones I normally add:
Microwaved - S70,101,97,116,0; S77,105,99,114,111,119,97,118,101,100,0;
Stealthy (for the med shop) - S70,101,97,116,0; S83,116,101,97,108,116,104,121,0;
Vore Pred (bypass level gate) - S70,101,97,116,0; S86,111,114,101,32,80,114,101,100,97,116,111,114,0;
Roughing it (beds suck) - S70,101,97,116,0; S82,111,117,103,104,105,110,103,32,73,116,0;
Most of the cheat menu works through feats as well, so any of the ones that say they can't be removed can be by removing the feat. The rest of the file lists enemies you've encountered. So if you really want to see a first encounter bit again, you can remove that enemies line.
If you get sick of your children, you can delete them from the children saves. I might have a problem…
Modifying your appearance manually is annoying as fuck, because parts are saved everywhere. Don't bother doing this. Just cheat in whatever transformation item you want and do it that way.