Always create a copy of your entire Saves folder before editing JSON files, as incorrect formatting can corrupt your save.
If you are transferring progress to another player, you usually need to move PlayerInventorySaveData.json alongside the state data to ensure they keep their gear as well. PlayerStateSaveData.json
In the survival-horror game , PlayerStateSaveData.json is a critical configuration file that tracks your character's physical condition and world coordinates. Because the game is in Early Access, players frequently use this file to fix bugs—like getting stuck in geometry—or to customize their character's progression beyond normal gameplay limits. Core Data Tracked Always create a copy of your entire Saves
You can manually increase your strength by finding the "StrengthLevel" line and changing the "IntValue" . For example, setting it to 100 is a common benchmark that players use without breaking the game. Because the game is in Early Access, players
When moving a multiplayer save to a new host or a dedicated server, this file is one of the essential components required to preserve player progress. File Location
You can find this file within your local AppData directory, tucked inside a folder named after your unique Steam ID: C:\Users\[YourUsername]\AppData\LocalLow\Endnight\SonsOfTheForest\Saves\[SteamID]\Multiplayer (or SinglePlayer)\[SaveID]\PlayerStateSaveData.json Usage Tips
For those uncomfortable with manual text editing, community-made tools like the SOTF Editor provide a visual interface to modify these files more safely.