ec- / baseq3a

Unofficial Quake III Arena gamecode patch
26 stars 24 forks source link

[Bug] Warmup not applied during map rotations #18

Closed NightFright2k19 closed 2 years ago

NightFright2k19 commented 2 years ago

When using an external file for map rotation (e.g. "rotation.txt"), warmup is not applied even though it is set to 1 by default.

In q3config.cfg:

seta g_rotation "rotation.txt"
seta g_doWarmup "1"
seta g_warmup "20"

Rotation.txt:

$bot_minPlayers = 6;
$g_gameType = 0;
$g_spSkill = 3;
$fragLimit = 30;
$timeLimit = 15;

13black_se
13dawn
13dream
[...]
NightFright2k19 commented 2 years ago

Working with latest code fix (with _/grestarted removed). Thanks!