feat: change default map
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/FirstPerson/Lvl_FirstPerson.Lvl_FirstPerson
|
||||
EditorStartupMap=/Game/Surviver/Surviver.Surviver
|
||||
LocalMapOptions=
|
||||
TransitionMap=
|
||||
bUseSplitscreen=True
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/FirstPerson/Lvl_FirstPerson.Lvl_FirstPerson
|
||||
GameDefaultMap=/Game/Surviver/Surviver.Surviver
|
||||
ServerDefaultMap=/Engine/Maps/Entry
|
||||
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
|
||||
GlobalDefaultGameMode=/Script/FirstPersonDemo.SurviverGameMode
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
@@ -117,3 +117,4 @@ ManualIPAddress=
|
||||
|
||||
[CoreRedirects]
|
||||
+ClassRedirects=(OldName="/Script/FirstPersonDemo.SuriverPlayer",NewName="/Script/FirstPersonDemo.SurviverPlayer")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user