Rotation per cfg

4 replies [Last post]
Ri0T
Ri0T's picture
Offline
Joined: Sep 2005
Posts:

Have read the manual and am writing different cfg's for a LAN, is it possible to have different rotations per cfg. Or am I missing something?

I would like to have seperate rotations for instagib, threewave etc.

ghost
Offline
Joined: Jan 2004
Posts:
Rotation per cfg

ofc yes, best working method for me is using vstr

set d1 "map q3dm7; set nextmap vstr d2"
set d2 "map q3dm8; set nextmap vstr d3"
set d3 "map q3dm6; set nextmap vstr d4"
set d4 "map q3dm5; set nextmap vstr d5"
set d5 "map q3dm2; set nextmap vstr d6"
set d6 "map q3dm3; set nextmap vstr d7"
set d7 "map q3tourney3; set nextmap vstr d8"
set d8 "map pro-q3tourney4; set nextmap vstr d9"
set d9 "map q3tourney2; set nextmap vstr d10"
set d10 "map q3dm17; set nextmap vstr d1"
wait
vstr d1

map q3dm7

to work corectly beter to delete rotation.txt

Ri0T
Ri0T's picture
Offline
Joined: Sep 2005
Posts:
Rotation per cfg

Thanks,

So I just do a normal list in the conf/*.cfg. Is it possible to specify a seperate rotation.txt file from within each conf/*.cfg or are you tied to the server.cfg "rotation.txt" only?

Like each conf.cfg having a seperate rotation.txt file.

set xp_rotation "threewave_rotation.txt"
set xp_rotation "rocketarena_rotation.txt"
set xp_rotation "instagib_rotation.txt"

threewave_rotation.txt
rocketarena_rotation.txt
instagib_rotation.txt

ghost
Offline
Joined: Jan 2004
Posts:
Rotation per cfg

i put that vstr to each gametype cfg replacing "set xp_rotation blabla.txt" cose meny times rotation fails, but u can use rotation like on extample u wrote

Ri0T
Ri0T's picture
Offline
Joined: Sep 2005
Posts:
Rotation per cfg

Thanks again Winking