mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Some defaults
This commit is contained in:
parent
da9e9d4069
commit
66db170279
|
@ -1,9 +1,6 @@
|
||||||
sv_name "Testserver with DDraceNetwork Features"
|
sv_name "Testserver with DDraceNetwork Features"
|
||||||
sv_gametype "TestDDRace"
|
|
||||||
sv_port 8303
|
sv_port 8303
|
||||||
sv_rcon_password "rcon"
|
|
||||||
sv_map "gravity"
|
sv_map "gravity"
|
||||||
|
sv_test_cmds 1 # set to 0 for DDraceNetwork game type
|
||||||
|
sv_rcon_password "rcon"
|
||||||
sv_register 1
|
sv_register 1
|
||||||
sv_test_cmds 1
|
|
||||||
sv_fast_download 1
|
|
||||||
tune laser_bounce_num 1000
|
|
||||||
|
|
|
@ -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(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(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")
|
MACRO_CONFIG_INT(SvShotgunBulletSound, sv_shotgun_bullet_sound, 0, 0, 1, CFGFLAG_SERVER, "Crazy shotgun bullet sound on/off")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue