codengine / SOTFEdit

A Sons of The Forest Savegame Editor
MIT License
104 stars 6 forks source link

problem with fires lasting forever #19

Closed Tripform closed 9 months ago

Tripform commented 10 months ago

Hello,

Thanks for the awesome save game editor. Quick note. When using the refuel and ignite fires command. The fires stay lit forever. Is there a way to manage the amount of fuel that is added to the fires? The only way to remove fires is to turn on building destruction. And sometimes players might not want to have to smash there building apart to remove a perpetual fire.

Thank you!

codengine commented 10 months ago

Thanks for the input, I'll add a reset function along the changes introduced with Patch 14 in the next update.

codengine commented 10 months ago

The feature has been added in v0.11.16: https://github.com/codengine/SOTFEdit/releases/tag/v0.11.16

Tripform commented 10 months ago

Not sure its working, should i send my save file for reference?

codengine commented 10 months ago

The fires are reset to 1 fuel per (minute? second?) which is default and 300 fuel and they are ignited.

Maybe you just have to wait a bit :)

Tripform commented 10 months ago

I will check but last night had a two or three hour play session and the fires never did go out.

codengine commented 10 months ago

I'll try to reproduce it later today. Which type of fire did you test it with?

Tripform commented 10 months ago

It is doing this on all the different types. 1 stick, two sticks, rocks, and log fires. Doesn’t seem to make a difference

codengine commented 10 months ago

So, I tried it with a fresh savegame, placed a minimal fire with two sticks and it is extinguished after five minutes. When I set it to eternal, it will stay lit (of course).

When I reset it again, it will extinguish after five minutes. Could it be that the issue is that Steam overwrote your changes through a Cloud Save?

The best way to cancel this out is to start the game first, then edit the savegame (and save), then enter your savegame.

Tripform commented 10 months ago

I’ll try it out. I’m not sure about the steam cloud save overwriting. But everything else I do on sotfedit works as it should. I’ll get back to you if it doesn’t work

Tripform commented 10 months ago

Hello, I’m can confirm that the issue seems to be fixed!  Thanks for the quick responses!