48 lines
2.9 KiB
INI
48 lines
2.9 KiB
INI
//Don't touch the first 3 lines below here.
|
|
exec "gamedata/gamesettings/mp/gamesettings_default.cfg"
|
|
exec "gamedata/configs/common/default_xboxlive.cfg"
|
|
gts wagermatchhud "1"
|
|
|
|
// Below this line you may uncomment the " // " commands and edit to your liking.
|
|
// If you unsure the default command. you can always " // " them back for later custom gameplay.
|
|
|
|
gts gunSelection "1" // Setback Weapon. The weapon that will set players back in points. (0 = None 1 = Combat Axe 2 = Crossbow 3 = Ballistic Knife)
|
|
gts prematchrequirement "0" // (0-10) Number of players on each team or the total number of players before the pre-match countdown will start.
|
|
gts prematchrequirementtime "0" // (0-60) The amount of time before the match will start.
|
|
gts prematchperiod 20 // The amount of time before the game starts. (Give weak potato players a chance to load in and not spawn.)
|
|
gts preroundperiod "10" // The amount of time before a round starts.
|
|
gts inactivityKick "120" // Kick players that's AFK
|
|
gts allowInGameTeamChange "0" // Allow team change..not sure why this is on SAS
|
|
gts disableClassSelection "1" // Disable CAC for GunGame.
|
|
gts allowSpectating "1" // Allow players to spectate other players or CODcasting.
|
|
gts spectateType "1" // 0 disabled, 1 team only, 2 freelook, 3 team only spectate splitscreen players only
|
|
|
|
gts timelimit "5" // Time limit of the game.
|
|
gts scorelimit "0" // Score limit reach to end the game.
|
|
gts roundlimit "1"
|
|
|
|
|
|
gts forceRadar "1" // Enable UAV all the time
|
|
gts timecount "1"
|
|
gts loadoutKillstreaksEnabled "0" // Disable Killstreaks for SAS.
|
|
gts disableVehicleSpawners "1" // This should disable robots from the DLC map Rupture by setting this to 1
|
|
gts disableweapondrop "1" // No weapons on the ground for SAS.
|
|
gts perksEnabled "0" // Disable Perks on SAS
|
|
//gts disallowprone "0" // Don't allow players to lay down.
|
|
gts playerNumLives "0" // Number of Lives - The number of times each player can die before they are no longer allowed to respawn. (0-25)
|
|
//gts playerMaxHealth "100" // Percent of Health players will have on Respawn.
|
|
//gts onlyHeadshots "0" // Headshots only
|
|
|
|
gts useEmblemInsteadOfFactionIcon "1" // Show player's art on scoreboard
|
|
gts voipEveryoneHearsEveryone "1" // Everyone on voice chat hear you.
|
|
|
|
|
|
gts pointsPerPrimaryKill "10"
|
|
gts pointsPerSecondaryKill "10"
|
|
gts pointsPerPrimaryGrenadeKill "5"
|
|
gts pointsPerMeleeKill "5"
|
|
gts roundStartExplosiveDelay "0"
|
|
|
|
gts gameAdvertisementRuleScorePercent "35"
|
|
gts gameAdvertisementRuleTimeLeft "1.5"
|
|
teamCount 1 |