Generic Server Cvar: Difference between revisions

From MyGamingTalk
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>SilEnT_Mod|silEnT Mod</yambe:breadcrumb> = General ETmain Server Variable = == exec  == '''Description:''' To execute any config from server config. ...")
 
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&nbsp;  ==
== exec&nbsp;  ==
'''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:&nbsp;set com_watchdog 60
== com_watchdog_cmd ==
'''Description:'''
Sets what to do when watchdog finds a map is not loaded.
Example:&nbsp;set com_watchdog_cmd "exec objectivecycle.cfg"
== g_heavyWeaponRestriction ==


'''Description:'''
'''Description:'''


To execute any config from server config.
Restricts heavyweapons and support fire.
 
== g_altStopwatchMode ==


Example: exec objectivecycle.cfg
'''Description:'''


Above command will execute objective cycle config from server.cfg
Toggles ABAB stopwatch format instead of ABBA.
 
== g_autofireteams ==
 
'''Description:'''


<br>
Toggles automatically putting players into fireteams.

Revision as of 23: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.