Some defaults

This commit is contained in:
def 2014-05-15 23:26:33 +02:00
parent da9e9d4069
commit 66db170279
2 changed files with 3 additions and 6 deletions

View file

@ -1,9 +1,6 @@
sv_name "Testserver with DDraceNetwork Features"
sv_gametype "TestDDRace"
sv_port 8303
sv_rcon_password "rcon"
sv_map "gravity"
sv_test_cmds 1 # set to 0 for DDraceNetwork game type
sv_rcon_password "rcon"
sv_register 1
sv_test_cmds 1
sv_fast_download 1
tune laser_bounce_num 1000

View file

@ -153,7 +153,7 @@ MACRO_CONFIG_INT(SvKillDelay, sv_kill_delay,3,0,9999,CFGFLAG_SERVER, "The minimu
MACRO_CONFIG_INT(SvSuicidePenalty, sv_suicide_penalty,0,0,9999,CFGFLAG_SERVER, "The minimum time in seconds between kill or /kills and respawn")
MACRO_CONFIG_INT(SvMapWindow, sv_map_window, 15, 0, 100, CFGFLAG_SERVER, "Map downloading send-ahead window")
MACRO_CONFIG_INT(SvFastDownload, sv_fast_download, 0, 0, 1, CFGFLAG_SERVER, "Enables fast download of maps")
MACRO_CONFIG_INT(SvFastDownload, sv_fast_download, 1, 0, 1, CFGFLAG_SERVER, "Enables fast download of maps")
MACRO_CONFIG_INT(SvShotgunBulletSound, sv_shotgun_bullet_sound, 0, 0, 1, CFGFLAG_SERVER, "Crazy shotgun bullet sound on/off")