34 lines
2.2 KiB
INI
34 lines
2.2 KiB
INI
|
//Don't touch the first 2 lines below here.
|
||
|
exec "gamedata/gamesettings/mp/gamesettings_default.cfg"
|
||
|
exec "gamedata/configs/common/default_xboxlive.cfg"
|
||
|
|
||
|
// 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 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 "0" // The amount of time before the game starts.
|
||
|
gts preroundperiod "10" // The amount of time before a round starts.
|
||
|
gts inactivityKick "120" // Kick players that's AFK
|
||
|
gts allowSpectating "1" // Allow players to spectate other players or CODcasting. (Could be used as screen cheating)
|
||
|
//gts spectateType "1" // 0 disabled, 1 team only, 2 freelook, 3 team only spectate splitscreen players only
|
||
|
gts allowInGameTeamChange "0" // Allow players to switch teams?
|
||
|
gts autoTeamBalance "1" // Automatically assign players to teams
|
||
|
gts allowFinalKillcam "0" // Controls whether the final killcam is played.
|
||
|
gts disableCAC "0"
|
||
|
gts disableClassSelection "1"
|
||
|
gts loadoutKillstreaksEnabled "0" // Disable Killstreaks by setting this to 0
|
||
|
//gts perksEnabled "1" // Disable Perks by setting this to 0
|
||
|
//gts disableVehicleSpawners "0" // This should disable robots from the DLC map Rupture by setting this to 1
|
||
|
//gts disableweapondrop "0" // No weapons on the ground.
|
||
|
//gts disallowprone "0" // Don't allow players to lay down.
|
||
|
gts disableTacInsert "1" // Disable Tactical Insertion.
|
||
|
|
||
|
|
||
|
|
||
|
gts timelimit "15" // Time limit of the game.
|
||
|
gts scorelimit "0" // Score limit reach to end the game.
|
||
|
gts roundswitch "0"
|
||
|
gts teamCount "1"
|
||
|
|