A savegame editor for "Sons of The Forest".
This project is in no way or form associated with the developers of the game. It is just a non-commercial fan project, nothing more, nothing less.
- Edit Player Stats (Strength, MaxHealth, CurrentHealth, Fullness etc.)
- Move Player to Virginia & Kelvin
- Edit Game Setup (Game Mode, Spawn Rate, Survival Damage etc.)
- Edit Inventory (Add/Remove items, change quantities)
- Edit Armor Data (Add Armor Pieces, change durability)
- Edit Weather Data (Weather, Seasons...)
- Edit Game State Data (Playtime, Doors open/closed, Bunkers opened/closed)
- Edit Storage Data (Unlimited Logs, sticks etc.)
- Edit Influences of Players towards Kelvin and Virginia
- Edit NPCs
- Edit Structures / Blueprints
- Theme Support
- Ignite and refuel all fires as well as lowering their fuel drain rate
- Reset Structural Damage
- Teleport to and clone World Objects like Glider and Knight V
- Reset consumed items
- Modify Virginias equipped items
- Change Virginias and Kelvins outfits
- Spawn an army of Virginias and Kelvins
- Several experiments
- Revive Virginia & Kelvin
- Set stats for Virginia & Kelvin
- Move Kelvin & Virginia to Player or each other
- Regrow Trees selectively (All, Removed, Half-Chopped, Stumps)
- Reset containers, crates and pickups in caves and open world
- Backup changed files automatically
- ... more features are planned
- You can find the newest version at the Releases page
- Windows 8+
- .net 6.0 Desktop Runtime
- Start the application using SOTFEdit.exe
- Click on "File" -> "Open Savegame"
- Select your savegame
- Edit
- Save with "File" -> "Save"
- In order to add or remove items, click on the add or remove buttons
- You can use the other buttons to modify the current count in a convenient way
- Items that are (currently) not available for the inventory are hidden, but can easily be enabled in data.json
- When Legs and Arms are added they will default to their cooked variants. The same applies to already existing Arms/Legs when you just increase the count
- Only items that are supported by the storages are available. Solar Panels for example can not be stored there
- The editor will obey the maximum number of items per slot
Armor protects you from most hazards. However you are still going to drown and die from fall damage.
The game groups some enemies into "families". Most likely they won't attack each other and raid the player.
One word about modifying NPCs: Some enemies are in caves/bunkers and have a different GraphMask. When this option is selected (Only in the same area as this actor) only enemies in the same "phase" are edited.
So, if you just want to remove babies in caves, select this option. If you remove all of them, just deselect it.
Spawners: I haven't fully investigated how the game works with those spawners. When you delete them the game will re-create them on the next game save. So this would be one way to increase the number of enemies.
This tool lets you "almost" finish blueprints, set them to "unfinished" or remove them. Why "almost"? Because it is too complex to convert blueprints to final buildings. So this tool will change the blueprints to require one last item until a blueprint is finished.
The cool thing about this is that you can use it in order to have an easy source for logs for example. Just set some shelters, change them to "almost finished", take them down and all logs will drop to the ground.
Another cool thing is that you can use it to build stuff in caves or bunkers. The process is the same: Just set the blueprints, mark them as "almost finished", take them down and use the resources to build new stuff.
If you want to build larger structures like shelters in a cave or bunker, you have to place a small blueprint first ( like a chair), then change its type and save.
The map combines static information about points-of-interest with dynamic information that are read directly from the savegame. Some positions are missing but they may be added in the future.
- Show/hide information about 3D Printers, Actors/NPCs, Ammunition, Bunkers, Camps, Cannibal Villages, Caves, Crates, Doors, Helicopters, Generic Information, Items, Lakes, Laptops, Player, Structures, Supplies and Villages
- Teleport the Player and Followers to Actors/NPCs, the player, Zip Lines, Structures, Caves, Bunkers, Helicopters
- Remove Zip Lines from the map
- Spawn Actors/NPCs at target areas
You can enable or disable icons using the "Options" button in the top left corner.
Some important notes regarding the filters:
- "Show only uncollected items" will show/hide uncollected items including bunkers and caves where they can be found
- Area - Mainly affects Actors or, in general terms, positions where we have the exact coordinates
- Requirements - Show/Hide caves, bunkers and items which are accessible/inaccessible
You can only teleport to locations where we have the exact coordinates either from the savegame itself or attached to the POI.
Kelvin and Virginia do not appear underground, so teleportation for them is disabled if the target location is underground.
By default an offset is added to the target location. This is done so that you do not spawn inside an enemy which would catapult you into the sky and most likely kill you. You can adjust the target location using those numbers. X and Z represent the longitute/latitude and Y represents the height.
Most enemies can be spawned at all areas. Virginia and Kelvin can only be spawned at the Surface. Please note that if you spawn too many it may have a severe impact on your performance or even crash your game.
Moreover, the game will not spawn all enemies at the same time. If you spawn 200 enemies the game will create ~25 enemies and when they are killed, after some time, the next ~25 enemies will spawn.
There is one very important thing. If you only change the season, it will be reverted immediately when the game progresses. To fix that, you also have to adjust the played time at "Game State". It is calculated based on the length of the season. Here is an example:
- Starting Season: Spring
- Season Length: Long
- Played Time: 31 Days
The in-game season will be winter, because:
- Day 0-9 = Spring
- Day 10-19 = Summer
- Day 20-29 = Autumn
- Day 30-39 = Winter
So if you want to change the weather to Summer, you need to adjust the playtime days to something between 10 and 19.
Here is a list of number of days per season per season length setting:
- Short: ???
- Default (non-custom games): 5 days
- Long: 10 days
- Realistic: 90 days
If you want to revive either or both followers, there are some things to consider:
- If the body is completely missing, the follower will spawn at the players location
- Make sure to be outside of buildings, else you might glitch into the building sometimes
- The followers will be at maximum stats and should be friendly towards players
- They will have the items that you have selected before spawning
- Virginia is shy as a lamb when she was revived. I haven't tested it thoroughly but to me it appears that you have to regain her trust, like in the beginning of a session. I'm still trying to figure out which setting determines her trust.
This feature is quite experimental and allows the duplication of Kelvin and Virginia. It turns out that the game can not spawn, for some reason, more than 5 Virginias. If the value is higher, they would spawn somewhere unreachable.
Kelvin was tested successfully with 20, so this is also the maximum now.
If you want to exceed this maximum, you would have to save, fire up the tool, spawn and load the game again.
Be careful: This feature will most likely kill your performance and may corrupt your savegame.
Make sure to enable backups!
One of the items in inventory is listed as "Unknown"?
- Please report the ItemId so that I can add it to the list of known items
My game does not work anymore?
- If you have selected to create backups before saving, you can just delete the old files and restore the files that are suffixed with ".bak*".
I get errors and the application does strange things
- Please upload any logs to https://pastebin.com and create an issue
I can not change "IsRobbyDead" or "IsVirginiaDead"
- In order to revive both there is a special button at "Followers" that does the job
The program does not start
- Make sure that .net 6.0 Desktop Runtime is installed. Also make sure to extract all files from the archive if you downloaded the zip archive manually. Lastly, check if any antivirus is blocking the editor
Antivirus (Windows Defender for example, Smartscreen) is complaining
- This is due to the fact that it is a self-developed application which is not signed. It's safe to just ignore the warning. The code is all hosted on Github.
"Could not load file or assembly"
- Make sure to have .net 6.0 Desktop Runtime installed (either x86 or x64)
My changes are not applied or reverted
- In some cases, the Cloud Saving Feature of Steam overwrites changes done by SOTFEdit. You can fix that if you start the Game (not a game session!), edit a savegame and THEN start the game session.
Lakes, rivers etc. are gone
- This happens after teleporting in and out of caves. This should be fixed when you teleport again in and out
Feel free to report any unknown items or any feature requests. PRs are also welcome.
Big thanks to Gronkh for your many years of "Influenz". Especially without your "The Forest" streams I would have never known anything about that game.
- Translations and Corrections
- Polski: Mortennif
- German: Hinterix
- Supporters and Testers: Mortennif, M2THE49, feydrautha01
Icons used for items are property of Endnight Games.
POIs and screenshots originate from https://github.com/lmachens/sons-of-the-forest-map who really did a great job to collect all data.
- Kleine Axt icon by Icons8
- Birth icons created by Freepik - Flaticon
- Bat icons created by Vitaly Gorbachev - Flaticon
- Bird icons created by monkik - Flaticon
- Duck icons created by smalllikeart - Flaticon
- Eagle icons created by Flat Icons - Flaticon
- Fish icons created by VectorPortal - Flaticon
- Bird icons created by Mihimihi - Flaticon
- Letter k icons created by icon_small - Flaticon
- Letter v icons created by icon_small - Flaticon
- Shaman icons created by Smashicons - Flaticon
- Moose icons created by Freepik - Flaticon
- Orca icons created by Freepik - Flaticon
- Question mark icons created by Fathema Khanom - Flaticon
- Bunny icons created by Mihimihi - Flaticon
- Seagull icons created by surang - Flaticon
- Shark icons created by BZZRINCANTATION - Flaticon
- Squirrel icons created by Freepik - Flaticon
- Turtle icons created by BZZRINCANTATION - Flaticon
- Crosshair icons created by Freepik - Flaticon
- Hunt icons created by Darius Dan - Flaticon
- Bunker icons created by Smashicons - Flaticon
- Cave icons created by Freepik - Flaticon
- Laptop icons created by Freepik - Flaticon
- Tent icons created by Freepik - Flaticon
- Village icons created by Freepik - Flaticon
- Helicopter icons created by Konkapp - Flaticon
- Signaling icons created by Smashicons - Flaticon
- Hiking icons created by Freepik - Flaticon
- Door icons created by kerismaker - Flaticon
- Art and design icons created by Hilmy Abiyyu A. - Flaticon
- Loot icons created by Freepik - Flaticon
- Crate icons created by lapiyee - Flaticon
- Shipping and delivery icons created by Ida Desi Mariana - Flaticon
- Bullet icons created by Freepik - Flaticon
- Native american icons created by Freepik - Flaticon
- Pond icons created by Mihimihi - Flaticon
- Wood icons created by Nikita Golubev - Flaticon
- Shelter icons created by Muhammad_Usman - Flaticon
- Grow icons created by Freepik - Flaticon
- Glider icons created by Pop Vectors - Flaticon
- Monowheel icons created by Freepik - Flaticon
- Pole dance icons created by Freepik - Flaticon
- Golf icons created by Good Ware - Flaticon
- Bookmark icons created by Ian Anandara - Flaticon
- Soldier icons created by ppangman - Flaticon
- Fireplace icons created by Vector Squad - Flaticon
- Golf cart icons created by surang - Flaticon
- Gun icons created by Nikita Golubev - Flaticon
- Furnace icons created by amonrat rungreangfangsai - Flaticon
- Couch icons created by Stockio - Flaticon
- Raccoon icons created by Icongeek26 - Flaticon
- Dangerous icons created by Smashicons - Flaticon
- Teleportation icons created by Freepik - Flaticon
- Wood icons created by Freepik - Flaticon
- Radio icons created by Eucalyp - Flaticon
- Skunk icons created by Freepik - Flaticon