The most valuable command is GiveItem, but it requires numeric IDs. Since repacks vary, the official Steam ID list may not match perfectly.
Method 1 – The ingame dump (fastest for repacks):
In the console, type:
DumpInventoryIDs
A file named ItemIDs.txt will appear in your Subsistence\Saved\Logs\ folder. Open it to see the exact ID mapping for your specific repack.
Method 2 – Common IDs (work on 90% of repacks):
| Item | ID | | :--- | :--- | | Wood Log | 1 | | Stone | 2 | | Fiber | 3 | | Metal Scrap | 4 | | Circuit Board | 27 | | Rifle Ammo | 58 | | First Aid Kit | 12 | | Gasoline | 34 | | Steel Ingot | 19 | | C4 Explosive | 44 |
Pro tip: Most repacks treat item IDs as sequential. If Wood is 1 and Stone is 2, then advanced items will be between 100-300. Use DumpInventoryIDs to get the exact list.
While it is technically possible to use console commands in Subsistence repacks through external tools or configuration edits, the base game does not support a native command console for players. Gamers should exercise caution when downloading third-party injectors and be prepared for potential game instability or loss of progress.
Subsistence offers admin console commands accessed via the equals key (=) for server management, including base deletion, teleportation, and player management. While official cheat commands for spawning items are unavailable, players can customize difficulty by disabling AI hunters or using third-party tools to modify resources. For more details, visit Pingperfect. Subsistence - Game Cheats & Hacks - #subsistence
You're looking for a solid write-up on using console commands for Subnautica, specifically for re-packing items. I'll provide you with some useful information.
Subnautica Console Commands for Repacking
Subnautica's console allows players to cheat and modify gameplay mechanics. To access the console, press the ~ key (tilde) on your keyboard. You can then type in various commands to manipulate your game world.
Repack Commands
Here are some essential commands for repacking items in Subnautica:
Repack-specific Commands
To repack items, you'll often use the item or give commands in combination with other commands. Here are a few examples:
item to spawn a module fragment, then use assemble to convert it into a usable module. For example:
Other Useful Commands
Some additional commands that can aid in repacking:
Example Repack Session
Here's an example of a repack session using console commands:
Remember
Enjoy your repacking adventures in Subnautica!
The air in the "Subsistence" world was biting, a digital frost that felt real enough to make
shiver. He wasn’t just a survivor; he was a "repack" specialist—someone who took the raw, chaotic code of the wilderness and folded it into something efficient. But tonight, the wolves were clipping through the geometry of his base, and the local server was stuttering. It was time to open the hood. Miller tapped his keyboard, the tilde key (
) acting as a surgical scalpel. The command console bloated onto the screen, a translucent veil over the moonlit forest. console commands subsistence repack
"Let's see if we can't settle the physics," he muttered. He began with the basics, the commands that every repacker knew by heart to stabilize the environment:
: He didn't want to die while editing the world. The golden glow settled over his character, a shield against the glitching predators. additem 58 10
: With a few keystrokes, ten high-grade weapon parts materialized in his pack. A repack was nothing without the right gear to test the limits. settime 12:00
: The oppressive darkness vanished, replaced by the harsh, clarifying light of high noon.
He moved to the center of his base, where the "repack" truly happened. In this world, a repack wasn't just about compression; it was about resource management
to hover above his structures, looking for the gaps in the logic.
He saw a Hunter squad stuck in a loop near the treeline. Their AI was dragging the frame rate down. Miller didn't hesitate. killall hunters The stutter vanished. The forest breathed. "Clean," Miller whispered. He descended, toggled
to regain his gravity, and looked at his freshly optimized fortress. He had cleared the bloat, added the essentials, and forced the simulation to respect his rules.
He closed the console. The world was still dangerous, but now it was
kind of dangerous. He gripped his rifle, the weight of the "repacked" reality solid in his hands, and waited for the next glitch to crawl out of the woods. or perhaps dive deeper into the lore of the Hunters
Here’s a concise, engaging piece you can use for "Console Commands — Subsistence Repack" (suitable for a forum post, mod description, or README). If you want a different tone (tutorial, lore, or changelog), tell me which and I’ll adapt it.
Subsistence is notorious for its brutal difficulty. Between hostile AI hunters, unforgiving weather, and the constant need for resource management, even a single missed step can set you back hours. For players using a Subsistence repack (a cracked or packaged version of the game), the pressure can feel even higher, often because repacks ship with older versions or lack access to community-hosted dedicated servers. The most valuable command is GiveItem , but
However, whether you are playing a repack or the official Steam version, there is a lifeline: Console Commands. This article provides an exhaustive walkthrough of enabling, accessing, and using every useful console command specifically for the Subsistence repack environment.
Disclaimer: This guide is for educational purposes and single-player/PvE use. Using console commands on official multiplayer servers will result in a ban.
Most repacks disable the console by default. To turn it on:
Alternative method – If the above doesn’t work, try editing Engine.ini (same folder) and add:
[SystemSettings]
AllowConsole=True
Some repacks have corrupted crafting tables. These commands inject items directly into your inventory.
Syntax: GiveItem [ItemID] [Quantity]
Useful IDs for Repack Users:
To find all IDs: Open console and type DumpItems. A file ItemsDump.txt will appear in your \Subsistence\Saved\ folder.
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.
In many repacks, hunters either spawn endlessly or not at all. Fix that here:
repack.huntermode on/off
Toggles a temporary thermal/x-ray vision that highlights all animals, hostile hunters, and their trails within 100 meters. Drains energy over time. Repack-specific Commands To repack items, you'll often use
For announcements of prebuilt binaries for Linux, Mac OS X, and Windows, head over to the E-Maculation Forums.
Other prepackaged versions of Basilisk II that I am aware of:
Really old versions for legacy systems:
To download the current version of the repository via Git:
$ git clone https://github.com/cebix/macemu.git
After downloading and setting up the repository you can, for example, try to compile the Unix version of Basilisk II:
$ cd macemu/BasiliskII/src/Unix $ ./autogen.sh $ make