Skip to content

Console Commands, Tips and User References

TBN_MapleWheels edited this page Jan 27, 2023 · 2 revisions

Command References

You can manipulate these vars using the following Console Commands:

  • cl_cfglistvars : Lists all defined vars, their types and their values.
  • cl_cfggetvar <ModName> <VarName> : Prints out the data for this value.
  • cl_cfgsetvar <ModName> <VarName> <NewValue> : Sets the var to a new value (use quotes for entries with spaces)
  • cl_cfgsaveall : Saves all loaded vars to disk.

These commands will work on all vars, including hidden vars (not in the Setting Menu).

In Multiplayer, networking permissions determine if a var can be modified.

  • Any Clients with the ManageSettings permission can edit config variables set to ServerAuthority (only server can change the value).

Settings Menu

The searchbar in the settings menu uses the ; as a separator between terms.

Clone this wiki locally