VerifiedAll console commandsBuild 2026.08.11.1121610.2-Rel-i343-Meteorite-2607-CU4

Cheats

The classic cheats. Every one of them is compiled out of this build: the engine accepts the name and does nothing.

Functions
5
Work in this build
0
Compiled out
5

cheat_active_camouflage

compiled out

Gives the player active camouflage.

SignatureReturnsSlot
(cheat_active_camouflage <boolean>)void336

cheat_active_camouflage_by_player

compiled out

No description yet; the release build dropped the engine's help text.

SignatureReturnsSlot
(cheat_active_camouflage_by_player <player> <boolean>)void337

cheat_all_vehicles

compiled out

Spawns one of every vehicle near the player.

SignatureReturnsSlot
(cheat_all_vehicles)void334

cheat_all_weapons

compiled out

Gives the player every weapon.

SignatureReturnsSlot
(cheat_all_weapons)void333

cheat_teleport_to_camera

compiled out

Teleports the player to the camera's position.

SignatureReturnsSlot
(cheat_teleport_to_camera)void335

Read from the function table in the shipped simulation DLL. A name is compiled out when every one of its slots points at the release build's shared stub evaluator; the console still accepts it and returns nothing. Descriptions are hand-written and incomplete; the engine's own help text does not survive in this build. See The Blam console for how the table was found and how the mod runs these.