-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
uji edited this page Mar 31, 2026
·
1 revision
Project: Consolation includes a small set of utility and debugging commands that are useful for advanced users, modders, and troubleshooting.
| 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.