This is a short guide to fix the reinforced fires, which tend to go out very quickly after Update 1.
How to fix it:
Make a copy as backup before making changes. One excerpt of the .json can look like this:
{“Version”:”0.0.0″,”Data”:{“Fires”:”{\”Version\”:\”0.0.0\”,\”FiresPerStructureType\”:{\”32\”:[{\”IsLit\”:false,\”PutOutChance\”:1,\”Fuel\”:456.817322,\”FuelDrainRate\”:1.0}]
This basically says: fire isn’t lit, there is a chance of 1 that it goes out (?), fuel is 456 and the (important) fuel drain rate is 1.0
I changed it to:
{“Version”:”0.0.0″,”Data”:{“Fires”:”{\”Version\”:\”0.0.0\”,\”FiresPerStructureType\”:{\”32\”:[{\”IsLit\”:true,\”PutOutChance\”:1,\”Fuel\”:456.817322,\”FuelDrainRate\”:0.1}]
So my fire is lit with the given amount of fuel, i didn’t touch the “PutOutChance” but changed the “FuelDrainRate” from 1.0 –> 0.1. Now the fire lasts 10 times longer.
I guess you could set the PutOutChance and/or the FuelDrainRate to 0 and have endless burning fires.
Of course you have to do it for every single fire, so the list in the .json can be kinda long.
Thanks to Landv0gt for his excellent guide, all credits belong to his effort. if this guide helps you, please support and rate it via Steam Community. enjoy the game.
Related Posts:
- Sons Of The Forest: How to Convert Your Savegames Between Singleplayer and Multiplayer
- Sons Of The Forest: New Update 13 Blueprint Locations
- Sons Of The Forest: How to Update DLSS Manually (Better Performance and Quality)
- Sons Of The Forest: How to Get Girl with 3 legs to Simp over you
- Sons Of The Forest: Save File Location (How to Find)