Subsistence Savegame Editor ^new^ Access
ZehMatt's SubsistenceSaveEdit: A highly recommended open-source tool found on GitHub.
Highlights: It allows you to load your current save and edit properties within the SerializedWorldData section. You can grant yourself any item in any quantity.
Expert Tip: Reviewers suggest copying the data into a JSON Formatter to make editing the raw text significantly easier before saving back into the file.
WeMod Trainer: A popular real-time "trainer" rather than a file editor, available at WeMod.
Highlights: Users from the WeMod community rate it highly (4.8/5) for making "hard games" like this enjoyable.
Pros: Excellent for modifying player stats like health and hunger on the fly.
Cons: It generally cannot be used to spawn building resources directly. Safety and Practicality
Is it Safe?: General consensus from community discussions is that these editors are reliable and "100% safe" as long as you perform a manual backup first.
Encryption Hurdles: Note that newer versions of the game have implemented save file encryption to discourage manual tampering. This makes specialized tools like the ZehMatt editor more necessary than standard text editing. subsistence savegame editor
Backing Up: Before using any editor, manually copy your save folder located at:...\Steam\steamapps\common\Subsistence\Binaries\Win32.
Editing your Subsistence save files allows you to bypass the game’s lack of a built-in sandbox mode, letting you test high-tier gear or experiment with mechanics that normally require hundreds of hours of grinding. Key Features of Save Editing
A dedicated Subsistence Save Editor provides a visual interface to modify hidden data within your .sav files.
Resource Management: Instantly add any item or adjust quantities to their maximum stack size.
World Data Modification: Access the "SerializedWorldData" to edit properties for every object placed in the world.
Character Customization: Locate and edit player-specific data like health or location by searching for unique strings like ColdPlayerPawn.
Testing Tool: Use it to experiment with building massive bases or spawning specific hunter configurations without the resource cost. Manual Editing Method
If you don't want to use a third-party tool, you can modify saves manually using a text editor like Notepad++. Common editable fields
Locate Saves: Found in \SteamLibrary\SteamApps\common\Subsistence\Binaries\Win32.
Identify the Slot: Look for saveGameX.sav, where X corresponds to your save slot.
The Storage Crate Trick: To safely spawn items, place one item in a new storage crate in-game, save, then search for storagecrate in the file. Look for the invItems string to change the quantity.
Format for Clarity: Because save data is densely packed, experts recommend using a JSON Formatter to make the code readable before editing. Important Safety Tips
Backup First: Always create a manual backup of your .sav files before editing; one wrong character can corrupt the entire file.
Avoid Stack Overflows: Exceeding the standard stack limit (e.g., setting a stack to 999) can cause game-breaking bugs, such as Hunter bases disappearing entirely.
Use Save Managers: Tools like the Subsistence Save Manager can automate the backup and restoration process to prevent accidental loss of progress.
Here’s a prepared informational text about the Subsistence Savegame Editor, suitable for a guide, forum post, or tool overview. Modify values – Browse categories (inventory
Common editable fields
- Player position/rotation (teleporting)
- Health/stamina/armor values
- Inventory item IDs and counts
- Crafting recipes/unlocked tech flags
- Base structures state / ownership flags
- In-game time / weather (in some saves)
Files & backup
- Locate saves:
- Windows: %USERPROFILE%\AppData\LocalLow\ColdGames\Subsistence\Save\
- Linux/macOS (Proton/Wine): check the Proton/Wine prefix under Steam/compatdata or ~/.config/unity3d/ColdGames/Subsistence/
- Make a backup copy of the entire Save folder before any change.
Capabilities & Limitations
| Feature | Usually Supported? | Notes | |--------|-------------------|-------| | Edit player inventory | ✅ Yes | Stack sizes, item IDs | | Edit storage containers | ✅ Yes | Chests, lockers, fridges | | Change base HP | ✅ Yes | Repair instantly | | Modify hunter camps | ✅ Partial | Reset or move, but not full control | | Edit skill points | ✅ Yes | Depends on editor version | | Change world time/season | ❌ Rare | Not commonly available | | Add new items not yet crafted | ⚠️ Risky | May crash game if item ID invalid |
What this is
A savegame editor lets you view and modify values inside Subsistence save files (player stats, items, base state). Use it for fixing broken saves or experimenting. Back up saves before editing.
Step 2: Navigate the Interface
A well-designed editor will have tabs:
- Character: This tab shows your health, food, water, and oxygen. You can set these to max (100%) to instantly recover from a near-death state.
- Inventory & Backpack: This tab shows every item slot in your backpack and hotbar.
- Base Inventory: Here you can view "FridgeInventory" or "ChestInventory."
- World Settings: Look for AI difficulty or day length.
1. Inventory Manipulation (The Big One)
You can add or remove any item in the game—from sticks and stones to the rare "Processing Unit" or "Military Grade Ammunition." You specify the quantity, and the editor injects it directly into your character’s bag, a storage box, or the crafting queue.
How It Works (General Process)
-
Locate your save file – Usually found in:
%LocalAppData%\Subsistence\Saved\SaveGames(Windows)
The file is often named something likeSaveGame_0.sav. -
Back up your save – Before making any changes, copy the
.savfile to another folder. This prevents permanent loss. -
Open the editor – Launch the Subsistence Savegame Editor, then load your
.savfile. -
Modify values – Browse categories (inventory, base, world, character). Change numbers or toggle flags.
-
Save and replace – Write the new data back to the same file (or a new one), then launch Subsistence and load that save.