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
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
Always create a copy of your entire Saves folder before editing JSON files, as incorrect formatting can corrupt your save. In the survival-horror game , PlayerStateSaveData
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 Always create a copy of your entire Saves
Sons Of The Forest - Save files editor by Akkariin | Player Editor
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.
If your character falls through the map or gets stuck in a cliff, you can copy the PlayerStateSaveData.json file from a friend who is in a safe location and overwrite your own to "teleport" to their side.