after the first client has joined, no one else can join; i have experimented with a lot of different (min/maxplayers, botnumber, g_maxplayers, ....) settings. i could not a comprehensive documentation of all those values on the web or in the included documentation.
does anybody know which values to put there so we can play that way?
here's the relevant parts of my server.cfg:
- Code: Select all
set "bot_number" "6"
set "minplayers" "8"
set "maxplayers" "10"
set "g_maxplayers" "12"
commenting one of the last two lines does not change anything, either.
thx for your help!