Skip to content

Commit

Permalink
Changed mapexclude to be per map instead of a global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaminou committed Apr 9, 2017
1 parent 9df6ba3 commit 6338794
Show file tree
Hide file tree
Showing 54 changed files with 379 additions and 81 deletions.
9 changes: 7 additions & 2 deletions empires/cfg/maps/emp_arid.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
//"min_players" "20"
//"max_players" "42"
emp_sv_reinforcement_multiplier_be 1.470 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 1.470 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_resource_multiplier_be 2 //number of resources at map start is multiplied by this (Brenodi Empire)
emp_sv_resource_multiplier_nf 2

nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "20" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "20" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "20" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "20" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_atomic_rc6.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
//"min_players" "32"
//"max_players" "64"
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_beachfront_b2.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
//"min_players" "0"
//"max_players" "22"
emp_sv_vote_commander_time 120
emp_sv_reinforcement_multiplier_be 0.667
emp_sv_reinforcement_multiplier_nf 0.667
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "90" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "60" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "6" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_blackmountain.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "40"
//"max_players" "64"
emp_sv_reinforcement_multiplier_be 0.667 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.667 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 3 //refinery output is multiplied by this
emp_sv_vote_commander_time 360 how long people have to vote for a commander
emp_sv_vote_commander_time 300 how long people have to vote for a commander
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "300" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "240" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_blah4.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
//"min_players" "14"
//"max_players" "32"
emp_sv_reinforcement_multiplier_be 0.5 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.5 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_vote_commander_time 180
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_bush.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "26"
//"max_players" "52"
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_vote_commander_time 180
emp_sv_resource_multiplier_be 3 //number of resources at map start is multiplied by this (Brenodi Empire)
emp_sv_resource_multiplier_nf 3
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_canyon.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "14"
//"max_players" "32"
emp_sv_reinforcement_multiplier_be 1 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 1 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_vote_commander_time 180
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_chain.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "40"
//"max_players" "64"
emp_sv_reinforcement_multiplier_be 0.857 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.857 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 360
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "300" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "300" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_coast.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "20"
//"max_players" "52"
emp_sv_reinforcement_multiplier_be 0.834 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.834 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_vote_commander_time 180
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_commandergrad_b1.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "20"
//"max_players" "52"
emp_sv_reinforcement_multiplier_be 0.830 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.830 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_vote_commander_time 180
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_crossroads.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
emp_sv_vote_commander_time 150
//"min_players" "0"
//"max_players" "22"
emp_sv_vote_commander_time 120
emp_sv_reinforcement_multiplier_be 0.5
emp_sv_reinforcement_multiplier_nf 0.5
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "60" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "6" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_cyclopean.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "32"
//"max_players" "64"
emp_sv_reinforcement_multiplier_be 1.5 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 1.5 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 300
emp_sv_vote_commander_time 240
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "240" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "10" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "10" //Specifies how many past maps to exclude from votes.
6 changes: 6 additions & 0 deletions empires/cfg/maps/emp_district402.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
//"min_players" "0"
//"max_players" "13"
mp_timelimit 10
emp_sv_respawn_penalty 5
emp_sv_wait_phase_time 60
emp_sv_reinforcement_multiplier_be 0.5
emp_sv_reinforcement_multiplier_nf 0.5
nc_lockspec "0" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
sm_umc_emp_mapvote_mapexclude "4" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "4" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "4" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "4" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_downfall.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
emp_sv_vote_commander_time 180
//"min_players" "10"
//"max_players" "32"
emp_sv_vote_commander_time 150
emp_sv_reinforcement_multiplier_be 0.652
emp_sv_reinforcement_multiplier_nf 0.652
emp_sv_resource_multiplier_be 2 //number of resources at map start is multiplied by this (Brenodi Empire)
emp_sv_resource_multiplier_nf 2
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "90" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "8" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "8" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "8" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "8" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_drygulch_a6.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
//"min_players" "0"
//"max_players" "22"
emp_sv_vote_commander_time 120
emp_sv_reinforcement_multiplier_be 0.313
emp_sv_reinforcement_multiplier_nf 0.313
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "90" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "60" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "6" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_dune_ob1.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
emp_sv_vote_commander_time 240
//"min_players" "20"
//"max_players" "52"
emp_sv_vote_commander_time 180
emp_sv_refinery_multiplier 2
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
10 changes: 8 additions & 2 deletions empires/cfg/maps/emp_duststorm.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "20"
//"max_players" "52"
emp_sv_reinforcement_multiplier_be 1.243 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 1.243 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_refinery_multiplier 2
emp_sv_vote_commander_time 240
emp_sv_vote_commander_time 180
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "180" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "120" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_flat_fix.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//"min_players" "0"
//"max_players" "22"
emp_sv_vote_commander_time 120
emp_sv_max_vehicles 6
emp_sv_resource_multiplier_be 3 //number of resources at map start is multiplied by this (Brenodi Empire)
emp_sv_resource_multiplier_nf 3
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "300" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "90" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "60" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "6" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "6" //Specifies how many past maps to exclude from votes.
8 changes: 7 additions & 1 deletion empires/cfg/maps/emp_forest_ob_2013.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
//"min_players" "26"
//"max_players" "52"
emp_sv_reinforcement_multiplier_be 0.833 //number of reinforcements at map start is multiplied by this (Brenodi Empire)
emp_sv_reinforcement_multiplier_nf 0.833 //number of reinforcements at map start is multiplied by this (Northern Faction)
emp_sv_vote_commander_time 300
nc_lockspec "1" // Enable(1)/Disable(0) locking of spectators and unlocking on timer.
nc_lockspectime "600" // How long to keep spec locked after the round starts. (Seconds)
nc_marktime "240" // At what time of the commander vote to extend the time. (Seconds)
nc_marktime "240" // At what time of the commander vote to extend the time. (Seconds)
sm_umc_emp_mapvote_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_nominate_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_rtv_mapexclude "15" //Specifies how many past maps to exclude from votes.
sm_umc_vc_mapexclude "15" //Specifies how many past maps to exclude from votes.
Loading

0 comments on commit 6338794

Please sign in to comment.