|
|
@@ -36,6 +36,18 @@ g_maplist_votable_nodetail 0 |
|
|
|
alias +duel "set g_maxplayers 2" |
|
|
|
alias -duel "set g_maxplayers 0" |
|
|
|
|
|
|
|
//----------------------------------------------- |
|
|
|
// vcall: Komier Weapons |
|
|
|
//----------------------------------------------- |
|
|
|
alias +komier-weapons "exec xperimental-balance.cfg" |
|
|
|
alias -komier-weapons "exec bal-wep-xonotic.cfg" |
|
|
|
|
|
|
|
//----------------------------------------------- |
|
|
|
// vcall: Smilecythe Physics |
|
|
|
//----------------------------------------------- |
|
|
|
alias +smile-physics "exec physicsXPM2.cfg" |
|
|
|
alias -smile-physics "exec physicsX.cfg" |
|
|
|
|
|
|
|
//----------------------------------------------- |
|
|
|
// Game Type & Per-Type Configurations |
|
|
|
//----------------------------------------------- |
|
|
@@ -57,14 +69,6 @@ g_cts_respawn_delay_large -1 |
|
|
|
// Fall damage and weapon self damage disabled |
|
|
|
//g_cts_selfdamage 0 |
|
|
|
|
|
|
|
// Server packages- q3 compatibility is really only an issue for CTS maps. |
|
|
|
// Other game modes don't have major issues. |
|
|
|
// csprogs will be outdated per server update. |
|
|
|
// this really didn't work. |
|
|
|
//sv_curl_serverpackages_auto 0 |
|
|
|
//alias sv_stdpkg "csprogs-xonotic-v0.8.1.2520-g06ab161~.txt" |
|
|
|
//alias sv_ctspkg "csprogs-xonotic-v0.8.1.2520-g06ab161~.txt q3-xonotic_compatpack_v1.pk3.serverpackage" |
|
|
|
|
|
|
|
// g_playerclip_collisions are turned off for CTS because some mappers were |
|
|
|
// putting invisible walls at the spawn and blocking the map from being finishable. |
|
|
|
alias sv_defaultXon "g_playerclip_collisions 1; g_balance_kill_antispam 5; g_start_delay 15; g_powerups -1; g_warmup 1; g_norecoil 0; g_shootfromeye 0; g_spawnshieldtime 1; g_cts_selfdamage 1; g_cts_finish_kill_delay 10; set g_maxplayers 0; sv_autodemo_perclient 0;" |
|
|
@@ -110,9 +114,9 @@ alias sv_vote_gametype_hook_duel "sv_defaultXPM; +duel;" |
|
|
|
// Komier's Experimental Balance |
|
|
|
//----------------------------------------------- |
|
|
|
set sv_vote_gametype_kdm_type dm |
|
|
|
set sv_vote_gametype_kdm_name "Experimental DM" |
|
|
|
set sv_vote_gametype_kdm_description "Adjusted weapon balance. Uses XPM rules." |
|
|
|
alias sv_vote_gametype_hook_kdm "sv_defaultXPM; exec xperimental-balance.cfg; sv_autodemo_perclient 1;" |
|
|
|
set sv_vote_gametype_kdm_name "EDM (XPM)" |
|
|
|
set sv_vote_gametype_kdm_description "Experimental balance with improved viability of Hagar, Electro, and Machine Gun." |
|
|
|
alias sv_vote_gametype_hook_kdm "sv_defaultXPM; +komier-weapons; sv_autodemo_perclient 1;" |
|
|
|
|
|
|
|
//----------------------------------------------- |
|
|
|
// Gametype Voting |