
2 changed files with 39 additions and 1 deletions
@ -0,0 +1,38 @@
@@ -0,0 +1,38 @@
|
||||
|
||||
// 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 |
||||
|
||||
//----------------------------------------------- |
||||
// Misc. |
||||
// These do not disqualify the server from Official tag |
||||
//----------------------------------------------- |
||||
// Warm up is a good feature, keeping it in all modes except XDF. |
||||
g_warmup 1 |
||||
// Convenient reset from Duel. |
||||
g_maxplayers 0 |
||||
// Turn off demo recording in the common case. |
||||
sv_autodemo_perclient 0 |
Loading…
Reference in new issue