//settings common for all ladders: set sys_ticrate 0.03125 //recommended ticrate, reduces lag by up to 30ms for fired shots compared to default ticrate - also alters physisc a bit set g_fullbrightplayers 1 set g_forced_respawn 1 set sv_autoscreenshot 1 set g_balance_kill_delay 0 //no delay when using "kill" set sv_vote_override_mostrecent 1 //allow voting for the same map that was just played again set sv_ready_restart 1 set sv_ready_restart_after_countdown 1 set g_allow_oldnexbeam 1 //allow clients to use old v2.3 nexbeam g_tourney 1 //enables warmup mode, forbids spectator votes, allows spec chat during warmup set g_warmup_limit -1 //warmup lasts unlimited -> not affected by timelimit set g_warmup_allguns 1 //all weapons during warmup set sv_timeout 1 set g_mirrordamage 0 //no mirror damage set g_friendlyfire 1 //100% friendly fire, so watch who you're shooting set timelimit_overtime 2 //2 minutes per overtime set timelimit_overtimes 0 //0 overtimes, allows draw games, can be changed by voting for alias overtime_enable set timelimit_suddendeath 0 //no suddendeath overtime set fraglimit_override 0 alias overtime_enable "timelimit_overtimes 100" alias overtime_disable "timelimit_overtimes 0" addvote overtime_enable addvote overtime_disable //basic votable commands, certain ladders allow more - note the g_minstagib setting which allows players to turn basically all ladder servers into minstagib servers if wanted addvote g_minstagib addvote g_shootfromcenter addvote g_shootfromeye addvote nospectators addvote kick addvote timelimit addvote lockteams addvote unlockteams addvote sv_fbskin_green addvote sv_fbskin_red addvote sv_fbskin_orange addvote sv_fbskin_off set sv_curl_defaulturl "http://planetnexuiz.de/downloads/maps/" //aliases which can be optionally be added to sv_vote_commands in your server config file //by doing something like : addvote 1on1dm alias 1on1dm "exec ladder_1on1dm.cfg; endmatch" alias 2on2tdm "exec ladder_2on2tdm.cfg; endmatch" alias 3on3ctf "exec ladder_3on3ctf.cfg; endmatch" //shorten the mapvote duration set g_maplist_votable_keeptwotime 6 set g_maplist_votable_timeout 12 set g_maplist_mostrecent_count 0 //don't exclude the maps from the list that players voted for recently set g_maplist_votable_nodetail 0 //do show the number of votes for each map //loosen the chat flood protection a bit set g_chat_flood_burst 3 //allow 3 chat events from one player in a row instead of 2 set g_chat_flood_burst_team 3 set g_chat_flood_lmax 3 //allow one chat message to be 3 lines long (after being wrapped) instead of just 2 lines set g_chat_flood_lmax_team 3 //set the respawn time of items to default, specific ladder configs may change them if it's in the rules g_pickup_respawntime_short 15 //for health(5/25) and armor (5) g_pickup_respawntime_ammo 15 g_pickup_respawntime_weapon 15 g_ghost_items 0 //disable ghost items //TEMPORARY change to make shotgun and MG weaker during 2.5.2 times until the upcoming release is out //Shotgun: bullets stay the same (6 bullets per shot). //Max. primary damage was 72, now 36 (if all bullets hit) //Reduction to 50% of Nexuiz 2.5.2's damage values ... we want the starting weapon to be weak! set g_balance_shotgun_primary_damage 6 // 12 in 2.5.2 set g_balance_shotgun_secondary_damage 6 // 12 in 2.5.2 //Machine gun: // _first_damage is done by individually shot bullets (in primary fire mode) or when holding alt fire button // _sustained_damage applies when holding primary fire button //Reduction to 80% of Nexuiz 2.5.2's damage values set g_balance_uzi_first_damage 28 // 35 in 2.5.2 set g_balance_uzi_sustained_damage 16 // 20 in 2.5.2 //temporary fix to use the ladder-specific progs.dat that fixes overtime for 2.5.2 only sv_progs "progs_overtimefix.dat" //revision number of common config set sv_ladderconfig_common 0 sv_ladderconfig_common 10 //will increase in the future