Difference between revisions of "Development mode"

From RimWorld Wiki
Jump to navigation Jump to search
 
(36 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
 +
{{Rewrite|reason=Development mode massively changed in 1.4, with the menus overhauled, a bunch of options shifted to other menus, duplicated in some locations, etc.}}
 +
{{Image wanted|reason=See rewrite above - images of the new debug menus and the menus displaying their dev and god mode options (e.g. the +/- options on the mood bars when its activated}}
 
[[File:Dev mode.png|300px|thumb|right|Development mode toolbar (red frame) on top of the screen, next to the colonist bar.]]
 
[[File:Dev mode.png|300px|thumb|right|Development mode toolbar (red frame) on top of the screen, next to the colonist bar.]]
 
'''Development mode''' is a feature on the [[user interface]] that serves both as a debugging tool for developers and as a cheat menu for most other players.
 
'''Development mode''' is a feature on the [[user interface]] that serves both as a debugging tool for developers and as a cheat menu for most other players.
Line 9: Line 11:
  
 
=== Permanently disable ===
 
=== Permanently disable ===
In the Options menu in-game, you have the choice to 'permanently' disable development mode. This prevents you from cheating using this.
+
In the Options menu in-game, you have the choice to 'permanently' disable development mode after you have enabled the developer mode. This prevents you from cheating using this.
  
You can reset it by deleting the 'DevModeDisabled' file can be found in the config folder
+
Enabling this option creates an empty file called 'DevModeDisabled' in the RimWorld config folder.
  
It can be retrieved through:
+
You can reset it by deleting this 'DevModeDisabled' file from the RimWorld config folder
Start+R > appdata > LocalLow > Ludeon Studios > Rimworld by Ludeon Studios > Config.
+
 
 +
The config folder can be located at the following locations:
 +
 
 +
In Windows:<br>
 +
- Press the Start/WindowsKey + R > Enter "%appdata%" and press enter > then navigate to LocalLow -> Ludeon Studios -> Rimworld by Ludeon Studios -> Config<br>
 +
In Linux:<br>
 +
- On a console, type: cd "~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/Config"
  
 
== Features ==
 
== Features ==
Line 22: Line 30:
 
An output log for debugging. Shows errors if they occur, as well as debug outputs.
 
An output log for debugging. Shows errors if they occur, as well as debug outputs.
  
=== [[File:PackageEditor.png]] Package editor ===
+
=== [[File:Tweakvalues.png]] Tweak Values ===
It allows you to edit game data while the game is running. Currently limited to sound and colonist hairstyles.
+
A menu with several options for tweaking values associated with some AI actions, gameplay, UI values, graphics settings, plants, and other performance effecting variables.
  
 
=== [[File:ViewSettings.png]] View settings ===
 
=== [[File:ViewSettings.png]] View settings ===
 
Toggles special debug visuals, such as shooting hit chances, infestation chances and toggling fog (fog of war) and snow visibility.
 
Toggles special debug visuals, such as shooting hit chances, infestation chances and toggling fog (fog of war) and snow visibility.
 
+
It also allows some debug settings, for example unlimited power, toggling damage, fast research, instant recruit, faster learning (i.e. instant boost to lv 20 upon doing a task), ecology, crafting, caravans, etc. Write Storyteller will add all of the raid point calculation data, considerations, and results on the raid notification letter for example. Another setting which can be useful to enable, is the setting to draw paths, paths are drawn, so you can see where all pawns, animals, colonist, and enemies are pathing to. Those settings will not be saved so you need to enable them each time if you want to use those settings. The tabs at the top of this screen will allow you to switch between view setting toggles, debug actions menu, and debug logging screens without having to close the dev menu each time.
It also allows some debug settings, for example, unlimited power, toggling damage, and fast research, learning (i.e. instant boost to lv 20 upon doing a task), ecology, crafting, caravans, etc.
 
  
 
=== [[File:Debug.png]] Debug actions menu ===
 
=== [[File:Debug.png]] Debug actions menu ===
Forces a variety of things to happen. Many things can be done from here; spawning items and pawns, executing events, downing/ killing pawns, they are all done through this menu.
+
Forces a variety of things to happen. Many things can be done from here; spawning items and pawns, executing events, downing/ killing pawns, they are all done through this menu. The second page of this menu can be found in "show more actions" under more debug actions on the right. The search bar at the top may be used at any time in any part of the dev menu and is especially useful when spawning items into the world.
  
 
=== [[File:Debug.png]] Debug logging menu ===
 
=== [[File:Debug.png]] Debug logging menu ===
Where some debugging information can be found, like crop economy, item nutrition, and such.
+
Where some debugging information can be found, like crop economy, item nutrition, and such. It's also called debug outputs, when clicking on for example apparel or beauties you can see a list of all items that adds beauty points to rooms or buildings. If you want to know which clothing is considered clothing for nudists you can find it here as well.
  
 
=== [[File:Inspector.png]] Inspector ===
 
=== [[File:Inspector.png]] Inspector ===
Lets you see what's happening in the game.
+
Opens the inspector panel and shows you what's happening in the game. Note: You may be required to have this open to see some of the output from the selected debug logging menu selection.
  
 
=== [[File:GodMode.png]] God mode ===
 
=== [[File:GodMode.png]] God mode ===
Toggles god mode. While active you can build structures, including furniture and other buildings, instantly at no price and no research. If you want a "finished" cluster of rooms, or experiment with a [[nutrient paste dispenser]] or with [[heater]]s and [[cooler]]s, this is what you want.  
+
Toggles god mode. While active, all player-buildable buildings are available without research, and are constructed instantly and at no cost when placing down the blueprint. Note that "deconstructing" is instantaneous, but leaves behind resources as appropriate to the item(s) deconstructed. To remove these items, or any others, use the "T: Kill" or T: Destroy" commands under the Debug section. Be mindful that these options remove everything in all layers of a tile and as a result you may need to replace some items such as electrical conduit.
  
Note that "deconstructing" is instantaneous, but leaves behind resources as appropriate to the item(s) deconstructed. To remove these (or any other item), use the "T: Kill" command under the Debug section.
+
[[Orders#Mine|Mining orders]] are also completed instantly upon designation but return a yield of 1.
  
 
God mode can be also toggled through 'View Settings'.
 
God mode can be also toggled through 'View Settings'.
  
=== Autopause ===
+
=== [[File:Devpalette.png]] Inspector ===
 +
Toggles the DEV Palette to be visible or hidden. Anything in the dev menu at any level may be added to this menu by toggling the pin following the option in the menu. Items may be reordered by dragging the grey striped box to the desired location and easily removed by clicking the last rightmost red X.
 +
 
 +
 
 +
=== [[File:Pauseonerror.png]] Autopause ===
 
Toggles autopause when an error is logged.
 
Toggles autopause when an error is logged.
  
=== Save translation report ===
+
=== Search bar ===
An option shown on the title screen, it generates a report about the currently-loaded language data stating which translations are missing, which are unnecessary, and other useful information for translators.
+
Allows you to find items on the current map and will scan through all the items in the event of multiples.  Does not work on map.  In menus it can be used at any level to quickly find any action or setting through to narrowing item search results when spawning.
 +
 
 +
== Debug Log ==
 +
 
 +
Opens the active in progress game log, aka debug log.  If pause on error is enabled this is the window you will see when an error occurs.  The most recent events are at the bottom of the log.  Selecting any line will open more details about the entry and it's stack trace in the lower part of the window. (only visible when an item is selected)  The size of the lower window may be changed with the handle between the window panes or by using the trace size buttons located at the top of the window.  Selecting clear will clear the currently displayed log information within the game, however the information will remain in the log file as usual.
 +
 
 +
== Tweak Values ==
 +
 
 +
Opens a menu with various sliders and a few toggles for changing some of the values associated with game pertaining to gameplay, tick rate, UI sizes, graphics settings, among other things and may include some mod options.  (ToDo: generate and populate table of settings)
 +
 
 +
== View Settings ==
 +
 
 +
Opens a menu that provides settings for visible layers, AI pathing and considerations, as well as some useful dev settings like infinite electricity, fast crafting, and fast caravans.  Draw paths will enable pathing lines for all non-colonist pawns. (pawn must be visible on screen for line to render) Write storyteller will provide the totals, equations, and values and modifiers for all wealth and pawns when raid events are generated and appends it to the raid letter message body.  Log translation lookup errors has also been relocated to here.
  
 
== Debug Action Menu ==
 
== Debug Action Menu ==
[[File:Debug actions menu.jpeg|500px|thumb|right|Debug Action Menu with [[Royalty DLC]] installed.]]
+
[[File:Debug actions menu.jpeg|500px|thumb|right|Debug Action Menu with the first three DLC installed.]]
There are many options in this menu, and several sub-menus. The search bar in the top right will highlight options matching the search criteria, but the spelling must exactly match the name of the option or part of it.
+
There are many options in this menu, and several sub-menus. The search bar in the top right will highlight options matching the search criteria, but the spelling must exactly match exactly or any portion of it.
 +
 
 +
==== Understanding the Buttons ====
 +
 
 +
Not every command can be listed all at once and frankly would overwhelm nearly anyone so many of these options are multi-level. More than one of these options can appear on a button and, for example, to change an items quality select the "T:set quality..." option and then select the quality you want to make the item.  Special note that the game will only apply settings to objects that allow that effect or descriptor and will attempt to affect everything in every layer under the mouse.  Beware T:Kill, T:Delete, and T:Discard!  To cancel any tool at anytime just right click or press escape.
 +
 
 +
Commands prefaced with with "T:" are applied to a target.  Upon selection the menu will close and leave a T attached to the cursor with either the name, action, or instructions beside it.  Some pawns may be between cells and you may need to toggle pause to let them move into a targetable position.  Beware target tools will affect every valid object in the selected cell.
 +
 
 +
Commands ending with an ellipsis "..." denote the items with submenus usually offering options such as quality level, quantity, difficulty level, or what item you want to spawn to name a few of the most common.  Being presented with no option within a submenu usually means there is nothing available to do in the gamespace you are currently in. (e.x. spawning a pawn on the main menu) 
  
Commands prefaced with with '''"T:"''' seem to temporarily alter the mouse behavior to do execute the command on  left click, with right click cancelling this behavior.
+
Commands ending in (rect) will require you to select two points to create a rectangle selection area for the selected task. Examples of this would be "Edit Roof (rect)..." which would allow you to remove or place specific roof types.
  
Commands ending with an ellipsis '''"..."''' seem to tend to open a submenu, but not commands that do so have the ellipsis and not all commands that have an ellipsis do so. Its meaning is currently unclear.
+
Commands ending in (Map) will affect the current map in whatever way they normally would otherwise. Example would be "Do Incident (Map)..." to generate a caravan, visitor, or passing thrumbo heard.
  
 
===Incidents===
 
===Incidents===
Creates [[events]] and [[raid]]s
+
Creates [[events]] and [[raid]]s on the currently visible map.
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! style=width:13em | Action !! Effect
 
! style=width:13em | Action !! Effect
|-
 
! Do incident (Map)
 
| Creates an event (e.g. a [[disease]], [[heat wave]]/[[cold snap]], [[thrumbo]]s, [[Events#Ambrosia_sprout|ambrosia sprout]], random enemy raid or caravan visit, etc.).
 
|-
 
! Do incident x10 (Map)
 
| Creates ten times the same kind of event, all at the same time (e.g. 10 [[mech cluster]]s).
 
|-
 
! Do incident w/ point (Map)
 
| Creates an event with specified total hitpoints (e.g. infecting a choosen number of hitpoints of cultures with [[blight]], spawning a choosen total hitpoints of enemies or visitors, etc.).
 
 
|-
 
|-
 
! Do trade caravan arrival  
 
! Do trade caravan arrival  
| ?
+
| Allows you to select a currently active faction by name and choose the type of caravan arriving. No random in this menu.
 
|-
 
|-
 
! Execute raid with points  
 
! Execute raid with points  
| Creates a random faction raid with specified total hitpoints.
+
| Creates a random faction raid with specified total raid points. Calls friendlies if allied.
 
|-
 
|-
 
! Execute raid with factions  
 
! Execute raid with factions  
| Creates a choosen faction raid with specified total hitpoints.
+
| Creates a chosen faction raid with specified total raid points. Calls friendlies if allied.
 
|-
 
|-
 
! Execute raid with specifics  
 
! Execute raid with specifics  
| Creates a raid where everything can be specified (faction, total hitpoints, arrival mode and location, etc.).
+
| Creates a raid where everything can be specified (faction, total raid points, arrival mode and location, etc.).
 +
|-
 +
! Do incident (Map)
 +
| Creates an event (e.g. a [[disease]], [[heat wave]]/[[cold snap]], [[thrumbo]]s, [[Events#Ambrosia_sprout|ambrosia sprout]], random enemy raid or caravan visit, etc.).
 +
|-
 +
! Do incident x10 (Map)
 +
| Creates ten times the same kind of event, all at the same time (e.g. 10 [[mech cluster]]s).  Beware calling too many incidents, especially while paused, may result in severe game instability and crashing.  Save before use.
 +
|-
 +
! Do incident w/ point (Map)
 +
| Creates an event with specified total [[raid points]].
 
|}
 
|}
  
 
====Incidents: World mode====
 
====Incidents: World mode====
 +
These functions are visible when you are viewing the world map in your game.  Incidents followed by a NO either cannot be used in the current scope or would otherwise not normally occur on the current map. (Testing required)
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! style=width:13em | Action !! Effect
 
! style=width:13em | Action !! Effect
|-
 
! Do incident (Map)…
 
| ?
 
|-
 
! Do incident x10 (Map)…
 
| ?
 
|-
 
! Do incident w/ points (Map)…
 
| ?
 
 
|-
 
|-
 
! Do incident (World)…  
 
! Do incident (World)…  
| ?
+
| Creates a global event (e.g. a [[aurora]],  [[eclipse]], [[solar flare]]) Note: Global mod events are included on this menu.
 
|-
 
|-
 
! Do incident x10 (World)…  
 
! Do incident x10 (World)…  
| ?
+
| Creates 10x global event (e.g. a [[aurora]],  [[eclipse]], [[solar flare]]) Note: Global mod events are included on this menu.
 
|-
 
|-
 
! Do incident w/ points (World)…  
 
! Do incident w/ points (World)…  
| ?
+
| Creates a global event (e.g. a [[aurora]],  [[eclipse]], [[solar flare]]) Note: Global mod events are included on this menu.  This menu may be empty if you have no points based world events installed or enabled.
 
|}
 
|}
  
 
=== Quests ===
 
=== Quests ===
Tools for adding [[quests]].
+
Tools for adding [[quests]]. (Colony mode)
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 120: Line 144:
 
|-
 
|-
 
! Generate quest  
 
! Generate quest  
| ?
+
| Allows you to generate a quest at a given [[raid points|raid point]] value
 
|-
 
|-
 
! Generate quests x10  
 
! Generate quests x10  
| ?
+
| Generate 10 quests of a given raid point value
 
|-
 
|-
 
! Generate quests x30  
 
! Generate quests x30  
| ?
+
| Generate 30 quests of a given raid point value
 
|-
 
|-
! Generate quest (1x for each points)  
+
! Generate quest (1x for each point)  
| ?
+
| Generate 1 quest for each valid point threshold
 
|-
 
|-
 
! QuestPart test  
 
! QuestPart test  
| ?
+
| Checks if part of a quest works
 
|-
 
|-
! Log genearted quest savedata
+
! Log generated quest savedata
| ?
+
| Makes a log of the generated quest savedata
 
|}
 
|}
  
Line 146: Line 170:
 
|-
 
|-
 
! Atlas Rebuild  
 
! Atlas Rebuild  
| ?
+
| Rebuilds and refreshes some data pertaining to the map and pawns. Effectively does nothing if you haven't broken anything yet.
 
|-
 
|-
 
! T: Spawn Relic{{IdeologyIcon}}  
 
! T: Spawn Relic{{IdeologyIcon}}  
| ?
+
| Spawns relic of ideology
 
|-
 
|-
 
! T: Set Source Precept{{IdeologyIcon}}  
 
! T: Set Source Precept{{IdeologyIcon}}  
Line 155: Line 179:
 
|-
 
|-
 
! Add Slave{{IdeologyIcon}}  
 
! Add Slave{{IdeologyIcon}}  
| ?
+
| Adds a randomly generated pawn slave in an available slave designated bed.
 
|-
 
|-
 
! T: Hack 100%{{IdeologyIcon}}  
 
! T: Hack 100%{{IdeologyIcon}}  
| ?
+
| Sets a hackable terminal to 100% complete.
 
|-
 
|-
 
! T: Hack +10%{{IdeologyIcon}}  
 
! T: Hack +10%{{IdeologyIcon}}  
| ?
+
| Adds 10% to the progress of hacking a terminal.
 
|-
 
|-
 
! T: Darklight At Position{{IdeologyIcon}}  
 
! T: Darklight At Position{{IdeologyIcon}}  
Line 167: Line 191:
 
|-
 
|-
 
! Max Development Points{{IdeologyIcon}}  
 
! Max Development Points{{IdeologyIcon}}  
| ?
+
| Sets ideology development points to it's current max allowing for immediate reform.
 
|-
 
|-
! Add Development Points{{IdeologyIcon}}  
+
! Add Development Point{{IdeologyIcon}}  
| ?
+
| Adds 1 to ideology development points.
 
|-
 
|-
 
! Clear Development Points{{IdeologyIcon}}  
 
! Clear Development Points{{IdeologyIcon}}  
| ?
+
| Sets the ideology development points value to 0.
 
|-
 
|-
 
! Destroy All Plants  
 
! Destroy All Plants  
Line 190: Line 214:
 
|  
 
|  
 
* All current [[trader|trade ships]] leave
 
* All current [[trader|trade ships]] leave
* A random selection of 5 trade ships replace them. This includes modded trade ships, if any.
+
* A random selection of 5 trade ships replace them and hail immediately. This includes modded trade ships, if any.
 
|-
 
|-
 
! Add Trade Ship Of Kind  
 
! Add Trade Ship Of Kind  
| ?
+
| Will spawn trade ship of selected kind.
 
|-
 
|-
! Change [[weather]]...
+
! Change [[weather]]
 
| Opens a sub menu where the chosen weather can be selected. Doing it once will gradually change the [[weather]]. Using the same command twice will immediately change the weather
 
| Opens a sub menu where the chosen weather can be selected. Doing it once will gradually change the [[weather]]. Using the same command twice will immediately change the weather
 
|-
 
|-
Line 202: Line 226:
 
|-
 
|-
 
! Play sound...  
 
! Play sound...  
| ?
+
| Opens a sub menu where the chosen sound can be played, for testing for example.
 
|-
 
|-
 
! Add Prisoner  
 
! Add Prisoner  
Line 217: Line 241:
 
|-
 
|-
 
! Adaption Progess10 Days
 
! Adaption Progess10 Days
| ?
+
| Adjusts the progression value as if 10 additional days have passed. Adaption factor is what makes raids a little easier after a pawn dies or other serious hit.
 
|-
 
|-
 
! Unload Unused Assets  
 
! Unload Unused Assets  
| ?
+
| Will attempt to unload game assets from memory that are not being used.  May help late game on very very old systems especially with low ram.
 
|-
 
|-
 
! Name settlement  
 
! Name settlement  
Line 226: Line 250:
 
|-
 
|-
 
! Next lesson  
 
! Next lesson  
| ?
+
| Learning helper, it shows the next lesson from the in-game helper
 
|-
 
|-
 
! Regen All Map Mesh Sections  
 
! Regen All Map Mesh Sections  
Line 235: Line 259:
 
|-
 
|-
 
! Force Ship Countdown  
 
! Force Ship Countdown  
| ?
+
| Forces the end of game event ship has left and rolls ending credits.
 
|-
 
|-
 
! Force Start Ship  
 
! Force Start Ship  
| Forces the ship required to escape the rimworld planet to take off.
+
| Forces the ship to begin getting ready to launch.  Must have a ship on the map to be started.
 
|-
 
|-
 
! Flash Trade Drop Spot  
 
! Flash Trade Drop Spot  
| ?
+
| Shows where the trade drop spot will be.
 
|-
 
|-
 
! Kill Faction Leader  
 
! Kill Faction Leader  
Line 247: Line 271:
 
|-
 
|-
 
! Kill Kidnapped Pawn  
 
! Kill Kidnapped Pawn  
| ?
+
| Kills kidnapped pawn.
 
|-
 
|-
 
! Kill World Pawn  
 
! Kill World Pawn  
| ?
+
| Kills world pawn, which you can choose from.
 
|-
 
|-
 
! Set Faction Relations  
 
! Set Faction Relations  
Line 280: Line 304:
 
|-
 
|-
 
! Add [[techprint]] to project {{RoyaltyIcon}}  
 
! Add [[techprint]] to project {{RoyaltyIcon}}  
| ?
+
| Allows you to select a techprint and which pawn will receive credit for its use.
 
|-
 
|-
 
! Apply [[techprint]] on project {{RoyaltyIcon}}  
 
! Apply [[techprint]] on project {{RoyaltyIcon}}  
| ?
+
| Directly applies the techprint to the research tree bypassing any pawn exp gains.
 
|-
 
|-
 
! Kill Random Lent Colonist  
 
! Kill Random Lent Colonist  
| ?
+
| Kills a random colonist on loan.
 
|-
 
|-
 
! Destroy All Hats  
 
! Destroy All Hats  
| ?
+
| Destroys all hats from the map and if colonists are wearing any hat, those will be destroyed as well.
 
|-
 
|-
 
! Pawn Kind Apparel Check  
 
! Pawn Kind Apparel Check  
Line 304: Line 328:
 
|-
 
|-
 
! T: Glow At Position  
 
! T: Glow At Position  
| ?
+
| Temporarily displays the light for each tile in a radius from click position.
 
|-
 
|-
 
! T: HSV At Position  
 
! T: HSV At Position  
| ?
+
| Temporarily displays the HSV value for each tile in a radius from from click position.
 
|-
 
|-
 
! Fill Map With Trees  
 
! Fill Map With Trees  
| ?
+
| Fill current map with trees.
 
|-
 
|-
 
! Flash Blocked Landing Cells  
 
! Flash Blocked Landing Cells  
| ?
+
| Highlights blocked landing cells, for droppods or other moving objects.
 
|-
 
|-
 
! Award 4 [[Titles|honor]] {{RoyaltyIcon}}  
 
! Award 4 [[Titles|honor]] {{RoyaltyIcon}}  
Line 328: Line 352:
 
|-
 
|-
 
! T: Destroy  
 
! T: Destroy  
| Left click to destroy an object or pawn, obliterating it from existence without leaving anything behind.
+
| Left click to destroy an object or pawn. Effectively the same as discard or kill.  Simulates kill death for living objects.  This includes boomalope and boomrats.
 
|-
 
|-
 
! T: Discard  
 
! T: Discard  
| ?
+
| Left click to destroy an object or pawn. Effectively the same as destroy or kill.  Simulates kill death for living objects.  This includes boomalope and boomrats.
 
|-
 
|-
 
! T: Kill  
 
! T: Kill  
| Left click to instantly kill or "destroy" a pawn or object, leaving behind corpses or resources. A second click removes same from map.
+
| Left click to destroy an object or pawn. Effectively the same as discard or destroy.  Simulates kill death for living objects.  This includes boomalope and boomrats.  
 
|-
 
|-
 
! T: 10 damage  
 
! T: 10 damage  
Line 342: Line 366:
 
| Left click to deal 5000 damage to an object or pawn.
 
| Left click to deal 5000 damage to an object or pawn.
 
|-
 
|-
! Rotate Clockwise
+
! Rotate...
| ?
+
| Rotates object in the direction selected.
|-
 
! Rotate Counter Clockwise
 
| ?
 
 
|-
 
|-
! T: Clear area 21x21
+
! T: Clear area(rect)
| Left click to destroy all objects in a 21 by 21 area, excluding flooring.
+
| Allows you to clear a rectangle of an area by selecting the opposite corners of the desired location.
 
|-
 
|-
! T: Make Rock 11x11  
+
! T: Make Rock(rect)  
| Left click to spawn an 11 by 11 solid block of rock.
+
| Allows you to generate solid rock in an area by selecting opposite corners of the desired location. (no selection available at this time. Generated Granite)
 
|-
 
|-
 
! T: Explosion ([[Damage Types|bomb]])  
 
! T: Explosion ([[Damage Types|bomb]])  
| Left click to create explosions. The explosions have a radius of ? tiles and do 50 damage. Right click to cancel
+
| Produces any core explosion type at the targeted location. (EMP, bomb, fire foam, etc)
|-
 
! T: Explosion (flame)
 
|  Left click to create flame explosions. The explosions have a radius of ? tiles and do 10 damage, as well as setting objects on fire. Right click to cancel
 
|-
 
! T: Explosion (stun)
 
| Left click to create stunning explosions. The explosions have a radius of ? tiles and stun for ? seconds. Right click to cancel
 
|-
 
! T: Explosion ([[EMP]])
 
| Left click to create exposions of [[EMP]]. The explosions have a radius of ? tiles and do ? damage. Right click to cancel
 
|-
 
! T: Explosion (extinguisher)
 
| Left click to create explosions of firefoam similar to a [[firefoam popper]]. The foam has a radius of ? tiles and create [[Firefoam]] on the ground. Right click to cancel
 
|-
 
! T: Explosion ([[smoke]])  
 
| Left click to create clouds of [[Smoke]]. The clouds have a radius of ? tiles and last ? seconds. Right click to cancel
 
|-
 
! T: Lightning Strike
 
| Left click to create [[Lightning]] strikes. The strikes have a radius of 1.9 tiles and do 10 damage. Right click to cancel
 
 
|-
 
|-
 
! T: Add Snow  
 
! T: Add Snow  
| ?
+
| Adds snow to selected cell
 
|-
 
|-
 
! T: Remove Snow  
 
! T: Remove Snow  
| ?
+
| Removes snow from selected cell
 
|-
 
|-
 
! T: Clear All Snow  
 
! T: Clear All Snow  
Line 385: Line 388:
 
|-
 
|-
 
! T: Push heat (10)  
 
! T: Push heat (10)  
| ?
+
| Select a tile for example in a room, it will increase the temperature with 10 C or F.
 
|-
 
|-
 
! T: Push heat (1000)  
 
! T: Push heat (1000)  
| ?
+
| Select a tile for example in a room, it will increase the temperature with 1000 C or F.
 
|-
 
|-
 
! T: Push heat (-1000)  
 
! T: Push heat (-1000)  
| ?
+
| Select a tile for example in a room, it will decrease the temperature with 1000 C or F.
 
|-
 
|-
 
! T: Finish Plant Growth  
 
! T: Finish Plant Growth  
| ?
+
| Select any plant and it finishes growing so you can harvest it.
 
|-
 
|-
 
! T: Grow1 Day  
 
! T: Grow1 Day  
| ?
+
| Makes the selected plant advance 1 day in growth progress.
 
|-
 
|-
 
! T: Grow To Maturity  
 
! T: Grow To Maturity  
| Grows a single plant to full maturity.
+
| Grows a single plant to full maturity. So you can harvest it.
 
|-
 
|-
 
! T: Regen Section  
 
! T: Regen Section  
| ?
+
| Regenerate section
 
|-
 
|-
 
! T: Set Color{{IdeologyIcon}}  
 
! T: Set Color{{IdeologyIcon}}  
| ?
+
| Allows you to set the color of the target object.
 
|-
 
|-
 
! T: Randomize Color{{IdeologyIcon}}  
 
! T: Randomize Color{{IdeologyIcon}}  
| ?
+
| Sets a random color on the selected object.
 
|-
 
|-
 
! T: Rot1 day  
 
! T: Rot1 day  
| ?
+
| Select object/pawn/animal,food and it will add +1day rot to it.
 
|-
 
|-
 
! T: Force sleep  
 
! T: Force sleep  
| ?
+
| Allows you to force a pawn to sleep, whether from colony, visitor or any animal.
 
|-
 
|-
 
! T: Fuel -20%  
 
! T: Fuel -20%  
| ?
+
| Select fueled thing and decrease its amount with 20%.
 
|-
 
|-
 
! T: Break down...  
 
! T: Break down...  
| ?
+
| Makes a machine break down immediately. Machine must be capable of the breakdown event.
 
|-
 
|-
 
! T: Use Scatterer  
 
! T: Use Scatterer  
Line 432: Line 435:
 
| ?
 
| ?
 
|-
 
|-
! T: Make Roof  
+
! T: Edit Roof(rect)
| Creates a 3x3 square of constructed roof under the cursor.
+
| Allows you to create thick and thin rock roofs, basic constructed roof, or remove any roof. (Yes this includes thick rock roof)
|-
 
! T: Delete Roof
 
| Deletes a 3x3 square of roof under the cursor, including overhead mountain.
 
 
|-
 
|-
 
! T: Test Flood Unfog  
 
! T: Test Flood Unfog  
Line 457: Line 457:
 
|-
 
|-
 
! T: Check Reachability  
 
! T: Check Reachability  
| ?
+
| Checks if the selected cell/tile is reachable for colonists, raids, or animals.
 
|-
 
|-
 
! T: Flash TryFindRandomPawnExitCell  
 
! T: Flash TryFindRandomPawnExitCell  
| ?
+
| Highlights Exit cell where colonists, pawns animals or visitors/guest can exit the map. In the debuglog it shows as trying to find nearest exit cell for visitor to leave.
 
|-
 
|-
 
! T: RandomSpotJustOutsideColony  
 
! T: RandomSpotJustOutsideColony  
Line 469: Line 469:
 
|-
 
|-
 
! Clear All Fog  
 
! Clear All Fog  
| ?
+
| Removes all fog, it means all rock mountains are revealed and if some areas are undiscovered they will be shown. For example ancient dangers, when doing this command at the beginning of your game.
 
|-
 
|-
 
! T: Change Thing Style  
 
! T: Change Thing Style  
| ?
+
| When possible you can change the style of selected thing/item/object/building.
 
|-
 
|-
 
! T: Force sleep then assault colony  
 
! T: Force sleep then assault colony  
Line 508: Line 508:
 
|-
 
|-
 
! Set Ideo{{IdeologyIcon}}   
 
! Set Ideo{{IdeologyIcon}}   
| ?
+
| Sets pawn's ideology to selected
 
|-  
 
|-  
 
! Convert To Ideo{{IdeologyIcon}}  
 
! Convert To Ideo{{IdeologyIcon}}  
Line 535: Line 535:
 
|-
 
|-
 
! T: Change style  
 
! T: Change style  
| ?
+
| Changes pawn's hair and tattoos to selected
 
|-
 
|-
 
! T: Request style change  
 
! T: Request style change  
| ?
+
| Forces pawn to wish it's hair and tattoos
 
|-
 
|-
 
! T: Make Faction leader  
 
! T: Make Faction leader  
Line 613: Line 613:
 
|-
 
|-
 
! T: +20 [[Psycasts#Neural Heat|neural heat]] {{RoyaltyIcon}}  
 
! T: +20 [[Psycasts#Neural Heat|neural heat]] {{RoyaltyIcon}}  
| ?
+
| Adds 20℅ to pawn's neural heat
 
|-
 
|-
 
! T: -20 [[Psycasts#Neural Heat|neural heat]] {{RoyaltyIcon}}  
 
! T: -20 [[Psycasts#Neural Heat|neural heat]] {{RoyaltyIcon}}  
| ?
+
| Removes 20℅ from pawn's neural heat
 
|-
 
|-
 
! T: List Melee Verbs  
 
! T: List Melee Verbs  
Line 631: Line 631:
 
|-
 
|-
 
! T: [[Psycasts#Psyfocus|Psyfocus]] +20% {{RoyaltyIcon}}
 
! T: [[Psycasts#Psyfocus|Psyfocus]] +20% {{RoyaltyIcon}}
| ?
+
| Adds 20% to pawn's psyfocus
 
|-
 
|-
 
! T: [[Psycasts#Psyfocus|Psyfocus]] -20% {{RoyaltyIcon}}
 
! T: [[Psycasts#Psyfocus|Psyfocus]] -20% {{RoyaltyIcon}}
| ?
+
| Removes 20℅ from pawn's psyfocus
 
|-
 
|-
 
! T: Food -20%  
 
! T: Food -20%  
| Make the pawn's [[Needs|hunger]] meter 20% lower.
+
| Make the pawn's [[Needs|hunger]] meter 20% lower. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Rest -20%  
 
! T: Rest -20%  
| Make the pawn's [[Needs|rest]] meter 20% lower.
+
| Make the pawn's [[Needs|rest]] meter 20% lower. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Joy -20%
 
! T: Joy -20%
| Make the pawn's [[Needs|joy]] meter 20% lower.
+
| Make the pawn's [[Needs|joy]] meter 20% lower. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Chemical -20%  
 
! T: Chemical -20%  
| Make the pawn's [[Needs|chemical]] meter 20% lower. Requires "Chemical fascination" or "Chemical interest" [[Traits|trait]]
+
| Make the pawn's [[Needs|chemical]] meter 20% lower. Requires "Chemical fascination" or "Chemical interest" [[Traits|trait]]. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Indoors -20%  
 
! T: Indoors -20%  
| Make the pawn's [[Needs|indoors]] meter 20% lower. Requires "Undergrounder" [[Traits|trait]].
+
| Make the pawn's [[Needs|indoors]] meter 20% lower. Requires "Undergrounder" [[Traits|trait]]. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Needs misc -20%  
 
! T: Needs misc -20%  
Line 688: Line 688:
 
|-
 
|-
 
! Give ability...  
 
! Give ability...  
| ?
+
| Gives pawn a selected ability
 
|-
 
|-
 
! Give Psylink... {{RoyaltyIcon}}  
 
! Give Psylink... {{RoyaltyIcon}}  
| ?
+
| Gives pawn a selected psylink level
 
|-
 
|-
 
! T: Remove neural heat {{RoyaltyIcon}}  
 
! T: Remove neural heat {{RoyaltyIcon}}  
Line 697: Line 697:
 
|-
 
|-
 
! T: Give good thought...  
 
! T: Give good thought...  
| Give a temporary +10 [[Mood|mood boost]] to a pawn.
+
| Give a temporary +10 [[Mood|mood boost]] to a pawn. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Give bad thought...  
 
! T: Give bad thought...  
| Give a temporary -10 [[Mood|mood debuff]] to a pawn.
+
| Give a temporary -10 [[Mood|mood debuff]] to a pawn. Can be used in pawn's needs list
 
|-
 
|-
 
! T: Clear Bound Unfinished Things  
 
! T: Clear Bound Unfinished Things  
Line 712: Line 712:
 
|-
 
|-
 
! T: Enslave{{IdeologyIcon}}  
 
! T: Enslave{{IdeologyIcon}}  
| ?
+
| Enslaves selected pawn to the colony
 
|-
 
|-
 
! T: Damage Apparel  
 
! T: Damage Apparel  
Line 742: Line 742:
 
|-
 
|-
 
! T: Start Marriage Ceremony  
 
! T: Start Marriage Ceremony  
| ?
+
| Forces marriage ceremony
 
|-
 
|-
 
! T: Force Interaction  
 
! T: Force Interaction  
Line 759: Line 759:
 
| ?
 
| ?
 
|-
 
|-
! T: Make1 Year Older  
+
! T: Make +1 Year Older  
 
| Force a pawn to age one year without developing age-related [[Ailments|ailments]]
 
| Force a pawn to age one year without developing age-related [[Ailments|ailments]]
 
|-
 
|-
! T: Make1 Year Older  
+
! T: Make +1 Day Older  
 
| Force a pawn to age one day without developing age-related [[Ailments|ailments]]
 
| Force a pawn to age one day without developing age-related [[Ailments|ailments]]
 
|-
 
|-
Line 784: Line 784:
 
|-
 
|-
 
! T: Kidnap colonist  
 
! T: Kidnap colonist  
| ?
+
| Forces raiders to kidnap a pawn
 
|-
 
|-
 
! T: Face cell (selected)...  
 
! T: Face cell (selected)...  
Line 808: Line 808:
 
|-
 
|-
 
! T: Set ideo role...{{IdeologyIcon}}  
 
! T: Set ideo role...{{IdeologyIcon}}  
| ?
+
| Sets pawn's ideology role to selected
 
|-
 
|-
 
! T: Make guilty  
 
! T: Make guilty  
| ?
+
| Makes pawn to be guilty
 
|-
 
|-
 
! T: Force age reversal demand now{{IdeologyIcon}}  
 
! T: Force age reversal demand now{{IdeologyIcon}}  
Line 852: Line 852:
 
|-
 
|-
 
! Try place near stack of 25...  
 
! Try place near stack of 25...  
| Place 25 items at or near where you indicate (items with a maximum pile number less than 25 aren't shown)
+
| Place 25 items at or near where you indicate (items with a maximum stack size less than 25 aren't shown)
 
|-
 
|-
 
! Try place near stack of 75...  
 
! Try place near stack of 75...  
| Place 75 items at or near where you indicate (items with a maximum pile number less than 75 aren't shown)
+
| Place 75 items at or near where you indicate (items with a maximum stack size less than 75 aren't shown)
 
|-
 
|-
 
! Try place direct thing...  
 
! Try place direct thing...  
Line 879: Line 879:
 
|-
 
|-
 
! Spawn [[Mechanoid cluster|Mech Cluster]] {{RoyaltyIcon}}  
 
! Spawn [[Mechanoid cluster|Mech Cluster]] {{RoyaltyIcon}}  
| ?
+
| Summons mechanoid cluster to selected point
 
|-
 
|-
 
! T: Make [[filth]] x100  
 
! T: Make [[filth]] x100  
Line 900: Line 900:
 
|-
 
|-
 
! Spawn relic{{IdeologyIcon}}  
 
! Spawn relic{{IdeologyIcon}}  
| ?
+
| Spawns ideology relic
 
|-
 
|-
 
|}
 
|}
Line 910: Line 910:
 
|-
 
|-
 
! T: Spawn Random Caravan  
 
! T: Spawn Random Caravan  
| ?
+
| Spawns random caravan on the world map
 
|-
 
|-
 
! T: Spawn Random Faction Base  
 
! T: Spawn Random Faction Base  
Line 1,011: Line 1,011:
 
=== Autotests ===
 
=== Autotests ===
 
{| class="wikitable"
 
{| class="wikitable"
|-
 
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
 
! Make Colony (full)  
 
! Make Colony (full)  
| ?
+
| When tested in dev mode, it spawned 26 colonists, this command simulates a full colony with all tech researched. Included with everything unlocked, like buildings and items that can be placed. For example items/buildings added by mods are shown as well. You can use this as a test to see what consumables, buildings, workbenches, apparel, weapons and other available stuff is added when reaching endgame. All buildable buildings, props and decor, from the architecture tab will be spawned on an electric power grid shown in the picture below. As an addition all the items like consumables like food, drugs and raw resources will be shown in the other photo.
 +
<gallery>
 +
Make colony (full).png| make colony (full) command
 +
Make colony (full) items.png| make colony (full) command
 +
</gallery>
 
|-
 
|-
 
! Make colony (animals)  
 
! Make colony (animals)  
| For each animal, creates the animal, their dessicated corpse, and one meat and leather.
+
| For each animal, creates the animal, their desiccated corpse, and one meat and leather.
 
|-
 
|-
 
! Make colony (ancient junk){{IdeologyIcon}}  
 
! Make colony (ancient junk){{IdeologyIcon}}  
Line 1,062: Line 1,065:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Quickspawn structure || ?
+
! Quickspawn structure  
 +
| ?
 
|-
 
|-
| Destroy all hostile pawns on map || ?
+
! Destroy all hostile pawns on map  
 +
| ?
 
|-
 
|-
 
|}
 
|}
Line 1,076: Line 1,081:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Animal Breeding || ?
+
! Animal Breeding  
 +
| ?
 
|-
 
|-
| Animal Growth || ?
+
! Animal Growth  
 +
| ?
 
|-
 
|-
| Apparel Armor || ?
+
! Apparel Armor  
 +
| ?
 
|-
 
|-
| Apparel By Stuff || ?
+
! Apparel By Stuff  
 +
| ?
 
|-
 
|-
| Apparel Insulation || ?
+
! Apparel Insulation  
 +
| ?
 
|-
 
|-
| Buildings Skills || ?
+
! Buildings Skills  
 +
| ?
 
|-
 
|-
| Crops || ?
+
! Crops  
 +
| ?
 
|-
 
|-
| Drugs || ?
+
! Drugs  
 +
| ?
 
|-
 
|-
| Floors || ?
+
! Floors  
 +
| ?
 
|-
 
|-
| Hediffs Price Impact || ?
+
! Hediffs Price Impact  
 +
| ?
 
|-
 
|-
| Item Accessibility || ?
+
! Item Accessibility  
 +
| ?
 
|-
 
|-
| Item And Building Acquisition || ?
+
! Item And Building Acquisition  
 +
| ?
 
|-
 
|-
| Recipe Skills || ?
+
! Recipe Skills  
 +
| ?
 
|-
 
|-
| Recipes || ?
+
! Recipes  
 +
| ?
 
|-
 
|-
| Thing Set Make Tags || ?
+
! Thing Set Make Tags  
 +
| ?
 
|-
 
|-
| Thing Smelt Products || ?
+
! Thing Smelt Products  
 +
| ?
 
|-
 
|-
| Wool || ?
+
! Wool  
 +
| ?
 
|}
 
|}
  
Line 1,124: Line 1,146:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Future Incidents || ?
+
! Future Incidents  
 +
| ?
 
|-
 
|-
| Future Incidents Current Map || ?
+
! Future Incidents Current Map  
 +
| ?
 
|-
 
|-
| Incident Chances || ?
+
! Incident Chances  
 +
| ?
 
|-
 
|-
| Incident Targets List || ?
+
! Incident Targets List  
 +
| ?
 
|-
 
|-
| Pawn Arrival Candidates || ?
+
! Pawn Arrival Candidates  
 +
| ?
 
|-
 
|-
| Pawn Group Gen Sampled || ?
+
! Pawn Group Gen Sampled  
 +
| ?
 
|-
 
|-
| Peace Talks Chances || ?
+
! Peace Talks Chances  
 +
| ?
 
|-
 
|-
| Pod Contents Possible Defs || ?
+
! Pod Contents Possible Defs  
 +
| ?
 
|-
 
|-
| Pod Contents Test || ?
+
! Pod Contents Test  
 +
| ?
 
|-
 
|-
| Raid Arrivemode Sampled || ?
+
! Raid Arrivemode Sampled  
 +
| ?
 
|-
 
|-
| Raid Faction Sampled || ?
+
! Raid Faction Sampled  
 +
| ?
 
|-
 
|-
| Raid Strategy Sampled || ?
+
! Raid Strategy Sampled  
 +
| ?
 
|-
 
|-
| Threats Generator || ?
+
! Threats Generator  
 +
| ?
 
|-
 
|-
| Trader Kind Things || ?
+
! Trader Kind Things  
 +
| ?
 
|-
 
|-
| Trader Kinds || ?
+
! Trader Kinds  
 +
| ?
 
|-
 
|-
| Trader Stock Generation || ?
+
! Trader Stock Generation  
 +
| ?
 
|-
 
|-
| Trader Stock Generators Defs || ?
+
! Trader Stock Generators Defs  
 +
| ?
 
|-
 
|-
| Trader Stock Market Values || ?
+
! Trader Stock Market Values  
 +
| ?
 
|}
 
|}
  
Line 1,167: Line 1,207:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Animal Behavior || ?
+
! Animal Behavior  
 +
| ?
 
|-
 
|-
| Animal Combat Balance || ?
+
! Animal Combat Balance  
 +
| ?
 
|-
 
|-
| Animal Points To Hunt Or Slaughter || ?
+
! Animal Points To Hunt Or Slaughter  
 +
| ?
 
|-
 
|-
| Animal Trade Tags || ?
+
! Animal Trade Tags  
 +
| ?
 
|-
 
|-
| Animal Basics || ?
+
! Animal Basics  
 +
| ?
 
|-
 
|-
| Animal Ecosystem || ?
+
! Animal Ecosystem  
 +
| ?
 
|-
 
|-
| Backstory Counts Per Tag || ?
+
! Backstory Counts Per Tag  
 +
| ?
 
|-
 
|-
| List Solid Backstories || ?
+
! List Solid Backstories  
 +
| ?
 
|-
 
|-
| Live Pawns Inspiration Chances || ?
+
! Live Pawns Inspiration Chances  
 +
| ?
 
|-
 
|-
| Mental Breaks || ?
+
! Mental Breaks  
 +
| ?
 
|-
 
|-
| Pawn Kind Gear Sampled || ?
+
! Pawn Kind Gear Sampled  
 +
| ?
 
|-
 
|-
| Pawn Kind Apparel Usage || ?
+
! Pawn Kind Apparel Usage  
 +
| ?
 
|-
 
|-
| Pawn Kinds Basics || ?
+
! Pawn Kinds Basics  
 +
| ?
 
|-
 
|-
| Pawn Kinds Tech Hediff Usage || ?
+
! Pawn Kinds Tech Hediff Usage  
 +
| ?
 
|-
 
|-
| Pawn Kinds Weapon Usage || ?
+
! Pawn Kinds Weapon Usage  
 +
| ?
 
|-
 
|-
| Pawn Work Disables Sampled || ?
+
! Pawn Work Disables Sampled  
 +
| ?
 
|-
 
|-
| Races Butchery || ?
+
! Races Butchery  
 +
| ?
 
|-
 
|-
| Races Food Consumption || ?
+
! Races Food Consumption  
 +
| ?
 
|-
 
|-
| Recruit Difficulties Sampled || ?
+
! Recruit Difficulties Sampled  
 +
| ?
 
|-
 
|-
| Thoughts || ?
+
! Thoughts  
 +
| ?
 
|-
 
|-
| Traits Sampled || ?
+
! Traits Sampled  
 +
| ?
 
|}
 
|}
  
Line 1,216: Line 1,277:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Pawn Generation Histogram || ?
+
! Pawn Generation Histogram  
 +
| ?
 
|}
 
|}
  
Line 1,225: Line 1,287:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| All Graphics Loaded || ?
+
! All Graphics Loaded  
 +
| ?
 
|-
 
|-
| Dynamic Draw Things List || ?
+
! Dynamic Draw Things List  
 +
| ?
 
|-
 
|-
| Loaded Assets || ?
+
! Loaded Assets  
 +
| ?
 
|-
 
|-
| Material Delta || ?
+
! Material Delta  
 +
| ?
 
|-
 
|-
| Material Report || ?
+
! Material Report  
 +
| ?
 
|-
 
|-
| Material Snapshot || ?
+
! Material Snapshot  
 +
| ?
 
|-
 
|-
| Mesh Pool Stats || ?
+
! Mesh Pool Stats  
 +
| ?
 
|-
 
|-
| Rand By Curve Tests || ?
+
! Rand By Curve Tests  
 +
| ?
 
|-
 
|-
| Rand Tests || ?
+
! Rand Tests  
 +
| ?
 
|-
 
|-
| Steam Workshop Status || ?
+
! Steam Workshop Status  
 +
| ?
 
|-
 
|-
| Test Math Perf || ?
+
! Test Math Perf  
 +
| ?
 
|}
 
|}
  
Line 1,254: Line 1,327:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Art Descs Database Tales || ?
+
! Art Descs Database Tales  
 +
| ?
 
|-
 
|-
| Art Descs Random Tales || ?
+
! Art Descs Random Tales  
 +
| ?
 
|-
 
|-
| Art Descs Specific Tales || ?
+
! Art Descs Specific Tales  
 +
| ?
 
|-
 
|-
| Art Descs Taleless || ?
+
! Art Descs Taleless  
 +
| ?
 
|-
 
|-
| Database Tales Interest || ?
+
! Database Tales Interest  
 +
| ?
 
|-
 
|-
| Database Tales List || ?
+
! Database Tales List  
 +
| ?
 
|-
 
|-
| Flavorful Combat Test || ?
+
! Flavorful Combat Test  
 +
| ?
 
|-
 
|-
| Interaction Logs || ?
+
! Interaction Logs  
 +
| ?
 
|-
 
|-
| Names From Rulepack || ?
+
! Names From Rulepack  
 +
| ?
 
|}
 
|}
  
Line 1,279: Line 1,361:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Pawn Column Test || ?
+
! Pawn Column Test  
 +
| ?
 
|}
 
|}
 +
 
===World pawns===
 
===World pawns===
 
?
 
?
Line 1,287: Line 1,371:
 
! Action !! Effect
 
! Action !! Effect
 
|-
 
|-
| Colonist Relative Chance || ?
+
! Colonist Relative Chance  
 +
| ?
 
|-
 
|-
| Kidnapped Pawns || ?
+
! Kidnapped Pawns  
 +
| ?
 
|-
 
|-
| Run World Pawn Gc || ?
+
! Run World Pawn Gc  
 +
| Deletes any world pawns except those that the game sees a reason to keep, such as if they are a relative of another pawn or a faction leader. This can help improve performance, as the game will have less pawns to keep track of.
 
|-
 
|-
| Run World Pawn Mothball || ?
+
! Run World Pawn Mothball  
 +
| ?
 
|-
 
|-
| World Pawn Dotgraph || ?
+
! World Pawn Dotgraph  
 +
| ?
 
|-
 
|-
| World Pawn Gc Breakdown || ?
+
! World Pawn Gc Breakdown  
 +
| Shows how many world pawns will be deleted by the 'Run World Pawn Gc' option, and how many will be kept, as well as the reasons for keeping them.
 
|-
 
|-
| World Pawn List || ?
+
! World Pawn List  
 +
| Shows a list of all world pawns (pawns that are not currently on the map, but are still being kept track of by the game).
 
|-
 
|-
| World Pawn Mothball Info || ?
+
! World Pawn Mothball Info  
 +
| ?
 
|}
 
|}
  

Latest revision as of 21:02, 16 January 2024

Development mode toolbar (red frame) on top of the screen, next to the colonist bar.

Development mode is a feature on the user interface that serves both as a debugging tool for developers and as a cheat menu for most other players.

When active, it is seen as an additional menu on the top of the screen.

Options[edit]

Development mode can be enabled via the Options in the Menu, accessible via the toolbar or the ESCAPE key. Under Options, there is an option for "Development Mode". Toggle this option to a tick to turn on development mode.

Permanently disable[edit]

In the Options menu in-game, you have the choice to 'permanently' disable development mode after you have enabled the developer mode. This prevents you from cheating using this.

Enabling this option creates an empty file called 'DevModeDisabled' in the RimWorld config folder.

You can reset it by deleting this 'DevModeDisabled' file from the RimWorld config folder

The config folder can be located at the following locations:

In Windows:
- Press the Start/WindowsKey + R > Enter "%appdata%" and press enter > then navigate to LocalLow -> Ludeon Studios -> Rimworld by Ludeon Studios -> Config
In Linux:
- On a console, type: cd "~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/Config"

Features[edit]

Items are shown from left to right in the picture.

DebugLog.png Debug log[edit]

An output log for debugging. Shows errors if they occur, as well as debug outputs.

Tweakvalues.png Tweak Values[edit]

A menu with several options for tweaking values associated with some AI actions, gameplay, UI values, graphics settings, plants, and other performance effecting variables.

ViewSettings.png View settings[edit]

Toggles special debug visuals, such as shooting hit chances, infestation chances and toggling fog (fog of war) and snow visibility. It also allows some debug settings, for example unlimited power, toggling damage, fast research, instant recruit, faster learning (i.e. instant boost to lv 20 upon doing a task), ecology, crafting, caravans, etc. Write Storyteller will add all of the raid point calculation data, considerations, and results on the raid notification letter for example. Another setting which can be useful to enable, is the setting to draw paths, paths are drawn, so you can see where all pawns, animals, colonist, and enemies are pathing to. Those settings will not be saved so you need to enable them each time if you want to use those settings. The tabs at the top of this screen will allow you to switch between view setting toggles, debug actions menu, and debug logging screens without having to close the dev menu each time.

Debug.png Debug actions menu[edit]

Forces a variety of things to happen. Many things can be done from here; spawning items and pawns, executing events, downing/ killing pawns, they are all done through this menu. The second page of this menu can be found in "show more actions" under more debug actions on the right. The search bar at the top may be used at any time in any part of the dev menu and is especially useful when spawning items into the world.

Debug.png Debug logging menu[edit]

Where some debugging information can be found, like crop economy, item nutrition, and such. It's also called debug outputs, when clicking on for example apparel or beauties you can see a list of all items that adds beauty points to rooms or buildings. If you want to know which clothing is considered clothing for nudists you can find it here as well.

Inspector.png Inspector[edit]

Opens the inspector panel and shows you what's happening in the game. Note: You may be required to have this open to see some of the output from the selected debug logging menu selection.

GodMode.png God mode[edit]

Toggles god mode. While active, all player-buildable buildings are available without research, and are constructed instantly and at no cost when placing down the blueprint. Note that "deconstructing" is instantaneous, but leaves behind resources as appropriate to the item(s) deconstructed. To remove these items, or any others, use the "T: Kill" or T: Destroy" commands under the Debug section. Be mindful that these options remove everything in all layers of a tile and as a result you may need to replace some items such as electrical conduit.

Mining orders are also completed instantly upon designation but return a yield of 1.

God mode can be also toggled through 'View Settings'.

Devpalette.png Inspector[edit]

Toggles the DEV Palette to be visible or hidden. Anything in the dev menu at any level may be added to this menu by toggling the pin following the option in the menu. Items may be reordered by dragging the grey striped box to the desired location and easily removed by clicking the last rightmost red X.


Pauseonerror.png Autopause[edit]

Toggles autopause when an error is logged.

Search bar[edit]

Allows you to find items on the current map and will scan through all the items in the event of multiples. Does not work on map. In menus it can be used at any level to quickly find any action or setting through to narrowing item search results when spawning.

Debug Log[edit]

Opens the active in progress game log, aka debug log. If pause on error is enabled this is the window you will see when an error occurs. The most recent events are at the bottom of the log. Selecting any line will open more details about the entry and it's stack trace in the lower part of the window. (only visible when an item is selected) The size of the lower window may be changed with the handle between the window panes or by using the trace size buttons located at the top of the window. Selecting clear will clear the currently displayed log information within the game, however the information will remain in the log file as usual.

Tweak Values[edit]

Opens a menu with various sliders and a few toggles for changing some of the values associated with game pertaining to gameplay, tick rate, UI sizes, graphics settings, among other things and may include some mod options. (ToDo: generate and populate table of settings)

View Settings[edit]

Opens a menu that provides settings for visible layers, AI pathing and considerations, as well as some useful dev settings like infinite electricity, fast crafting, and fast caravans. Draw paths will enable pathing lines for all non-colonist pawns. (pawn must be visible on screen for line to render) Write storyteller will provide the totals, equations, and values and modifiers for all wealth and pawns when raid events are generated and appends it to the raid letter message body. Log translation lookup errors has also been relocated to here.

Debug Action Menu[edit]

Debug Action Menu with the first three DLC installed.

There are many options in this menu, and several sub-menus. The search bar in the top right will highlight options matching the search criteria, but the spelling must exactly match exactly or any portion of it.

Understanding the Buttons[edit]

Not every command can be listed all at once and frankly would overwhelm nearly anyone so many of these options are multi-level. More than one of these options can appear on a button and, for example, to change an items quality select the "T:set quality..." option and then select the quality you want to make the item. Special note that the game will only apply settings to objects that allow that effect or descriptor and will attempt to affect everything in every layer under the mouse. Beware T:Kill, T:Delete, and T:Discard! To cancel any tool at anytime just right click or press escape.

Commands prefaced with with "T:" are applied to a target. Upon selection the menu will close and leave a T attached to the cursor with either the name, action, or instructions beside it. Some pawns may be between cells and you may need to toggle pause to let them move into a targetable position. Beware target tools will affect every valid object in the selected cell.

Commands ending with an ellipsis "..." denote the items with submenus usually offering options such as quality level, quantity, difficulty level, or what item you want to spawn to name a few of the most common. Being presented with no option within a submenu usually means there is nothing available to do in the gamespace you are currently in. (e.x. spawning a pawn on the main menu)

Commands ending in (rect) will require you to select two points to create a rectangle selection area for the selected task. Examples of this would be "Edit Roof (rect)..." which would allow you to remove or place specific roof types.

Commands ending in (Map) will affect the current map in whatever way they normally would otherwise. Example would be "Do Incident (Map)..." to generate a caravan, visitor, or passing thrumbo heard.

Incidents[edit]

Creates events and raids on the currently visible map.

Action Effect
Do trade caravan arrival Allows you to select a currently active faction by name and choose the type of caravan arriving. No random in this menu.
Execute raid with points Creates a random faction raid with specified total raid points. Calls friendlies if allied.
Execute raid with factions Creates a chosen faction raid with specified total raid points. Calls friendlies if allied.
Execute raid with specifics Creates a raid where everything can be specified (faction, total raid points, arrival mode and location, etc.).
Do incident (Map) Creates an event (e.g. a disease, heat wave/cold snap, thrumbos, ambrosia sprout, random enemy raid or caravan visit, etc.).
Do incident x10 (Map) Creates ten times the same kind of event, all at the same time (e.g. 10 mech clusters). Beware calling too many incidents, especially while paused, may result in severe game instability and crashing. Save before use.
Do incident w/ point (Map) Creates an event with specified total raid points.

Incidents: World mode[edit]

These functions are visible when you are viewing the world map in your game. Incidents followed by a NO either cannot be used in the current scope or would otherwise not normally occur on the current map. (Testing required)

Action Effect
Do incident (World)… Creates a global event (e.g. a aurora, eclipse, solar flare) Note: Global mod events are included on this menu.
Do incident x10 (World)… Creates 10x global event (e.g. a aurora, eclipse, solar flare) Note: Global mod events are included on this menu.
Do incident w/ points (World)… Creates a global event (e.g. a aurora, eclipse, solar flare) Note: Global mod events are included on this menu. This menu may be empty if you have no points based world events installed or enabled.

Quests[edit]

Tools for adding quests. (Colony mode)

Action Effect
Generate quest Allows you to generate a quest at a given raid point value
Generate quests x10 Generate 10 quests of a given raid point value
Generate quests x30 Generate 30 quests of a given raid point value
Generate quest (1x for each point) Generate 1 quest for each valid point threshold
QuestPart test Checks if part of a quest works
Log generated quest savedata Makes a log of the generated quest savedata

General[edit]

A selection of tools not easily categorized into the other section or with effects that could be placed in several sections.

Action Effect
Atlas Rebuild Rebuilds and refreshes some data pertaining to the map and pawns. Effectively does nothing if you haven't broken anything yet.
T: Spawn RelicContent added by the Ideology DLC Spawns relic of ideology
T: Set Source PreceptContent added by the Ideology DLC ?
Add SlaveContent added by the Ideology DLC Adds a randomly generated pawn slave in an available slave designated bed.
T: Hack 100%Content added by the Ideology DLC Sets a hackable terminal to 100% complete.
T: Hack +10%Content added by the Ideology DLC Adds 10% to the progress of hacking a terminal.
T: Darklight At PositionContent added by the Ideology DLC ?
Max Development PointsContent added by the Ideology DLC Sets ideology development points to it's current max allowing for immediate reform.
Add Development PointContent added by the Ideology DLC Adds 1 to ideology development points.
Clear Development PointsContent added by the Ideology DLC Sets the ideology development points value to 0.
Destroy All Plants Destroys all plants on the map.
Destroy All Things Destroys all items, structures, and entities on the map.
Destroy Clutter Destroys chunks, filth and rubble.
Finish All Research Finishes all research projects.
Replace All Trade Ships
  • All current trade ships leave
  • A random selection of 5 trade ships replace them and hail immediately. This includes modded trade ships, if any.
Add Trade Ship Of Kind Will spawn trade ship of selected kind.
Change weather Opens a sub menu where the chosen weather can be selected. Doing it once will gradually change the weather. Using the same command twice will immediately change the weather
Play song... Plays a song from the games soundtrack.
Play sound... Opens a sub menu where the chosen sound can be played, for testing for example.
Add Prisoner Spawns a random prisoner from a random faction.
Add Guest Spawns a guest from a random faction to visit your colony.
Force Enemy Assault If there are waiting enemies on the map, force them to begin their attack.
Force Enemy Flee If there are attacking enemies on the map, force them to flee.
Adaption Progess10 Days Adjusts the progression value as if 10 additional days have passed. Adaption factor is what makes raids a little easier after a pawn dies or other serious hit.
Unload Unused Assets Will attempt to unload game assets from memory that are not being used. May help late game on very very old systems especially with low ram.
Name settlement Allows you to name or rename your faction and settlement
Next lesson Learning helper, it shows the next lesson from the in-game helper
Regen All Map Mesh Sections ?
Change Camera Config Allows you to toggle through various camera panning/zoom easing.
Force Ship Countdown Forces the end of game event ship has left and rolls ending credits.
Force Start Ship Forces the ship to begin getting ready to launch. Must have a ship on the map to be started.
Flash Trade Drop Spot Shows where the trade drop spot will be.
Kill Faction Leader Kills the leader of the selected faction.
Kill Kidnapped Pawn Kills kidnapped pawn.
Kill World Pawn Kills world pawn, which you can choose from.
Set Faction Relations Sets your relations with a faction. Can be set to Hostile, Neutral and Ally.
Visitor Gift Make current visitor leave a random gift.
Refog Map Hide all enclosed places as if undiscovered
Use Gen Step ?
Increment Time1 Hour Moves time 1 hour forward. [Detail needed]
Increment Time6 Hours Moves time 6 hours forward.[Detail needed]
Increment time 1 day Moves time 1 day forward.[Detail needed]
Increment Time1 Season Moves time 1 quadrum forward.[Detail needed]
Storywatcher tick 1 day Move story events ahead a day - such as an eclipse
Add techprint to project Content added by the Royalty DLC Allows you to select a techprint and which pawn will receive credit for its use.
Apply techprint on project Content added by the Royalty DLC Directly applies the techprint to the research tree bypassing any pawn exp gains.
Kill Random Lent Colonist Kills a random colonist on loan.
Destroy All Hats Destroys all hats from the map and if colonists are wearing any hat, those will be destroyed as well.
Pawn Kind Apparel Check ?
Dump Pawn Atlases ?
Dump Static Atlases ?
Pawn Kind Ability Check ?
T: Glow At Position Temporarily displays the light for each tile in a radius from click position.
T: HSV At Position Temporarily displays the HSV value for each tile in a radius from from click position.
Fill Map With Trees Fill current map with trees.
Flash Blocked Landing Cells Highlights blocked landing cells, for droppods or other moving objects.
Award 4 honor Content added by the Royalty DLC Awards 4 Royal honor to a selected pawn.
Award 10 honor Content added by the Royalty DLC Awards 10 Royal honor to a selected pawn.
Remove 4 honor Content added by the Royalty DLC Removes 4 Royal honor from a selected pawn.
Reduce royal title Content added by the Royalty DLC Reduces pawns current Royal title.
T: Destroy Left click to destroy an object or pawn. Effectively the same as discard or kill. Simulates kill death for living objects. This includes boomalope and boomrats.
T: Discard Left click to destroy an object or pawn. Effectively the same as destroy or kill. Simulates kill death for living objects. This includes boomalope and boomrats.
T: Kill Left click to destroy an object or pawn. Effectively the same as discard or destroy. Simulates kill death for living objects. This includes boomalope and boomrats.
T: 10 damage Left click to deal 10 damage to an object or pawn.
T: 5000 damage Left click to deal 5000 damage to an object or pawn.
Rotate... Rotates object in the direction selected.
T: Clear area(rect) Allows you to clear a rectangle of an area by selecting the opposite corners of the desired location.
T: Make Rock(rect) Allows you to generate solid rock in an area by selecting opposite corners of the desired location. (no selection available at this time. Generated Granite)
T: Explosion (bomb) Produces any core explosion type at the targeted location. (EMP, bomb, fire foam, etc)
T: Add Snow Adds snow to selected cell
T: Remove Snow Removes snow from selected cell
T: Clear All Snow Removes every single bit of snow from the map.
T: Push heat (10) Select a tile for example in a room, it will increase the temperature with 10 C or F.
T: Push heat (1000) Select a tile for example in a room, it will increase the temperature with 1000 C or F.
T: Push heat (-1000) Select a tile for example in a room, it will decrease the temperature with 1000 C or F.
T: Finish Plant Growth Select any plant and it finishes growing so you can harvest it.
T: Grow1 Day Makes the selected plant advance 1 day in growth progress.
T: Grow To Maturity Grows a single plant to full maturity. So you can harvest it.
T: Regen Section Regenerate section
T: Set ColorContent added by the Ideology DLC Allows you to set the color of the target object.
T: Randomize ColorContent added by the Ideology DLC Sets a random color on the selected object.
T: Rot1 day Select object/pawn/animal,food and it will add +1day rot to it.
T: Force sleep Allows you to force a pawn to sleep, whether from colony, visitor or any animal.
T: Fuel -20% Select fueled thing and decrease its amount with 20%.
T: Break down... Makes a machine break down immediately. Machine must be capable of the breakdown event.
T: Use Scatterer ?
BaseGen ?
SketchGen ?
T: Edit Roof(rect) Allows you to create thick and thin rock roofs, basic constructed roof, or remove any roof. (Yes this includes thick rock roof)
T: Test Flood Unfog ?
T: Flash Closwalk Cell30 ?
T: Flash Walk Path ?
T: Flash Skygaze Cell ?
T: Flash Direct Flee Dest ?
T: Flash Spectators Cells ?
T: Check Reachability Checks if the selected cell/tile is reachable for colonists, raids, or animals.
T: Flash TryFindRandomPawnExitCell Highlights Exit cell where colonists, pawns animals or visitors/guest can exit the map. In the debuglog it shows as trying to find nearest exit cell for visitor to leave.
T: RandomSpotJustOutsideColony ?
T: Random Spot Near ThingAvoiding Host??? ?
Clear All Fog Removes all fog, it means all rock mountains are revealed and if some areas are undiscovered they will be shown. For example ancient dangers, when doing this command at the beginning of your game.
T: Change Thing Style When possible you can change the style of selected thing/item/object/building.
T: Force sleep then assault colony ?
T: Attach Fire ?
T: Enable wound debug draw ?
Wound debug export (non-humanlike)? ?

General: World mode[edit]

Action Effect
Atlas Rebuild ?
Change camera config… ?

Pawns[edit]

A number of commands to interact with pawns of all types - humans or animals, colonist or otherwise, alive or dead.

Action Effect
Set IdeoContent added by the Ideology DLC Sets pawn's ideology to selected
Convert To IdeoContent added by the Ideology DLC Converts pawn to selected ideology.
T: Suppression +10%Content added by the Ideology DLC ?
T: Suppression -10%Content added by the Ideology DLC ?
T: Clear suppression scheduleContent added by the Ideology DLC ?
T: Will +1Content added by the Ideology DLC Adds +1 will to a prisoner.
T: Will -1Content added by the Ideology DLC Adds -1 will to a prisoner.
T: Start slave rebellion (random)Content added by the Ideology DLC ?
T: Start slave rebellion (aggressive)Content added by the Ideology DLC ?
T: Change style Changes pawn's hair and tattoos to selected
T: Request style change Forces pawn to wish it's hair and tattoos
T: Make Faction leader ?
T: Clear Prisoner Interaction Schedule? ?
T: Resurrect Indicate a corpse to resurrect it, healing all damage
T: Damage Until Down Damages the pawn until it is downed.
T: Damage Legs Damages the pawn's legs until it is downed.
T: Damage To Death Damage the pawn to death.
T: Carried Damage To Death ?
T: 10 damage until dead Deals an indicated pawn 10 units of damage repeatedly until dead
T: Damage Held Pawn To Death ?
T: Surgery Fail Minor Simulate minor surgery failure on a selected pawn.
T: Surgery Fail Catastrophic Simulate catastrophic surgery failure on a selected pawn.
T: Surgery Fail Ridiculous Simulate ridiculous surgery failure on a selected pawn.
T: Restore Body Part Takes you to a submenu of body parts i.e. Left Leg, Right Arm, etc. and allows you to fully restore that part.
Apply damage... Simulate specific type of damage to a specific body part.
Apply Hediff... Add a specific type of Injury to a specific body part. Also able to add ailments and artificial body parts
T: Remove Hediff... Remove a specific type of Injury from a pawn. Also able to remove ailments and artificial body parts
T: Heal random injury (10) Remove a random injury. This may need to used multiple times to restore a pawn to health.
T: Activate HediffGiver ?
Activate HediffGiver World Pawn ?
T: Discover Hediffs ?
T: Grant Immunities ?
T: Give Birth Spawns a random pawn with the age 0
T: Resistance -1 Adds -1 resistance to a prisoner
T: Resistance -10 Adds -10 resistance to a prisoner
T: +20 neural heat Content added by the Royalty DLC Adds 20℅ to pawn's neural heat
T: -20 neural heat Content added by the Royalty DLC Removes 20℅ from pawn's neural heat
T: List Melee Verbs ?
T: Add/remove pawn relation Add or remove a pawn's relationship from the social tab.
T: Add Opinion Talks About Make other colonist's opinion about a selected pawn higher/lower.
T: Force vomit... Forces the pawn to vomit
T: Psyfocus +20% Content added by the Royalty DLC Adds 20% to pawn's psyfocus
T: Psyfocus -20% Content added by the Royalty DLC Removes 20℅ from pawn's psyfocus
T: Food -20% Make the pawn's hunger meter 20% lower. Can be used in pawn's needs list
T: Rest -20% Make the pawn's rest meter 20% lower. Can be used in pawn's needs list
T: Joy -20% Make the pawn's joy meter 20% lower. Can be used in pawn's needs list
T: Chemical -20% Make the pawn's chemical meter 20% lower. Requires "Chemical fascination" or "Chemical interest" trait. Can be used in pawn's needs list
T: Indoors -20% Make the pawn's indoors meter 20% lower. Requires "Undergrounder" trait. Can be used in pawn's needs list
T: Needs misc -20% ?
T: Certainty -20%Content added by the Ideology DLC Make the pawn less certain in their current ideology.
Set Skill Set a pawn's selected skill to a selected level.
Max Skill Max a pawn's selected skill
T: Max All Skills Max all the pawn's skill
Mental break... Cause an instant mental breakdown on the indicated pawn
T: Do Voice Call ?
Mental state... Start other mental states on the indicated pawn, such as manhunter, social fighting, and panic
T: Stop mental state Stop a pawn's mental break
Inspiration... Give a selected inspiration to a colonist.
Give trait... Give a selected trait to a pawn.
Set backstory Change a pawn's backstory
Give ability... Gives pawn a selected ability
Give Psylink... Content added by the Royalty DLC Gives pawn a selected psylink level
T: Remove neural heat Content added by the Royalty DLC Removes all neural heat from selected pawn.
T: Give good thought... Give a temporary +10 mood boost to a pawn. Can be used in pawn's needs list
T: Give bad thought... Give a temporary -10 mood debuff to a pawn. Can be used in pawn's needs list
T: Clear Bound Unfinished Things ?
T: Force Birthday Force a pawn to age. Has a chance to develop age-related ailments, such as dementia or Alzheimer's.
T: Recruit Recruits the selected human to the colony
T: EnslaveContent added by the Ideology DLC Enslaves selected pawn to the colony
T: Damage Apparel ?
Wear apparel (selected) ?
Equip primary (selected) ?
T: Tame Animal Tame a selected animal
T: Train Animal Put all selected training for an animal to the max level.
T: Try Develop Bound Relation ?
T: Queue Training Decay ?
T: Display Relations Info ?
T: Display Interactions Info ?
T: Start Marriage Ceremony Forces marriage ceremony
T: Force Interaction ?
Start Random Gathering ?
Start Gathering ?
T: Start Prison Break Force a prison break to happen.
T: Pass To World ?
T: Make +1 Year Older Force a pawn to age one year without developing age-related ailments
T: Make +1 Day Older Force a pawn to age one day without developing age-related ailments
T: Try Job Giver ?
T: Try Joy Giver ?
T: EndCurrentJob(InterruptForced) ?
T: CheckForJobOverride ?
T: Toggle Job Logging ?
T: Toggle Stance Logging ?
T: Kidnap colonist Forces raiders to kidnap a pawn
T: Face cell (selected)... ?
Add PreceptContent added by the Ideology DLC ?
Remove PreceptContent added by the Ideology DLC ?
Trigger Date RitualContent added by the Ideology DLC ?
Add 5 days to obligation timerContent added by the Ideology DLC ?
Remove ritual obligationContent added by the Ideology DLC ?
Generate 200 ritual namesContent added by the Ideology DLC ?
T: Set ideo role...Content added by the Ideology DLC Sets pawn's ideology role to selected
T: Make guilty Makes pawn to be guilty
T: Force age reversal demand nowContent added by the Ideology DLC ?
T: Reset age reversal demandContent added by the Ideology DLC ?
Draw breach path Shows the path that breach raids will take to infiltrate your base, often blasting through man-made or natural walls.

Spawning[edit]

Spawns things - items, pawns, terrain etc.

Action Effect
Spawn ComplexContent added by the Ideology DLC ?
Remove world pawn... ?
Spawn Pawn Select a moving being - colonists, animals, adversaries, from a list of all in the game. Left click to spawn, right click to cancel. Pawns will spawn in the relevant faction e.g. Pirate pawns will spawn in Pirates faction, animals will spawn wild, colonist pawns will spawn in the player's faction.
Spawn Weapon Select a weapon from a list of all in the game, including any that are otherwise unavailable such as thr mini. Left click to spawn, right click to cancel. Material, if the item is stuffable, is randomly selected.
Spawn apparel... Select an item of apparel from a list of all in the game, including any that are otherwise unavailable. Left click to spawn, right click to cancel. Material, if the item is stuffable, is randomly selected.
Try place near thing... Place an item at or near where you indicate
Try place near thing with style... ?
Try place near stack of 25... Place 25 items at or near where you indicate (items with a maximum stack size less than 25 aren't shown)
Try place near stack of 75... Place 75 items at or near where you indicate (items with a maximum stack size less than 75 aren't shown)
Try place direct thing... Try to place an item directly where you indicate
Try place direct stack of 25... Try to place a stack of 25 items directly where you indicate
Try place stack of market value ?
T: Try add to inventory... Adds item to pawn inventory.
Spawn thing with wipe mode... ?
Set terrain... Select a ground type or flooring and indicate where it should be placed
Set terrain (rect)... Select a ground type or flooring and select the area where it should be placed
Spawn Mech Cluster Content added by the Royalty DLC Summons mechanoid cluster to selected point
T: Make filth x100 Creates filth.
T: Spawn Faction Leader Spawns the leader of a faction.
Spawn world pawn... ?
Spawn thing set... Spawn a selection of event things
Trigger effecter... ?
Spawn Shuttle Content added by the Royalty DLC ?
Spawn relicContent added by the Ideology DLC Spawns ideology relic

Spawning: World mode[edit]

Action Effect
T: Spawn Random Caravan Spawns random caravan on the world map
T: Spawn Random Faction Base Creates a faction base at selected position.
T: Spawn Site ?
T: Destroy Site ?
T: Spawn Site With Points ?
T: Spawn World Object ?

Map management[edit]

Action Effect
Generate Map ?
Destroy Map ?
Leak Map ?
Print Leaked Map ?
Add Game Condition Start an event such as a heat wave or toxic fallout.
Remove Game Condition End an event such as a heat wave or toxic fallout.
T: Transfer ?
Change Map ?
Regenerate Current Map Resets the current active map to its default state.
Generate Map With Caves Generates a new map that contains caves.
Run Map Generator Generates a new map for various encounters.
Force Reform in Current Map ?

Map management: World mode[edit]

Action Effect
Generate Map ?
Destroy Map ?
Leak Map ?
Print Leaked Map ?
Add Game Condition Start an event such as a heat wave or toxic fallout.
Remove Game Condition End an event such as a heat wave or toxic fallout.
Change Map ?
Regenerate Current Map ?
Generate Map With Caves ?
Run Map Generator ?
Force Reform in Current Map ?

Autotests[edit]

Action Effect
Make Colony (full) When tested in dev mode, it spawned 26 colonists, this command simulates a full colony with all tech researched. Included with everything unlocked, like buildings and items that can be placed. For example items/buildings added by mods are shown as well. You can use this as a test to see what consumables, buildings, workbenches, apparel, weapons and other available stuff is added when reaching endgame. All buildable buildings, props and decor, from the architecture tab will be spawned on an electric power grid shown in the picture below. As an addition all the items like consumables like food, drugs and raw resources will be shown in the other photo.
Make colony (animals) For each animal, creates the animal, their desiccated corpse, and one meat and leather.
Make colony (ancient junk)Content added by the Ideology DLC ?
Test force downed x100 ?
Test force kill x100 ?
Test Surgery fail catastrophic x100 ?
Test Surgery fail ridiculous x100 ?
Test generate pawn x1000 ?
T: Generate Pawns Of All Shapes ?
Check Region Listers ?
Test time-to-down ?
Battle Royale All PawnKinds ?
Battle Royale Humanlikes ?
Battle Royale By Damagetype ?

Custom Structure Generation[edit]

Action Effect
Quickspawn structure ?
Destroy all hostile pawns on map ?

Debug Logging Menu[edit]

Debug Logging Menu with Royalty DLC installed.

Economy[edit]

?

Action Effect
Animal Breeding ?
Animal Growth ?
Apparel Armor ?
Apparel By Stuff ?
Apparel Insulation ?
Buildings Skills ?
Crops ?
Drugs ?
Floors ?
Hediffs Price Impact ?
Item Accessibility ?
Item And Building Acquisition ?
Recipe Skills ?
Recipes ?
Thing Set Make Tags ?
Thing Smelt Products ?
Wool ?

General[edit]

?

Action Effect

Incidents[edit]

?

Action Effect
Future Incidents ?
Future Incidents Current Map ?
Incident Chances ?
Incident Targets List ?
Pawn Arrival Candidates ?
Pawn Group Gen Sampled ?
Peace Talks Chances ?
Pod Contents Possible Defs ?
Pod Contents Test ?
Raid Arrivemode Sampled ?
Raid Faction Sampled ?
Raid Strategy Sampled ?
Threats Generator ?
Trader Kind Things ?
Trader Kinds ?
Trader Stock Generation ?
Trader Stock Generators Defs ?
Trader Stock Market Values ?

Pawns[edit]

?

Action Effect
Animal Behavior ?
Animal Combat Balance ?
Animal Points To Hunt Or Slaughter ?
Animal Trade Tags ?
Animal Basics ?
Animal Ecosystem ?
Backstory Counts Per Tag ?
List Solid Backstories ?
Live Pawns Inspiration Chances ?
Mental Breaks ?
Pawn Kind Gear Sampled ?
Pawn Kind Apparel Usage ?
Pawn Kinds Basics ?
Pawn Kinds Tech Hediff Usage ?
Pawn Kinds Weapon Usage ?
Pawn Work Disables Sampled ?
Races Butchery ?
Races Food Consumption ?
Recruit Difficulties Sampled ?
Thoughts ?
Traits Sampled ?

Performance[edit]

?

Action Effect
Pawn Generation Histogram ?

System[edit]

?

Action Effect
All Graphics Loaded ?
Dynamic Draw Things List ?
Loaded Assets ?
Material Delta ?
Material Report ?
Material Snapshot ?
Mesh Pool Stats ?
Rand By Curve Tests ?
Rand Tests ?
Steam Workshop Status ?
Test Math Perf ?

Text generation[edit]

?

Action Effect
Art Descs Database Tales ?
Art Descs Random Tales ?
Art Descs Specific Tales ?
Art Descs Taleless ?
Database Tales Interest ?
Database Tales List ?
Flavorful Combat Test ?
Interaction Logs ?
Names From Rulepack ?

UI[edit]

?

Action Effect
Pawn Column Test ?

World pawns[edit]

?

Action Effect
Colonist Relative Chance ?
Kidnapped Pawns ?
Run World Pawn Gc Deletes any world pawns except those that the game sees a reason to keep, such as if they are a relative of another pawn or a faction leader. This can help improve performance, as the game will have less pawns to keep track of.
Run World Pawn Mothball ?
World Pawn Dotgraph ?
World Pawn Gc Breakdown Shows how many world pawns will be deleted by the 'Run World Pawn Gc' option, and how many will be kept, as well as the reasons for keeping them.
World Pawn List Shows a list of all world pawns (pawns that are not currently on the map, but are still being kept track of by the game).
World Pawn Mothball Info ?

Version history[edit]

  • Ideology DLC Release - Options added:
    • T: Spawn Relic
    • T: Set Source Precept
    • Add Slave
    • T: Hack 100%
    • T: Hack +10%
    • T: Darklight At Position
    • Set Ideo
    • T: Suppression +10%
    • T: Suppression -10%
    • T: Clear suppression schedule
    • T: Will +1
    • T: Will -1
    • T: Start slave rebellion (random)
    • T: Start slave rebellion (aggressive)
    • T: Enslave
    • Add Precept
    • Remove Precept
    • Trigger Date Ritual
    • Add 5 days to obligation timer
    • Remove ritual obligation
    • Generate 200 ritual names
    • T: Set ideo role...
    • Spawn relic
  • 1.3.3066 - Options added:
    • Do trade caravan arrival
    • Atlas Rebuild
    • Add Trade Ship Of Kind .
    • Dump Pawn Atlases
    • Dump Static Atlases
    • T: Glow At Position
    • T: HSV At Position
    • Fill Map With Trees
    • Flash Blocked Landing Cells
    • T: Discard
    • Rotate Clockwise
    • Rotate Counter Clockwise
    • Clear All Fog
    • T: Change Thing Style
    • T: Force sleep then assault colony
    • T: Enable wound debug draw
    • Wound debug export (non-humanlike)?
    • T: Change style
    • T: Request style change
    • T: Make Faction leader
    • T: Clear Prisoner Interaction Schedule?
    • T: Indoors -20%
    • T: Needs misc -20%
    • T: Certainty -20%
    • T: Do Voice Call
    • T: Display Relations Info
    • T: Display Interactions Info
    • T: Make guilty
    • Draw breach path
    • Try place near thing with style...
    • Try place stack of market value
    • Set terrain (rect)...