Browse Source

Update DefaultGame.ini

pull/117/head
Daniel Gibbs 4 years ago
committed by GitHub
parent
commit
88609710fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      Battalion1944/DefaultGame.ini

30
Battalion1944/DefaultGame.ini

@ -5,6 +5,7 @@
+GameModeClassAliases=(ShortName="DOM",GameClassName="ShooterGame.DOMGameMode") +GameModeClassAliases=(ShortName="DOM",GameClassName="ShooterGame.DOMGameMode")
+GameModeClassAliases=(ShortName="TUT",GameClassName="ShooterGame.TUTGameMode") +GameModeClassAliases=(ShortName="TUT",GameClassName="ShooterGame.TUTGameMode")
+GameModeClassAliases=(ShortName="HQ",GameClassName="ShooterGame.HQGameMode") +GameModeClassAliases=(ShortName="HQ",GameClassName="ShooterGame.HQGameMode")
+GameModeClassAliases=(ShortName="INF",GameClassName="ShooterGame.InfectionGameMode")
[/Script/Engine.GameSession] [/Script/Engine.GameSession]
bRequiresPushToTalk=true bRequiresPushToTalk=true
@ -199,6 +200,28 @@ WeaponSelectGracePeriod=0
MarketPath=Loadouts\MarketArcade0.json MarketPath=Loadouts\MarketArcade0.json
MaxPlayersPerTeam=12 MaxPlayersPerTeam=12
[/Script/ShooterGame.InfectionGameMode]
SetupRoundTime=10
RoundTime=600
NumNations=2
NumTeams=2
MaxGrenadesOnGround=0
MarketPath=Loadouts\MarketInfection.json
SurvivorVsInfectedThreshold = 6
RespawnDelay=0.5
FriendlyFire=false
PostRoundTime=5
NumRounds=1
InfectedMaxHealth=150
InfectedSpeedModifier=1.5
InfectedKnifeDamage=65
InfectionHealthRegenPercentage=0.5
AlliesVictoryXPBonus=1000
MaxGunsOnGround=0
RequiredPlayers=8
ShouldPickRandomSubmode=false
MapVotingEnabled=false
[/Script/ShooterGame.TUTGameMode] [/Script/ShooterGame.TUTGameMode]
ServerName=TRAINING ServerName=TRAINING
PlayMode=Arcade PlayMode=Arcade
@ -228,7 +251,7 @@ StratTime=5
RoundTime=600 RoundTime=600
PostRoundTime=8 PostRoundTime=8
PostRoundPauseTime=1 PostRoundPauseTime=1
PostMatchTime=30 PostMatchTime=60
WarmupRespawnTime=1 WarmupRespawnTime=1
DefaultReserveSlotTime = 120 DefaultReserveSlotTime = 120
CinematicsEnabled=true CinematicsEnabled=true
@ -319,6 +342,7 @@ TakeItemFromBotDistance=200
+ModeRotation=/Script/ShooterGame.TDMGameMode +ModeRotation=/Script/ShooterGame.TDMGameMode
+ModeRotation=/Script/ShooterGame.DOMGameMode +ModeRotation=/Script/ShooterGame.DOMGameMode
+ModeRotation=/Script/ShooterGame.CTFGameMode +ModeRotation=/Script/ShooterGame.CTFGameMode
+ModeRotation=/Script/ShooterGame.InfectionGameMode
+MapRotation=Coastal +MapRotation=Coastal
+MapRotation=Derailed +MapRotation=Derailed
+MapRotation=Liberation +MapRotation=Liberation
@ -331,6 +355,7 @@ TakeItemFromBotDistance=200
+MapRotation=Docks +MapRotation=Docks
+MapRotation=Goldrush +MapRotation=Goldrush
+MapRotation=Vanguard +MapRotation=Vanguard
+MapRotation=Manorhouse_Halloween
+AdminSteamIDs="00000000000000001" ; Admin 1 +AdminSteamIDs="00000000000000001" ; Admin 1
+AdminSteamIDs="00000000000000002" ; Admin 2 +AdminSteamIDs="00000000000000002" ; Admin 2
+ReportReasons="Aim Hacking+1" +ReportReasons="Aim Hacking+1"
@ -361,12 +386,14 @@ bStratMode = False
+AvailableMaps="AimKosak" +AvailableMaps="AimKosak"
+AvailableMaps="Aim_Liberation" +AvailableMaps="Aim_Liberation"
+AvailableMaps="Aim_Coastal" +AvailableMaps="Aim_Coastal"
+AvailableMaps="Manorhouse_Halloween"
+AvailableModes="WRT" +AvailableModes="WRT"
+AvailableModes="TDM" +AvailableModes="TDM"
+AvailableModes="CTF" +AvailableModes="CTF"
+AvailableModes="DOM" +AvailableModes="DOM"
+AvailableModes="FFA" +AvailableModes="FFA"
+AvailableModes="HQ" +AvailableModes="HQ"
+AvailableModes="Infection"
[/Script/UnrealEd.ProjectPackagingSettings] [/Script/UnrealEd.ProjectPackagingSettings]
BuildConfiguration=PPBC_Development BuildConfiguration=PPBC_Development
@ -418,4 +445,3 @@ WwiseMacInstallationPath=(FilePath="")
bAutoConnectToWAAPI=False bAutoConnectToWAAPI=False
SuppressWwiseProjectPathWarnings=False SuppressWwiseProjectPathWarnings=False
bUseWwiseVoice=True bUseWwiseVoice=True
bPlaySelfVoice=False

Loading…
Cancel
Save