v. 2.00 What i must add to config to make wurmup

9 replies [Last post]
[34-666]
Offline
Joined: Jul 2009
Posts:

wurmup = 15;
wurmup respawn = no;

in Round section not work, what i must to add that wurmup was 15 and no respawn after that?***

CTF: q3.qd-cup.net:27964
FRZ: q3.qd-cup.net:27966

Blitz
Forum moderator
Blitz's picture
Offline
Joined: Mar 2009
Posts:
v. 2.00 What i must add to config to make wurmup

maybe:

set g_dowarmup 1
set g_warmup 15



¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
v. 2.00 What i must add to config to make wurmup

check in conf/default.cfg, that's best way to learn all you need.

and search warmup not wurmup Happy

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]

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

[34-666]
Offline
Joined: Jul 2009
Posts:
v. 2.00 What i must add to config to make wurmup
¯¯__█ALI█¯¯__ wrote:

check in conf/default.cfg, that's best way to learn all you need.

and search warmup not wurmup Happy

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]

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

¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
v. 2.00 What i must add to config to make wurmup

Quote:
/* 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]

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

[34-666]
Offline
Joined: Jul 2009
Posts:
v. 2.00 What i must add to config to make wurmup
¯¯__█ALI█¯¯__ wrote:

Quote:
/* 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]

Yes, i know this all exist, i show you my pack it is all exist

CTF: q3.qd-cup.net:27964
FRZ: q3.qd-cup.net:27966

[34-666]
Offline
Joined: Jul 2009
Posts:
v. 2.00 What i must add to config to make wurmup

Ok i go to colledge now, somebody help me pls i need that configs already today.

CTF: q3.qd-cup.net:27964
FRZ: q3.qd-cup.net:27966

¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
v. 2.00 What i must add to config to make wurmup

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 Big grin it's warmup LOL.

Quote:
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]

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

[34-666]
Offline
Joined: Jul 2009
Posts:
v. 2.00 What i must add to config to make wurmup

Yep, it is all working, see new QD Rail servers soon in spider, unlagged.

CTF: q3.qd-cup.net:27964
FRZ: q3.qd-cup.net:27966

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
v. 2.00 What i must add to config to make wurmup

here a examble from a rotation.txt where are infos in u need

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!