Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 495 Bytes

cvars.rst

File metadata and controls

20 lines (11 loc) · 495 Bytes

Cvars

Cvars control loaded modules.

Note

Changing either cvar will cause all currently loaded modules to quit and be unloaded until the next map_restart.

lua_modules

Space separated list of lua modules for Legacy mod to load. Modules will be run in the order listed.

lua_allowedmodules

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.