Here’s a deep, structured breakdown of console commands relevant to Subsistence (the open‑world survival game by ColdGames) — specifically aimed at understanding, troubleshooting, or repacking game data or configs.
I’ll assume “repack: prepare a deep piece” means you want to extract, modify, and repack game assets or configuration files for deeper control (e.g., server settings, balance changes, UI tweaks, or modding).
Most persistent game rules are in config files, not console commands.
Path:
Subsistence/Saved/Config/WindowsNoEditor/ console commands subsistence repack
Repacks are compressed and may run on older hardware. These commands can help stabilize performance.
Stat FPS – Displays the Frames Per Second counter in the corner of the screen.Stat Unit – Shows detailed engine stats (Game thread, Render thread, GPU time). Useful for diagnosing if your CPU or GPU is the bottleneck.Slomo [number] – Changes the game speed. Slomo 1 is normal, Slomo 0.5 is half speed (slow motion), Slomo 2 is double speed.repack.weather [storm|fog|clear|blizzard]
Forces weather changes for 5 minutes. Affects visibility, movement speed, and animal behavior. Here’s a deep, structured breakdown of console commands
| Command | Effect in Repack |
| :--- | :--- |
| DestroyAllAI | Kills every hunter, animal, and enemy NPC on the map. Respawning depends on your server settings. |
| SpawnHunterBase | Instantly spawns a random AI hunter base near your location (great for loot runs). |
| TameAllAnimals | Tames every wolf, bear, and deer in render distance. Only works if taming is enabled in the repack's config. |
| SetTimeOfDay 12 | Changes time (0 = midnight, 6 = dawn, 12 = noon, 18 = dusk). |
| ForceWeather Clear | Removes rain, fog, or storms. Alternative: ForceWeather Rain for moody gameplay. |
| Command | Effect |
|---------|--------|
| god | God mode (invincible, infinite stamina) |
| ghost | No collision, fly through objects |
| walk | Exit ghost/fly mode |
| summon <class> | Spawn item/creature (class names needed) |
| settimeofday <hour> | Change time (0–24) |
| save | Force save world state |
| disconnect | Return to main menu | type: exec startup.txt
Because Repacks are often older builds of the game, some modern commands may not work. Below are the most stable commands for the standard versions of Subsistence.
Repack users can create a text file to execute multiple commands at once, saving time.
Subsistence\Binaries\Win64\startup.txtGod
InfiniteStamina
GiveItem 1 500
GiveItem 4 200
SetTimeOfDay 8
ForceWeather Clear
exec startup.txtAll commands will run sequentially. Perfect for speedrunners or players who die often and want to re-equip quickly.
In many repacks, hunters either spawn endlessly or not at all. Fix that here:
DestroyAllAI → Kills all active hunter units, wolves, and bears.SpawnHunterSquad → Forces a new squad to spawn near you (use if no hunters exist).ToggleAIDebug → Shows hitboxes and spawn points (helps identify if repack has corrupted spawn volumes).SetAggression 0 → Makes all AI passive (they will not attack unless provoked).