2016-09-13 13:24:32 +00:00
|
|
|
=====
|
|
|
|
Cvars
|
|
|
|
=====
|
|
|
|
|
2016-09-17 16:57:29 +00:00
|
|
|
**Cvars** control loaded modules.
|
2016-09-13 13:24:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. note:: Changing either cvar will cause all currently loaded modules to quit and be unloaded until the next `map_restart`.
|
|
|
|
|
|
|
|
|
|
|
|
lua_modules
|
|
|
|
-----------
|
|
|
|
|
2021-01-06 12:49:21 +00:00
|
|
|
Space separated list of lua modules for Legacy mod to load. Modules will be run in the order listed.
|
2016-09-13 13:24:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
lua_allowedmodules
|
|
|
|
------------------
|
|
|
|
|
2016-09-14 00:33:09 +00:00
|
|
|
If set, only lua modules with the matching SHA1 signatures listed in this cvar will be allowed to load. If empty, all loaded modules are allowed.
|