Xcom Enemy Unknown Console Commands [ 2026 Update ]
| Command Syntax | Effect | |---------------|--------| | GiveCash 500 | Adds §500 | | UnlockTech psionics | Instantly research tech by name | | SpawnUnit eChar_Sectoid | Spawns sectoid at cursor (in tactical) | | WinMission | Ends tactical with victory | | ToggleFOW | Toggles fog of war | | SetPerk 41 | Adds "Run & Gun" to selected soldier | | GiveItem plasma_rifle 3 | Adds 3 plasma rifles to inventory | | AdvanceTime 5 | Advances geoscape 5 hours (events trigger) |
local XGStrategy strat; strat = XComGameReplicationInfo(class'Engine'.static.GetCurrentWorldInfo().GRI).m_kGame.m_kStrategy; xcom enemy unknown console commands
KillAllAliens: Immediately ends the tactical mission by killing every enemy on the map. | Command Syntax | Effect | |---------------|--------| |
// Example: Spawn Sectoid or Soldier local XComTacticalGRI TacticGRI; local XGUnit kUnit; local XGUnit kUnit
Here is the definitive list of the most useful and stable commands for XCOM: Enemy Unknown .
// Create unit based on template kUnit = TacticGRI.m_kBattle.m_kUnitMgr.CreateUnit(UnitTemplateName, SpawnLoc, eTeam_Alien); kUnit.InitUnit();