Difference between revisions of "Admin Commands for Don't Starve Together"
(Tag: Visual edit) |
|||
Line 1: | Line 1: | ||
{{ADS-dst}} | {{ADS-dst}} | ||
− | + | On this page we show you the commands you can use on Dont Starve Together: | |
− | == | + | == Open the Console == |
− | + | To use commands, press the "~" key in your game. This opens the game console, where you can enter the commands. | |
− | == | + | == Simple commands == |
* '''Spawn prefab''' | * '''Spawn prefab''' | ||
− | c_spawn("prefab", | + | c_spawn("prefab",amount) |
− | DebugSpawn | + | DebugSpawn imporved ("prefab"), generates the amount of "prefab" selected under the mouse pointer. |
* '''Dive item''' | * '''Dive item''' | ||
− | c_give("prefab", | + | c_give("prefab",amount) |
− | + | Generates a quantity of selected "pre-made parts" in your inventory. It only works with backpacks and items that can be stored in inventory. | |
* '''Go Adventuring''' | * '''Go Adventuring''' | ||
c_goadventuring() | c_goadventuring() | ||
− | + | Gives the player a set of starting items. | |
* '''Scenario''' | * '''Scenario''' | ||
c_doscenario(scenario) | c_doscenario(scenario) | ||
− | + | Apply a scenario script to the selection and run it. | |
* '''Set''' '''Your''' '''Health''' | * '''Set''' '''Your''' '''Health''' | ||
c_sethealth(percent) | c_sethealth(percent) | ||
− | + | Set your health to a selected percentage. Note: use fractional numbers 0.90 = 90%. | |
* '''Set Your Sanity''' | * '''Set Your Sanity''' | ||
c_setsanity(percent) | c_setsanity(percent) | ||
− | + | Set your health to a selected percentage. Note: use fractional numbers 0.90 = 90%. | |
* '''Set''' '''Your''' '''Hunger''' | * '''Set''' '''Your''' '''Hunger''' | ||
c_sethunger(percent) | c_sethunger(percent) | ||
− | + | Set your hunger to a selected percentage. Note: use fractional numbers 0.90 = 90%. | |
* '''Set Your Moisture''' | * '''Set Your Moisture''' | ||
c_setmoisture(percent) | c_setmoisture(percent) | ||
− | + | Adjust its humidity to a selected percentage. Note: use fractional numbers 0.90 = 90%. | |
* '''Temperature''' | * '''Temperature''' | ||
c_settemperature(degrees) | c_settemperature(degrees) | ||
− | + | Set your temperature to a selected percentage. Note: use fractional numbers 0.90 = 90%. | |
* '''God Mode'''<span id="c_godmode"></span> | * '''God Mode'''<span id="c_godmode"></span> | ||
c_godmode() | c_godmode() | ||
− | + | It will no longer deplete your sanity, hunger, or health when attacked. You cannot use commands to change your stats while in God mode. When he is dead he will be resurrected (resuscitation via c_godmode () will not put him in godmode when he is resurrected). To disable Godmode, use the command again. | |
* '''Super''' '''God Mode''' | * '''Super''' '''God Mode''' | ||
c_supergodmode() | c_supergodmode() | ||
− | + | Like God mode, but it also sets all your stats to maximum even if you disable it. Similar to c_godmode (), it also revives you (reviving via c_supergodmode () does not put you in god mode when revived). To disable Godmode, use the command again. | |
* '''Maintain Your Health''' | * '''Maintain Your Health''' | ||
c_maintainhealth(ThePlayer) | c_maintainhealth(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode, but constantly regenerating your health. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Maintain Your Sanity''' | * '''Maintain Your Sanity''' | ||
c_maintainsanity(ThePlayer) | c_maintainsanity(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode, but constantly regenerating your mind. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Maintain Your Hunger''' | * '''Maintain Your Hunger''' | ||
c_maintainhunger(ThePlayer) | c_maintainhunger(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode, but constantly regenerates your hunger. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Maintain Your Temperature''' | * '''Maintain Your Temperature''' | ||
c_maintaintemperature(ThePlayer) | c_maintaintemperature(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode but constantly regenerating your temperature. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Maintain Your Moisture''' | * '''Maintain Your Moisture''' | ||
c_maintainmoisture(ThePlayer) | c_maintainmoisture(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode, but constantly regenerating your moisture. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Maintain All''' | * '''Maintain All''' | ||
c_maintainall(ThePlayer) | c_maintainall(ThePlayer) | ||
− | Similar | + | Similar to Supergod mode, but constantly regenerates all stats. To cancel the process, enter c_cancelmaintasks (ThePlayer). |
* '''Mob Invisibility''' | * '''Mob Invisibility''' | ||
c_makeinvisible() | c_makeinvisible() | ||
− | + | Prevent mobs from targeting the player in combat. It does not work in all circumstances. | |
* '''Set Your Running Speed''' | * '''Set Your Running Speed''' | ||
c_speedmult(multiplier) | c_speedmult(multiplier) | ||
− | + | The standard bonus running speed is 1.2, making you twice as fast, and at 12 or more you can easily walk through walls and "over" water. | |
[[Category: Don't Starve Together]] | [[Category: Don't Starve Together]] |
Revision as of 09:09, 9 December 2020

Rent your own prepaid Don't Starve server at nitrado.net
On this page we show you the commands you can use on Dont Starve Together:
Open the Console
To use commands, press the "~" key in your game. This opens the game console, where you can enter the commands.
Simple commands
- Spawn prefab
c_spawn("prefab",amount)
DebugSpawn imporved ("prefab"), generates the amount of "prefab" selected under the mouse pointer.
- Dive item
c_give("prefab",amount)
Generates a quantity of selected "pre-made parts" in your inventory. It only works with backpacks and items that can be stored in inventory.
- Go Adventuring
c_goadventuring()
Gives the player a set of starting items.
- Scenario
c_doscenario(scenario)
Apply a scenario script to the selection and run it.
- Set Your Health
c_sethealth(percent)
Set your health to a selected percentage. Note: use fractional numbers 0.90 = 90%.
- Set Your Sanity
c_setsanity(percent)
Set your health to a selected percentage. Note: use fractional numbers 0.90 = 90%.
- Set Your Hunger
c_sethunger(percent)
Set your hunger to a selected percentage. Note: use fractional numbers 0.90 = 90%.
- Set Your Moisture
c_setmoisture(percent)
Adjust its humidity to a selected percentage. Note: use fractional numbers 0.90 = 90%.
- Temperature
c_settemperature(degrees)
Set your temperature to a selected percentage. Note: use fractional numbers 0.90 = 90%.
- God Mode
c_godmode()
It will no longer deplete your sanity, hunger, or health when attacked. You cannot use commands to change your stats while in God mode. When he is dead he will be resurrected (resuscitation via c_godmode () will not put him in godmode when he is resurrected). To disable Godmode, use the command again.
- Super God Mode
c_supergodmode()
Like God mode, but it also sets all your stats to maximum even if you disable it. Similar to c_godmode (), it also revives you (reviving via c_supergodmode () does not put you in god mode when revived). To disable Godmode, use the command again.
- Maintain Your Health
c_maintainhealth(ThePlayer)
Similar to Supergod mode, but constantly regenerating your health. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Maintain Your Sanity
c_maintainsanity(ThePlayer)
Similar to Supergod mode, but constantly regenerating your mind. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Maintain Your Hunger
c_maintainhunger(ThePlayer)
Similar to Supergod mode, but constantly regenerates your hunger. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Maintain Your Temperature
c_maintaintemperature(ThePlayer)
Similar to Supergod mode but constantly regenerating your temperature. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Maintain Your Moisture
c_maintainmoisture(ThePlayer)
Similar to Supergod mode, but constantly regenerating your moisture. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Maintain All
c_maintainall(ThePlayer)
Similar to Supergod mode, but constantly regenerates all stats. To cancel the process, enter c_cancelmaintasks (ThePlayer).
- Mob Invisibility
c_makeinvisible()
Prevent mobs from targeting the player in combat. It does not work in all circumstances.
- Set Your Running Speed
c_speedmult(multiplier)
The standard bonus running speed is 1.2, making you twice as fast, and at 12 or more you can easily walk through walls and "over" water.