Skip to content

Debug: Console Commands

Teekius edited this page Oct 23, 2025 · 3 revisions

Game console can be opened with 'ctrl' + ']' combination. There are some commands which might greatly speed up testing/debug purposes.

AppSession:SetTimeMultiplier(X) // default value is 1, use any number higher than that to adjust game speed proportionally
Application:GiveMeGoods(X) // provides X of every resource to player
UnExplored:Enable(0) // removes fog of war
Application:Test_SpawnUnit(Unit_ID, Unit_Control, X_Coordinate, Y_Coordinate); // Unit_ID is unit index according to game data, 
//Unit_Control -1 makes unit controllable by player faction, 0 makes unit neutral
//1 makes unit hostile (you have to take some hostile action around it, to trigger unit's AI)

Game remembers commands which you've used before. You can navigate through commands you've used before with Up/Down arrows in console.

Clone this wiki locally