View Single Post
Caught off Guard
Senior Member
Join Date: Jan 2008
Old 03-24-2008 , 06:52   Re: Dynamic Map Rotations
Reply With Quote #5

hi

im gonna try this on my insurgency server (217.163.31.17:27015). many thanks for the automated generator - it helped me alot for figuring this baby out i'll let you know the outcome. for your reference my following rotation is set to:

Code:
"rotation"
{
 "start" "10"
 "10"
 {
  "map"   "ins_almaden"
  "default_nextmap" "20"
  "30"
         {
              "players_lte"    "18"
         }
 }
 "20"
 {
  "map"   "ins_ramadi"
  "default_nextmap" "30"
  }
 "30"
 {
  "map"   "ins_baghdad"
  "default_nextmap" "40"
  "50"
         {
              "players_lte"    "14"
         }
 }
 "40"
 {
  "map"   "ins_haditha"
  "default_nextmap" "50"
 }
 "50"
 {
  "map"   "ins_sinjar"
  "default_nextmap" "60"
  "10"
  {
             "players_lte"    "18"
         }
 }
 "60"
 {
  "map"   "ins_hillah"
  "default_nextmap" "10"
 }
}
If working correctly it should miss out 3 maps if there are unsufficient numbers on the server
Caught off Guard is offline