-
Notifications
You must be signed in to change notification settings - Fork 0
Console Commands, Tips and User References
TBN_MapleWheels edited this page Jan 27, 2023
·
2 revisions
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
ManageSettingspermission can edit config variables set toServerAuthority(only server can change the value).
The searchbar in the settings menu uses the ; as a separator between terms.