Editors

CONSOLE

IN-GAME COMMAND TOOLS

How To Access The Console
The Console is a test tool to assist developers, modders and level designers. To access the console from Sandbox Player, on Windows hold down CTRL+SHIFT+X, or on OSX hold down CMD+SHIFT+X. Commands and arguments are case insensitive.

The console was added in Patch 0.2.10.
Ambience
Day sets the time of day to 9AM
Night sets the time of day to 9PM
Unit Commands
Kill [args] kills to specified units
Heal [args] heals the specified units
Satisfy [args] satisfies all the needs of the specified units
Dissatisfy [args] dissatisfies all the needs of the specified units
LevelUp [args] levels up the specified units

where [args] is a combination of the following (e.g. Kill Selected Enemies)

All
None
Selected
Selection
NotSelected
Unselected
Enemies
Foes
Evil
Neutral
Allies
Friendly
Friends
Nearby
Close


Enemyselection enables the selection of enemy units
Resources
Gold gives lots of gold
Resources gives lots of resources
Oneofeverything adds one of every game item to the global inventory
Construction
Instantconstruction makes all construction instant once workers arrive
Game State
Save [string] saves the game to the specified file (doesn't fully work right now)
Load [string] loads a game from the specified file
Save saves the game to the TempSave.zip, overwriting any previous version
Load loads a game from TempSave.zip
Debugging
Debug [args] enables debugging

where [args] is one of:

Off - (turns off all debugging)
Damage
Enemies - (applies debugging settings to enemies also)
XP
XPWeight
Camera
The camera commands are used for positioning the camera for screenshots and videos. Camera paths require 3 points to be defined before playback will work.

cam-unscaled detaches the camera from Time control, allowing free movement while paused
pause toggles pause; used in conjunction with cam-unscaled
campath-add [1-200|veryslow|slow|normal|fast|veryfast] adds a point on the flyby path; normal is the equivalent of 50
campath-clear removes all points on the path
campath-play or campath-F9 plays the flyby animation
campath-exit exits the flyby system incase anything goes wrong
Weather
Weather [args]
where [args] is one of:

rain
snow
sunny
Help
Help [command] displays help for the specified command