Skip to content
uji edited this page May 11, 2026 · 3 revisions

Commands

Project: Consolation includes a small set of utility and gameplay-support commands that are useful for advanced users and modders.

Commands

NameDescriptionExample
addbot [count]Spawns one or more multiplayer bots and assigns names from consolation/bots.txt when available.addbotaddbot 4
dvarDump [filename]Prints all registered dvars to the console and can optionally write them to a text file under the consolation folder.dvarDumpdvarDump dvars
commandDump [filename]Prints all registered command names to the console and can optionally write them to a text file under the consolation folder.commandDumpcommandDump commands
listassetpool <poolnumber> [filter]Lists assets from the selected asset pool and can optionally filter the output by text.listassetpool 0listassetpool 13 weapon

Notes

  • If you provide a filename to dvarDump or commandDump, .txt is added automatically if needed.
  • commandDump is still rough and may produce mangled or incomplete results in some cases.
  • listassetpool can also be run without arguments to print the available pool numbers and asset type names.
  • These commands are intended for normal tooling and content inspection, not for internal debug-only tests.

Clone this wiki locally