fix teamcount to 1 on ffa modes

This commit is contained in:
FryTechTips 2023-04-24 22:04:15 -04:00
parent 915911512f
commit 65513e3817
4 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,4 @@ gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear y
gts gameAdvertisementRuleScorePercent 50
gts gameAdvertisementRuleTimeLeft 2
gts teamCount 1

View File

@ -35,3 +35,4 @@ gts playerNumLives "0" // Number of Lives - The number
gts useEmblemInsteadOfFactionIcon "1" // Show player's art on scoreboard
gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear you.
teamCount 1

View File

@ -30,6 +30,7 @@ gts inactivityKick "120" // Kick players that's AFK
gts allowFinalKillcam "1" // Controls whether the final killcam is played.
gts spectateType "3" // 0 disabled, 1 team only, 2 freelook, 3 team only spectate splitscreen players only
gts disableClassSelection "1" // Disable CAC for prop hunt.
gts allowInGameTeamChange "0" // Keep it 0
gts timelimit "4" // Time limit of the game.
gts scorelimit "0" // Score limit reach to end the game.

View File

@ -45,3 +45,4 @@ gts roundStartExplosiveDelay "0"
gts gameAdvertisementRuleScorePercent "35"
gts gameAdvertisementRuleTimeLeft "1.5"
teamCount 1