🎮 dont-starve Console Commands
5 entries — copy-paste ready. Updated for latest version.
Give All Items (c_give)
Spawns any item or resource directly into your inventory by its prefab ID. Essential for testing builds or skipping grin
c_give("prefab_id", count)
God Mode (c_godmode)
Toggles invincibility, making your character immune to damage, hunger, and sanity loss. Useful for exploring or testing.
c_godmode()
Super God Mode (c_supergodmode)
Enhanced version of god mode that also prevents death from environmental hazards like drowning and freezing. Best for pu
c_supergodmode()
Teleport Player (c_teleport)
Moves your character instantly to a specified coordinate or to a targeted entity. Useful for escaping danger or reaching
c_teleport(x, y, z) or c_teleport(entity)
Spawn Mob (c_spawn)
Spawns any creature or NPC at your current location using its prefab ID. Great for testing combat or farming resources.
c_spawn("prefab_id", count)
How to Use dont-starve Console Commands
Select any entry above to see full syntax, examples, pros/cons, and related mods that enhance this feature.