Generic Server Cvar: Difference between revisions
Hellreturn (talk | contribs) (Created page with "<yambe:breadcrumb>SilEnT_Mod|silEnT Mod</yambe:breadcrumb> = General ETmain Server Variable = == exec == '''Description:''' To execute any config from server config. ...") |
Hellreturn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<yambe:breadcrumb>SilEnT_Mod|silEnT Mod</yambe:breadcrumb> | <yambe:breadcrumb>SilEnT_Mod|silEnT Mod</yambe:breadcrumb> | ||
= General ETmain Server Variable = | = General ETmain Server Variable = | ||
== exec == | == exec == | ||
'''Description:''' | |||
To execute any config from server config. | |||
Example: exec objectivecycle.cfg | |||
Above command will execute objective cycle config from server.cfg | |||
== com_watchdog == | |||
'''Description:''' | |||
Watchdog checks for a map not being loaded. | |||
Example: set com_watchdog 60 | |||
== com_watchdog_cmd == | |||
'''Description:''' | |||
Sets what to do when watchdog finds a map is not loaded. | |||
Example: set com_watchdog_cmd "exec objectivecycle.cfg" | |||
== g_heavyWeaponRestriction == | |||
'''Description:''' | '''Description:''' | ||
Restricts heavyweapons and support fire. | |||
== g_altStopwatchMode == | |||
'''Description:''' | |||
Toggles ABAB stopwatch format instead of ABBA. | |||
== g_autofireteams == | |||
'''Description:''' | |||
Toggles automatically putting players into fireteams. |
Revision as of 22:39, 18 November 2011
<yambe:breadcrumb>SilEnT_Mod|silEnT Mod</yambe:breadcrumb>
General ETmain Server Variable
exec
Description:
To execute any config from server config.
Example: exec objectivecycle.cfg
Above command will execute objective cycle config from server.cfg
com_watchdog
Description:
Watchdog checks for a map not being loaded.
Example: set com_watchdog 60
com_watchdog_cmd
Description: Sets what to do when watchdog finds a map is not loaded.
Example: set com_watchdog_cmd "exec objectivecycle.cfg"
g_heavyWeaponRestriction
Description:
Restricts heavyweapons and support fire.
g_altStopwatchMode
Description:
Toggles ABAB stopwatch format instead of ABBA.
g_autofireteams
Description:
Toggles automatically putting players into fireteams.