-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
uji edited this page May 11, 2026
·
3 revisions
Project: Consolation includes a small set of utility and gameplay-support commands that are useful for advanced users and modders.
| Name | Description | Example |
|---|---|---|
addbot [count] |
Spawns one or more multiplayer bots and assigns names from consolation/bots.txt when available. |
addbot addbot 4
|
dvarDump [filename] |
Prints all registered dvars to the console and can optionally write them to a text file under the consolation folder. |
dvarDump dvarDump dvars
|
commandDump [filename] |
Prints all registered command names to the console and can optionally write them to a text file under the consolation folder. |
commandDump commandDump commands
|
listassetpool <poolnumber> [filter] |
Lists assets from the selected asset pool and can optionally filter the output by text. |
listassetpool 0 listassetpool 13 weapon
|
- If you provide a filename to
dvarDumporcommandDump,.txtis added automatically if needed. -
commandDumpis still rough and may produce mangled or incomplete results in some cases. -
listassetpoolcan 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.