Console Commands Subsistence Repack Page
Before diving into commands, it is crucial to understand the repack landscape. Repacks usually strip out online authentication checks, meaning you cannot join official ranked servers. You are limited to:
Because you lack access to server-side admin panels (like those on official dedicated servers), the console becomes your de facto admin panel. You cannot rely on a server owner to spawn resources or change the time of day—you have to do it manually. console commands subsistence repack
These commands alter the fundamental mechanics of survival. Before diving into commands, it is crucial to
Because repacks modify the game’s executable (usually removing SteamStub or DRM), certain console commands may behave unexpectedly: Because you lack access to server-side admin panels
| Issue | Likely Cause | Workaround |
| :--- | :--- | :--- |
| GiveItem crashes the game | Repack is missing item registry | Use DumpItems first to verify IDs. If crash persists, use SpawnActor instead: SpawnActor /Game/Blueprints/Items/Wood.Wood_C |
| Console shows Cheat protection enabled | Repack still has anti-cheat remnants | Disable BattleEye: Launch with \Subsistence_BE.exe -NoBattleEye |
| Time commands revert after 5 seconds | Repack forces server-side time sync | Console SetServerTime 12.0 (if available) or disable network checks via repack’s Engine.ini (add NetServerMaxTickRate=0) |
| No output when typing commands | Console buffer disabled | Press Tab after typing a command. If nothing, your repack is too old. Update to Build 2023+ |
| Command | Effect in Repack |
| :--- | :--- |
| GiveItem [ID] [Amount] | Spawns any item by its numeric ID (see Part 5 for ID list). Example: GiveItem 1 50 gives 50 wood. |
| GiveAllItems | Use with caution – Gives you one stack of every single item in the game. Will crash low-RAM systems. |
| SpawnItem [Name] [Amount] | Alternative to GiveItem using text name (e.g., SpawnItem "Wood Log" 30). |
| UnlockAllBlueprints | Immediately learns every craftable item in the game. No research needed. |
| AddSkillPoints 100 | Grants instant skill points to unlock better mining/sprinting/crafting tiers. |
repack.locus [type] [radius]
Highlights all nodes of a chosen resource (e.g., iron, coal, berries) within a set radius. Example:
repack.locus iron 200 — shows iron nodes as glowing blue outlines.


