mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-12-15 23:07:49 +00:00
Rework the gamesettings folder to be more like PlutoT6
This commit is contained in:
@@ -1,12 +1,29 @@
|
||||
gametype_setting scorelimit 60
|
||||
gametype_setting timelimit 10
|
||||
gametype_setting teamCount 2
|
||||
gametype_setting teamScorePerKill 0
|
||||
gametype_setting teamScorePerCleanDeposit 1
|
||||
gametype_setting cleanDepositOfflineTime 0
|
||||
gametype_setting cleanDepositOnlineTime 60
|
||||
gametype_setting cleanDepositRotation 1
|
||||
//Don't touch the first 2 lines below here.
|
||||
exec "gamedata/gamesettings/mp/gamesettings_default.cfg"
|
||||
exec "gamedata/configs/common/default_xboxlive.cfg"
|
||||
|
||||
// Copied from KOTH
|
||||
gametype_setting scoreHeroPowerGainFactor 0.646 //Score earned towards Hero Weapons and Abilities are multiplied by this factor
|
||||
gametype_setting scoreHeroPowerTimeFactor 0.646
|
||||
// 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 "15" // The amount of time before the game starts.
|
||||
gts preroundperiod "5" // 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.
|
||||
gts spectateType "1" // 0 disabled, 1 team only, 2 freelook, 3 team only spectate splitscreen players only
|
||||
gts allowInGameTeamChange "1" // Allow players to switch teams?
|
||||
gts autoTeamBalance "1" // Automatically assign players to teams
|
||||
gts allowFinalKillcam "1" // Controls whether the final killcam is played.
|
||||
|
||||
gts timelimit "10" // Time limit of the game.
|
||||
gts scorelimit "60" // Score limit reach to end the game.
|
||||
gts teamCount "2"
|
||||
gts teamScorePerKill "0"
|
||||
gts teamScorePerCleanDeposit "1" // Points awarded to the team when depositing a fragment.
|
||||
gts cleanDepositOfflineTime "0"
|
||||
gts cleanDepositOnlineTime "60" // The amount of team each fracture site is active.
|
||||
gts cleanDepositRotation "1"
|
||||
|
||||
gts scoreHeroPowerGainFactor "0.646" // Score earned towards Hero Weapons and Abilities are multiplied by this factor
|
||||
gts scoreHeroPowerTimeFactor "0.646"
|
||||
|
||||
Reference in New Issue
Block a user