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.

Custom Map Rotation

Page: 1 of 1
 dmflea
10-25-2003, 6:06 AM
#1
Hey,

Does anyone know who I can setup a custom map rotations on the servers I am a admin for?

I want to remove some of the current JA maps and add some custom maps to the map list..

Anyone know how to do that?
 |GG|Carl
10-25-2003, 9:53 AM
#2
You mean like:

set g_gametype 0

set g_autoMapCycle 1

map kotor_flight_school
map wampajoust
map rancormad
map matrix_reloaded
//map mp/FFA1
//map mp/FFA2
//map mp/FFA3
//map mp/FFA4
//map mp/FFA5
 dmflea
10-25-2003, 2:22 PM
#3
yeah pretty much man, so is that all I gotta do?
 Kurgan
10-26-2003, 1:30 PM
#4
Here is another method (at least it's the way I do it):


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


That's for my FFA server cfg (g_gametype 0) notice I put two duel maps at the end, so you can have some up close and personal chaotic saber hack fests to break up the cycle of FFA's. ; )
Page: 1 of 1