ArmA 3 v1.90+ hat neue Timeout-Parameter, siehe https://community.bistudio.com/wiki/server.cfg
Haben wir schon bemerkt weil wir in der Lobby oder im Briefing nach kurzer Inaktivität gekickt werden.
Standard-Einstellung sind (erster Wert ist "ready", d.h. Spieler hat "Ready" in Lobby geklickt, zweiter Wert ist "notReady"):
votingTimeOut[] = {60, 90}; // Kicks users from server if they spend too much time in mission voting
roleTimeOut[] = {90, 120}; // Kicks users from server if they spend too much time in role selection
briefingTimeOut[] = {60, 90}; // Kicks users from server if they spend too much time in briefing (map) screen
debriefingTimeOut[] = {45, 60}; // Kicks users from server if they spend too much time in debriefing screen
lobbyIdleTimeout = 300; // The amount of time the server will wait before force-starting a mission without a logged-in Admin.
Mein Vorschlag:
votingTimeOut[] = {600, 900}; // Kicks users from server if they spend too much time in mission voting
roleTimeOut[] = {900, 1200}; // Kicks users from server if they spend too much time in role selection
briefingTimeOut[] = {600, 900}; // Kicks users from server if they spend too much time in briefing (map) screen
debriefingTimeOut[] = {450, 600}; // Kicks users from server if they spend too much time in debriefing screen
lobbyIdleTimeout = 300; // The amount of time the server will wait before force-starting a mission without a logged-in Admin.
d.h. alle bis auf lobbyIdleTimeout um Faktor 10 erhöhen.