molgrum / cspree

Deathmatch mod for Quake
GNU General Public License v2.0
11 stars 1 forks source link

Duel Arena: Does the next game start before worldspawn has set up? #19

Closed molgrum closed 7 years ago

molgrum commented 7 years ago

Play a game of DA vs a bot, after the first game the item positions seem to reset so they are removed, two bots join before the client reconnects and both are removed. Server log says that "player.mdl" is not precached which it is in worldspawn.

molgrum commented 7 years ago

Found out that worldspawn calls gmapn_init which calls gmapn_game_start if the matchless flag is set. That's probably why and the solution is to start the game at earliest 0.3s after worldspawn.