PDA

View Full Version : q3 map rotations how??


sundance
11-29-2004, 03:10 PM
i reinstalled quake 3, to play urban terror mod. how the heck do iset up a map rotation for it?!?!

CheapAlert
11-29-2004, 05:34 PM
Here's an example map rotation config, from Generations Q3

<font class="small">Code:</font><hr /><pre>set g_gametype 0

set d1 "map genstart2; set nextmap vstr d2
set d2 "map gen-q1dm1 ; set nextmap vstr d3"
set d3 "map gen-q2dm1; set nextmap vstr d4"
set d4 "map pro-q3tourney2 ; set nextmap vstr d5"
set d5 "map gen-q2dm2 ; set nextmap vstr d6"
set d6 "map gen-q1dm2 ; set nextmap vstr d7"
set d7 "map gen-d2m01-ultra ; set nextmap vstr d8"
set d8 "map pro-q3dm6 ; set nextmap vstr d9"
set d9 "map gen-pro-q1dm6 ; set nextmap vstr d10"
set d10 "map gen-q2dm7 ; set nextmap vstr d11"
set d11 "map myk-doom2 ; set nextmap vstr d12"
set d12 "map q3dm7 ; set nextmap vstr d13"
set d13 "map gen-qe1m7 ; set nextmap vstr d14"
set d14 "map q3dm17 ; set nextmap vstr d15"
set d15 "map gen-q1dm4 ; set nextmap vstr d16"
set d16 "map pro-q3tourney4 ; set nextmap vstr d17"
set d17 "map vesperas ; set nextmap vstr d1"

vstr d1

</pre><hr />

Understand now? :P

sundance
11-30-2004, 12:31 AM
copy paste...