add armagetron settings for FFA game

This commit is contained in:
c 2024-02-15 18:31:58 +01:00
parent 9abd521213
commit 9bf9e1d20e
1 changed files with 15 additions and 0 deletions

View File

@ -39,6 +39,21 @@ EOF
cat > /etc/armagetronad/settings_custom.cfg <<EOF
TALK_TO_MASTER 0
TEAMS_MAX 32
TEAMS_MIN 1
TEAM_MAX_PLAYERS 1
TEAM_MIN_PLAYERS 1
TEAM_BALANCE_ON_QUIT 0
TEAM_BALANCE_WITH_AIS 0
NUM_AIS 0
LIMIT_ROUNDS 15
LIMIT_TIME 60
LIMIT_SCORE 999
PING_FLOOD_GLOBAL -1
PING_FLOOD_TIME_10 -1
PING_FLOOD_TIME_20 -1
PING_FLOOD_TIME_50 -1
PING_FLOOD_TIME_100 -1
EOF
systemctl restart armagetronad-dedicated.service