- Quake 3 Weapons Configs Library
- General POLSKI Topic
- how many quake 3 players E+ still play sometimes
- Quake All-stars December 2026 frag night
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
different configs for maps
is there a way to make different AUTOEXEC's for different maps
:
yeap it is
[code:1]
Rotation System
Set the xp_rotation "rotation.txt" variable to the file where your rotation is.
Server admins will find /rcon rotate useful. The syntax is also alot like the Configuration System.
The following example should be self explaining.
Example:
// this will be executed before each map
timelimit: 20
fraglimit: 25
g_gametype: 0
q3dm1 {
fraglimit: 50
}
q3dm2
// as you see additional settings like { ... } are optional
q3dm3
// lets have a ctf game with 'xp.cfg'
q3ctf1 {
g_gametype: 4
timelimit: 15
capturelimit: 10
/load conf/xp
}
// this will be ffa! remember the "g_gametype: 0"
q3ctf4
[/code:1]
...i have diff way to set it : in server config.(including rotation)




thanks a lot