mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-08 03:37:58 -05:00
Upload files to 'T6/gamesettings'
This commit is contained in:
parent
ec90a75638
commit
56b076c689
28
T6/gamesettings/dom.cfg
Normal file
28
T6/gamesettings/dom.cfg
Normal file
@ -0,0 +1,28 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_dom.cfg
|
||||
set_gametype dom
|
||||
|
||||
|
||||
// Below this line you may uncomment the " // " commands and edit to your liking.
|
||||
// If you unsure the defualt 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 5 // Time limit of the game.
|
||||
gts scorelimit 200 // Score limit reach to end the game.
|
||||
gts roundLimit 2 // The number of rounds that will be played before the game ends.
|
||||
gts roundswitch 1 // The number of rounds to play before teams switch sides.
|
||||
|
||||
//gts captureTime 10 // Capture Time. The amount of time it takes to capture an objective.
|
||||
|
||||
//Hardcore Mode
|
||||
//gts hardcoreMode "1" // Enable hardcore mode.
|
||||
//gts friendlyfiretype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared.
|
||||
//gts playerHealthRegenTime "0" // Time it takes you to recover damage.
|
||||
//gts playerMaxHealth "30" // Percent of Health players will have on Respawn.
|
||||
//gts allowKillcam "0" // Allow Killcam.
|
||||
//gts allowbattlechatter "0" // Shut player dialogues up.
|
||||
//gts teamKillPunishCount "3" // Kick constant Team killers out of your server.
|
13
T6/gamesettings/gun.cfg
Normal file
13
T6/gamesettings/gun.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_gun.cfg
|
||||
set_gametype gun
|
||||
|
||||
//Below this line you may uncomment the commands and edit to your liking.
|
||||
|
||||
//gts timelimit 10 // Time limit of the game.
|
||||
//gts scorelimit 0 // Score limit reach to end the game.
|
||||
|
||||
//gts setbacks 1 // Setbacks. How much weapon progression a player loses when knifed. (1-10)
|
||||
//gts gunSelection 0 // Ladder. Determines which set of weapons the game uses (0 = Normal. 1 = Close Quarters. 2 = Marksman. 3 = Random.)
|
||||
//gts forceradar 1 // Control if the Mini-map (sometimes called Radar) is always on, sweeping in waves or uses the normal game rules.
|
20
T6/gamesettings/hq.cfg
Normal file
20
T6/gamesettings/hq.cfg
Normal file
@ -0,0 +1,20 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_hq.cfg
|
||||
set_gametype hq
|
||||
|
||||
// Below this line you may uncomment the " // " commands and edit to your liking.
|
||||
// If you unsure the defualt 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 15 // Time limit of the game.
|
||||
gts scorelimit 250 // Score limit reach to end the game.
|
||||
//gts teamCount 2 // Set this higher if you want Multi-Team Deathmatch that was cut from playlist. (2-6)
|
||||
|
||||
//gts captureTime 0 // Capture Time. The amount of time it takes to capture an objective.
|
||||
//gts autoDestroyTime 20 // Lifetime. The amount of time an objective is active.
|
||||
//gts objectiveSpawnTime 0 // Activation Delay Time. The amount of time before the next objective becomes active.
|
||||
//gts randomObjectiveLocations 2 // Locations. The order in which the objectives will appear. (0 = Liner 2 = Random After First)
|
21
T6/gamesettings/koth.cfg
Normal file
21
T6/gamesettings/koth.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_koth.cfg
|
||||
set_gametype koth
|
||||
|
||||
// Below this line you may uncomment the " // " commands and edit to your liking.
|
||||
// If you unsure the defualt 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 10 // Time limit of the game.
|
||||
gts scorelimit 250 // Score limit reach to end the game.
|
||||
//gts teamCount 2 // Set this higher if you want Multi-Team Deathmatch that was cut from playlist. (2-6)
|
||||
|
||||
//gts captureTime 0 // Capture Time. The amount of time it takes to capture an objective.
|
||||
//gts autoDestroyTime 20 // Lifetime. The amount of time an objective is active.
|
||||
//gts objectiveSpawnTime 0 // Activation Delay Time. The amount of time before the next objective becomes active.
|
||||
//gts randomObjectiveLocations 0 // Locations. The order in which the objectives will appear. (0 = Liner 2 = Random After First)
|
||||
//gts scorePerPlayer 0 // Scoring. Determines if the team gets score at a constant rate or if more points are awarded when more players occupy the hardpoint.
|
15
T6/gamesettings/oic.cfg
Normal file
15
T6/gamesettings/oic.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_oic.cfg
|
||||
set_gametype oic
|
||||
|
||||
//Below this line you may uncomment the commands and edit to your liking.
|
||||
|
||||
//gts timelimit 10 // Time limit of the game.
|
||||
//gts scorelimit 0 // Score limit reach to end the game.
|
||||
|
||||
//gts pointsPerWeaponKill 10 // Weapon Kills. The number of points received for each kill with Weapons.
|
||||
//gts pointsPerMeleeKill 10 // Melee Kills. The number of points received for each kill with the Knife.
|
||||
//gts pointsForSurvivalBonus 5 // The amount of points received when another player is eliminated.
|
||||
//gts playerNumlives 3 // How many lives left on each player before the game ends.
|
||||
//gts forceradar 1 // Control if the Mini-map (sometimes called Radar) is always on, sweeping in waves or uses the normal game rules.
|
29
T6/gamesettings/oneflag.cfg
Normal file
29
T6/gamesettings/oneflag.cfg
Normal file
@ -0,0 +1,29 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_oneflag.cfg
|
||||
set_gametype oneflag
|
||||
|
||||
// Below this line you may uncomment the " // " commands and edit to your liking.
|
||||
// If you unsure the defualt 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 10 // Time limit of the game.
|
||||
gts scorelimit 3 // Score limit reach to end the game.
|
||||
//gts roundLimit 2 // The number of rounds that will be played before the game ends.
|
||||
|
||||
//gts enemyCarrierVisible 2 // Enemy Carrier. How and if the enemy appears on the minimap. (0 = No. 1 = Yes. 2 = Delayed.)
|
||||
//gts idleFlagResetTime 30 // The time before a flag is automatically returned to base.
|
||||
//gts captureTime 0 // Pickup Time. The amoun of time it takes to pickup the enemy flag.
|
||||
//gts flagRespawnTime 10 // Flag Respawn Time. The amount of time it takes for the flag to return to its neutral location after being captured.
|
||||
//gts playerRespawnDelay 5 // The amount of time a player has to wait before respawning.
|
||||
|
||||
// Win Condition
|
||||
// Determines how the game is scored.
|
||||
// If this option is set to Round Wins, the first team to reach the Round Win Limit wins. Each round is won by the team who reaches the Round Capture Limit first.
|
||||
// If this option is set to Total Flag Captures, the first team to reach the Score Limit or the team with the most flags when time expires wins. Flags captured carry over to the next round.
|
||||
// 0 - Round Wins (Default)
|
||||
// 1 - Total Flag Captures
|
||||
//gts roundscorecarry 0
|
18
T6/gamesettings/sas.cfg
Normal file
18
T6/gamesettings/sas.cfg
Normal file
@ -0,0 +1,18 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_sas.cfg
|
||||
set_gametype sas
|
||||
|
||||
//Below this line you may uncomment the commands and edit to your liking.
|
||||
|
||||
//gts timelimit 5 // Time limit of the game.
|
||||
//gts scorelimit 0 // Score limit reach to end the game.
|
||||
|
||||
//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 setbacks 0 // How many points a player loses when killed with the Setback weapon. If no weapon is set, then this won't have any impact on the game. A player's score can never be lower than zero.
|
||||
//gts pointsPerPrimaryKill 10 // Crossbow Kills. The number of points received for each kill with the Crossbow. (0-25)
|
||||
//gts pointsPerSecondaryKill 10 // Ballistic Knife Kills. The number of points received for each kill with the Ballistic Knife. (0-25)
|
||||
//gts pointsPerPrimaryGrenadeKill 5 // Combat Axe Kills. The number of points received for each kill with the Combat Axe. (0-25)
|
||||
//gts pointsPerMeleeKill 5 // Melee Kills. The number of points received for each kill with the Knife.
|
||||
|
||||
//gts forceradar 1 // Control if the Mini-map (sometimes called Radar) is always on, sweeping in waves or uses the normal game rules.
|
22
T6/gamesettings/sd.cfg
Normal file
22
T6/gamesettings/sd.cfg
Normal file
@ -0,0 +1,22 @@
|
||||
//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 defualt 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.
|
14
T6/gamesettings/shrp.cfg
Normal file
14
T6/gamesettings/shrp.cfg
Normal file
@ -0,0 +1,14 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_shrp.cfg
|
||||
set_gametype shrp
|
||||
|
||||
//Below this line you may uncomment the commands and edit to your liking.
|
||||
|
||||
//gts timelimit 10 // Time limit of the game.
|
||||
//gts scorelimit 0 // Score limit reach to end the game.
|
||||
|
||||
//gts pointsPerWeaponKill 10 // Melee Kills. The number of points received for each kill with the Knife. (0-25)
|
||||
//gts pointsForSurvivalBonus 5 // Survivor Bonus. The amount of points received when another player is eliminated. (0-25)
|
||||
|
||||
//gts forceradar 1 // Control if the Mini-map (sometimes called Radar) is always on, sweeping in waves or uses the normal game rules.
|
30
T6/gamesettings/tdm.cfg
Normal file
30
T6/gamesettings/tdm.cfg
Normal file
@ -0,0 +1,30 @@
|
||||
//Don't touch the first 3 lines below here.
|
||||
exec gamesettings_default.cfg
|
||||
exec gamesettings_tdm.cfg
|
||||
set_gametype tdm
|
||||
|
||||
// Below this line you may uncomment the " // " commands and edit to your liking.
|
||||
// If you unsure the defualt 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 10 // Time limit of the game.
|
||||
gts scorelimit 75 // Score limit reach to end the game.
|
||||
gts teamCount 2 // Set this higher if you want Multi-Team Deathmatch that was cut from playlist. (2-6)
|
||||
gts roundLimit 1 // The number of rounds that will be played before the game ends.
|
||||
|
||||
//gts teamScorePerKill 1 // Points per Kill - The number of points for each kill. (0-25)
|
||||
//gts teamScorePerDeath 0 // Points per Death - The number of points your team loses for each death. Points can never be lower than zero. (0-25)
|
||||
//gts teamScorePerHeadshot 0 // Headshot Bonus Points - Extra points awarded if the kill is a headshot in addition to the points per kill. (0-25)
|
||||
//gts playerNumLives 0 // Number of Lives - The number of times each player can die before they are no longer allowed to respawn. (0-25)
|
||||
|
||||
//Hardcore Mode
|
||||
//gts hardcoreMode "1" // Enable hardcore mode.
|
||||
//gts friendlyfiretype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared.
|
||||
//gts playerHealthRegenTime "0" // Time it takes you to recover damage.
|
||||
//gts playerMaxHealth "30" // Percent of Health players will have on Respawn.
|
||||
//gts allowKillcam "0" // Allow Killcam.
|
||||
//gts allowbattlechatter "0" // Shut player dialogues up.
|
||||
//gts teamKillPunishCount "3" // Kick constant Team killers out of your server.
|
Loading…
x
Reference in New Issue
Block a user