diff options
| author | Johannes Loher <ghost91@gmx.net> | 2011-07-22 23:17:16 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-30 18:23:59 +0200 |
| commit | e2664c1b00e24158c3e9cee02ab517935be2f8c9 (patch) | |
| tree | 27349a384e01e626d9a93869877c62e3926da647 /src/engine/shared/config_variables.h | |
| parent | 0f11cf014c7a53c20d4432ea26af41123f9f2436 (diff) | |
| download | zcatch-e2664c1b00e24158c3e9cee02ab517935be2f8c9.tar.gz zcatch-e2664c1b00e24158c3e9cee02ab517935be2f8c9.zip | |
Added server sided automatic demo recording
Diffstat (limited to 'src/engine/shared/config_variables.h')
| -rw-r--r-- | src/engine/shared/config_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index cb8f5f15..0789476e 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.h @@ -86,6 +86,8 @@ MACRO_CONFIG_STR(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remo MACRO_CONFIG_STR(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)") MACRO_CONFIG_INT(SvRconMaxTries, sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication") MACRO_CONFIG_INT(SvRconBantime, sv_rcon_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes it just use kick") +MACRO_CONFIG_INT(SvAutoDemoRecord, sv_auto_demo_record, 0, 0, 1, CFGFLAG_SERVER, "Automatically record demos") +MACRO_CONFIG_INT(SvAutoDemoMax, sv_auto_demo_max, 10, 0, 1000, CFGFLAG_SERVER, "Maximum number of automatically recorded demos (0 = no limit)") MACRO_CONFIG_STR(EcBindaddr, ec_bindaddr, 128, "localhost", CFGFLAG_SERVER, "Address to bind the external console to. Anything but 'localhost' is dangerous") MACRO_CONFIG_INT(EcPort, ec_port, 0, 0, 0, CFGFLAG_SERVER, "Port to use for the external console") |