How to make FFA server in OSP which anyone can join even during match

quake-3

When I create server in OSP mod, anyone can join the game during warmup. But after the game has been started, new players can't join the game, server says something like "You can join the game after the current match ends". How can I disable this?

I don't have this problem in baseq3.

Best Answer

The parameter you need is match_latejoin. Set it to 1 to allow players to join.

Or you could just set g_dowarmup to 0. This disables warmup mode, so the game will start immediately and match_latejoin parameter will be ignored (so it will be more like baseq3 FFA).