mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-11-09 14:56:52 +00:00
Adjust for new Project
This commit is contained in:
47
t7x/gamesettings/mp/gamesettings_prop.cfg
Normal file
47
t7x/gamesettings/mp/gamesettings_prop.cfg
Normal file
@@ -0,0 +1,47 @@
|
||||
//Don't touch the first 2 lines below here.
|
||||
exec "gamedata/gamesettings/mp/gamesettings_default.cfg"
|
||||
exec "gamedata/configs/common/default_xboxlive.cfg"
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// Please note that only these maps support Prop Hunt //
|
||||
// Make sure to change your sv_maprotation to only them! //
|
||||
////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// Aquarium - mp_biodome //
|
||||
// Combine - mp_sector //
|
||||
// Evac - mp_apartments //
|
||||
// Exodus - mp_chinatown //
|
||||
// Fringe - mp_veiled //
|
||||
// Hunted - mp_ethiopia //
|
||||
// Infection - mp_infection //
|
||||
// Redwood - mp_redwood //
|
||||
// Spire - mp_aerospace //
|
||||
// //
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
// 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 "10" // The amount of time before a round starts.
|
||||
gts inactivityKick "120" // Kick players that's AFK
|
||||
gts allowFinalKillcam "1" // Controls whether the final killcam is played.
|
||||
gts spectateType "3" // 0 disabled, 1 team only, 2 freelook, 3 team only spectate splitscreen players only
|
||||
gts disableClassSelection "1" // Disable CAC for prop hunt.
|
||||
gts allowInGameTeamChange "0" // Keep it 0
|
||||
|
||||
gts timelimit "4" // Time limit of the game.
|
||||
gts scorelimit "0" // Score limit reach to end the game.
|
||||
gts teamCount "2"
|
||||
gts roundLimit "4" // The number of rounds that will be played before the game ends.
|
||||
gts roundwinlimit "3"
|
||||
gts roundSwitch "1"
|
||||
gts playerNumLives "1" // Number of Lives - Keep it 1!
|
||||
|
||||
gts disableVehicleSpawners "1" // This should disable robots from the DLC map Rupture by setting this to 1 - keep it 1!
|
||||
|
||||
gts voipDeadChatWithDead "1"
|
||||
gts voipDeadChatWithTeam "0"
|
||||
gts voipDeadHearTeamLiving "0"
|
||||
Reference in New Issue
Block a user