codengine / SOTFEdit

A Sons of The Forest Savegame Editor
MIT License
110 stars 8 forks source link

Game Mode Change #37

Open subsense opened 4 days ago

subsense commented 4 days ago

I started in Normal mode on a Dedicated server. and I opened this save data in SOTFEdit, changed the Mode in "GAME SETUP" on the Game tab to Custom, changed all ENEMIES from Normal to Low, saved it overwrite, and when I opened the same file, the Mode remained Normal. I just want to make the enemies weaker.

codengine commented 4 days ago

This should usually work. Was the savegame replaced by the original one? Did you try to stop, overwrite and the start the server?

subsense commented 4 days ago

I tried it a few times and I was able to save in custom mode. I had to save it once, reload it with F5 and then save it again. I also changed the save slots from 1 to 2 in the server settings page and it worked fine. Thank you so much!

subsense commented 3 days ago

Sorry for asking multiple times. I changed the game mode from Normal to Custom and restarted the server. After that, I downloaded the server's SaveData and tried opening it with SOTFEdit, but the _currentSeason in WEATHER STATE had disappeared.

Game mode: Normal (Previous state) weather_normal

Game mode: Custom weather_custom

Because of this, I can't change the weather. Is this a server-side bug? Should I just leave it as it is? Thank you for reading.

codengine commented 3 days ago

currentSeason is not read by the game anyway. You can read it up here: https://github.com/codengine/SOTFEdit/blob/master/README.md#weather

subsense commented 3 days ago

thank you so much.