Flag

3 replies [Last post]
smokestak
Offline
Joined: Oct 2003
Posts:

I just
started using
excessive + , how can
i return my flag
without taking it all
the home. Also, is
there a way to change
maps automatically

cid+
cid's picture
Offline
Joined: Sep 2003
Posts:
Flag

here is a sample configuration for you

[code:1] // ex_flag
// 0 - Common CTF
// 1 - Return the Flag
// 2 - Return the Flag Special
// 3 - Defend the Flag
// 4 - Multi-Flag CTF
set ex_flag 0

// define map rotation
// it will rotate q3dm2, q3dm4, q3dm3 and q3dm1
set m1 "map q3dm2; set nextmap vstr m2"
set m2 "map q3dm4; set nextmap vstr m3"
set m3 "map q3dm3; set nextmap vstr m4"
set m4 "map q3dm1; set nextmap vstr m1"

// start the rotation
vstr m1[/code:1]

smokestak
Offline
Joined: Oct 2003
Posts:
Flag

Thanks 4 the info but i still cant get the map rotation to work, i entered the settings in the config file but it didnt work and they disappered, what am i doing wrong...

Thanx Again

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Flag

Is the config actually being executed?

You have to start the server like
quake3.exe +set fs_game excessiveplus +exec myconfig.cfg
or
quake3.exe +set fs_game excessiveplus +set dedicated 2 +exec myconfig.cfg
when running a dedicated server.

Maybe this would help you:
http://www.3dgw.com/guides/q3a/
http://www.planetquake.com/features/techtips/techtips000701_a.shtml

Edit: looks like the first is down http://216.239.41.104/search?q=cache:www.3dgw.com/guides/q3a/