PDA

View Full Version : A question om multiple configs


Jabitinski
05-23-2004, 07:34 PM
We currently rent a linux server and I was wonder if its ok to make a config for each gametype, tdmcfg, sdcfg, ect and put them in the server for easy access from the console via exec. Anyone know if this would cause any probs? Figured Id ask before I tried it. :smile:

Anex
05-23-2004, 10:39 PM
Nope, it's how I do it. Just make sure you have:

set sv_maprotationcurrent ""

set sv_maprotation "whatever maps and gametypes you want"

map_rotate

...in each config so that it clears out the existing rotation, loads the new one, then rotates to the first map in the new rotation.

Jabitinski
05-24-2004, 07:57 PM
Cool, thanks for the help :lol: