v. 2.00 What i must add to config to make wurmup
wurmup = 15;
wurmup respawn = no;
in Round section not work, what i must to add that wurmup was 15 and no respawn after that?***
maybe:
set g_dowarmup 1
set g_warmup 15
check in conf/default.cfg, that's best way to learn all you need.
and search warmup not wurmup
this is extracted from default.cfg :
[code:1] Round {
/* Items that are reset
*
* IT_ARMOR_SHARD
* IT_ARMOR_JACKET
* IT_ARMOR_COMBAT
* IT_ARMOR_BODY
* IT_HEALTH_SMALL
* IT_HEALTH
* IT_HEALTH_LARGE
* IT_HEALTH_MEGA
* IT_TELEPORTER
* IT_MEDKIT
*
* IT_NONE
* IT_ALL
**/
Items = IT_NONE;
/* Controls which player stats are cleared
*
* RESET_HEALTH
* RESET_ARMOR
* RESET_WEAPONS
* RESET_POWERUPS
*
* RESET_NONE
* RESET_ALL
**/
Reset Flags = RESET_ARMOR | RESET_WEAPONS | RESET_POWERUPS;
/* Round warmup time
*
* Only when $xp_matchmode is 2
**/
Warmup = 4;
/* Control if players should respawn after round warmup
*
* Only when $xp_matchmode is 2
**/
Warmup Respawn = $xp_warmupRespawn & WARMUPRESPAWN_PLAYERS;
/* Call for draw when all players are dead instead of deciding with the latest frag
*
**/
Draw Enable = no;
}
[/code:1]
/* Round warmup time
*
* Only when $xp_matchmode is 2
**/
you have to :
[code:1]set xp_matchmode 2[/code:1]
or make in the weapon config at the begining.
[code:1]$xp_matchmode = 2;[/code:1]
If I have understood you well, you wanna make a round-based server.
So, what is missing in this case is :
[code:1]set roundlimit "10"[/code:1]
and again there shouldn't be any wurmup in any case it's warmup LOL.
set g_doWurmup "1"Round {
Wurmup = 15;
Wurmup Respawn = no;
}
Last thing : try fixing you weapon configs brackets (open/close, open/close ...) + you have Misc { ... } missing :
[code:1]Config {
...
}
Misc {
...
}
//weapons
Suicide {
}
...[/code:1]
here a examble from a rotation.txt where are infos in u need
Dude, 1st that i make - stert writing cfg from defoult, but nothing happends and i sked for a help on forum. yes i adding this params to my cfg, but they are not works, in main cfg file writte too that dowurmup 1 wurmup 15 with our without this rows wurmup not working.
Round {
Warmup = 15;
Warmup Respawn = no;
}
Not working
CTF: q3.qd-cup.net:27964
FRZ: q3.qd-cup.net:27966