robertnunn / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
104 stars 23 forks source link

Suggestion: Add option to clear Sandbox status on saves. #15

Closed Kolkonut closed 2 years ago

Kolkonut commented 3 years ago

It would be useful to be able to remove the Sandbox status placed on saves that have used certain types of mods.

Kolkonut commented 3 years ago

I've looked at the files, and there is a string of field that is labelled "isModded", seeming to be under the "BoolProperty" category. I suspect you would have to change that.

robertnunn commented 3 years ago

I'll take a look, but it's not a priority right now.

rhulha commented 2 years ago

Hey Robert,

A friend of mine had the flares mod installed and silently was put into sandbox mode. Now she got the Halloween gear but only in her sandbox save game. I would pay you if you add support for this.

Please contact me for details.

robertnunn commented 2 years ago

I have no plans at the moment to add support for the modded flag, but you can change it yourself by changing the "isModded" flag to 0, then renaming the "modded" save to the name of the original, unmodded save. See the attached image for exactly where this flag is. You'll need a hex editor to make the changes. modded flag

rhulha commented 2 years ago

Thank you