1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
-
- // This file should return the server to an unmodified state.
-
- //-----------------------------------------------
- // Reset from XDF CTS
- //-----------------------------------------------
- // altered from XDF because of map porters not correcting
- // invisible walls on maps.
- g_playerclip_collisions 1
-
- g_cts_selfdamage 1
- g_cts_finish_kill_delay 10
- g_balance_kill_antispam 5
- g_start_delay 15
-
- // This is disabled in both XDF and XPM
- // Some maps do not properly spawn Haste.
- g_powerups -1
-
- //-----------------------------------------------
- // Reset from XPM
- //-----------------------------------------------
- g_norecoil 0
- g_shootfromeye 0
- g_spawnshieldtime 1
- g_forced_respawn 0
- g_spawn_furthest 0.5
- sv_ready_restart_after_countdown 0
- g_chat_nospectators 0
- timelimit_overtimes 0
-
- //-----------------------------------------------
- // Misc.
- // These do not disqualify the server from Official tag
- //-----------------------------------------------
- g_maplist ""
- g_maplist_shufflenow
- // Warm up is a good feature, keeping it in all modes except XDF.
- g_warmup 1
- // Average pub doesn't realize there is a warm-up - shorten.
- g_warmup_limit 120
- // Convenient reset from Duel.
- g_maxplayers 0
- // Turn off demo recording in the common case.
- sv_autodemo_perclient 0
- // Reset to regular time limit from CTF.
- timelimit_override 10
- leadlimit_override -1
- fraglimit_override -1
-
- // Unset from sawa's event.
- g_tdm_point_limit -1
- g_tdm_point_leadlimit -1
-
-
- //Shit that turns itself on and I don't know why
- notification_CHOICE_CTF_CAPTURE_BROKEN_BLUE 1
- notification_CHOICE_CTF_CAPTURE_BROKEN_RED 1
- notification_CHOICE_CTF_CAPTURE_TIME_BLUE 1
- notification_CHOICE_CTF_CAPTURE_TIME_RED 1
- notification_CHOICE_CTF_CAPTURE_UNBROKEN_BLUE 1
- notification_CHOICE_CTF_CAPTURE_UNBROKEN_RED 1
|