Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

map rotation

Page: 1 of 1
 areonic
11-14-2003, 2:00 AM
#1
how do i set a map rotation for my server,like a rotation list and crap
 Kurgan
11-14-2003, 2:22 AM
#2
Here's a sample from the cfg file I usually use (server.cfg) for FFA:


seta g_autoMapCycle "1"
set m1 "map mp/ffa1 ; set nextmap vstr m2"
set m2 "map mp/ffa2 ; set nextmap vstr m3"
set m3 "map mp/ffa3 ; set nextmap vstr m4"
set m4 "map mp/ffa4 ; set nextmap vstr m5"
set m5 "map mp/ffa5 ; set nextmap vstr m6"
set m6 "map mp/duel1 ; set nextmap vstr m7"
set m7 "map mp/duel4 ; set nextmap vstr m1"

vstr m1
//starts the server
 Nemesis787
11-16-2003, 5:24 AM
#3
you can also create a seperate file ( rotation.cfg) and specify settings for each map and for each gametype. I can send you some files I use if you would like an example. you will also need to reference the rotation.cfg file in your server .cfg file
Darth_Nemesis, Admin, DarkMatter public server.
www.planethaven.net/jediacademy)
Xintar@planethaven.net
 Kurgan
11-17-2003, 4:21 AM
#4
Good call, I might try that myself...
 Kurgan
11-17-2003, 4:22 AM
#5
Good call, I might try that myself...
 Nemesis787
11-19-2003, 4:35 AM
#6
i see now why you have so many posts. lol gotta love double posts-:)
Page: 1 of 1