22 lines
1.4 KiB
INI
22 lines
1.4 KiB
INI
//Don't touch the first 3 lines below here.
|
|
exec gamesettings_default.cfg
|
|
exec gamesettings_sd.cfg
|
|
set_gametype sd
|
|
|
|
// 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 allowSpectating 1 // Allow players to spectate other players or CODcasting. (Could be used as screen cheating)
|
|
gts allowInGameTeamChange 1 // Allow players to switch teams?
|
|
gts autoTeamBalance 1 // Automatically assign players to teams
|
|
|
|
gts timelimit 2 // The amount of time each round will last before it ends.
|
|
gts scorelimit 4 // The number of rounds a team needs to win before the game ends.
|
|
|
|
//gts bombTimer 45 // Bomb Timer. The amount of time before the bomb detonates.
|
|
//gts plantTime 5 // Plant Time. The amount of time it takes to plant the bomb.
|
|
//gts defuseTime 5 // Defuse Time. The amount of time it takes to defuse the bomb.
|
|
//gts multiBomb 0 // Multi Bomb. Every attacking player gets a bomb.
|
|
//gts roundswitch 3 // The number of rounds to play before teams switch sides.
|
|
|
|
//gts silentPlant 0 // Players can hear the bomb being planted. |