mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-04-20 16:15:44 +00:00
fix teamcount to 1 on ffa modes
This commit is contained in:
parent
915911512f
commit
65513e3817
@ -48,3 +48,4 @@ gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear y
|
|||||||
|
|
||||||
gts gameAdvertisementRuleScorePercent 50
|
gts gameAdvertisementRuleScorePercent 50
|
||||||
gts gameAdvertisementRuleTimeLeft 2
|
gts gameAdvertisementRuleTimeLeft 2
|
||||||
|
gts teamCount 1
|
@ -35,3 +35,4 @@ gts playerNumLives "0" // Number of Lives - The number
|
|||||||
|
|
||||||
gts useEmblemInsteadOfFactionIcon "1" // Show player's art on scoreboard
|
gts useEmblemInsteadOfFactionIcon "1" // Show player's art on scoreboard
|
||||||
gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear you.
|
gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear you.
|
||||||
|
teamCount 1
|
@ -30,6 +30,7 @@ gts inactivityKick "120" // Kick players that's AFK
|
|||||||
gts allowFinalKillcam "1" // Controls whether the final killcam is played.
|
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 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 disableClassSelection "1" // Disable CAC for prop hunt.
|
||||||
|
gts allowInGameTeamChange "0" // Keep it 0
|
||||||
|
|
||||||
gts timelimit "4" // Time limit of the game.
|
gts timelimit "4" // Time limit of the game.
|
||||||
gts scorelimit "0" // Score limit reach to end the game.
|
gts scorelimit "0" // Score limit reach to end the game.
|
||||||
|
@ -45,3 +45,4 @@ gts roundStartExplosiveDelay "0"
|
|||||||
|
|
||||||
gts gameAdvertisementRuleScorePercent "35"
|
gts gameAdvertisementRuleScorePercent "35"
|
||||||
gts gameAdvertisementRuleTimeLeft "1.5"
|
gts gameAdvertisementRuleTimeLeft "1.5"
|
||||||
|
teamCount 1
|
Loading…
x
Reference in New Issue
Block a user