feat: change default map

This commit is contained in:
2025-12-05 18:14:09 +08:00
parent 6aaa7ebe11
commit f49735bcfe

View File

@@ -4,16 +4,16 @@
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) +EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/FirstPerson/Lvl_FirstPerson.Lvl_FirstPerson EditorStartupMap=/Game/Surviver/Surviver.Surviver
LocalMapOptions= LocalMapOptions=
TransitionMap= TransitionMap=
bUseSplitscreen=True bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop ThreePlayerSplitscreenLayout=FavorTop
GameInstanceClass=/Script/Engine.GameInstance GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/FirstPerson/Lvl_FirstPerson.Lvl_FirstPerson GameDefaultMap=/Game/Surviver/Surviver.Surviver
ServerDefaultMap=/Engine/Maps/Entry ServerDefaultMap=/Engine/Maps/Entry
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C GlobalDefaultGameMode=/Script/FirstPersonDemo.SurviverGameMode
GlobalDefaultServerGameMode=None GlobalDefaultServerGameMode=None
[/Script/Engine.RendererSettings] [/Script/Engine.RendererSettings]
@@ -116,4 +116,5 @@ ManualIPAddress=
[CoreRedirects] [CoreRedirects]
+ClassRedirects=(OldName="/Script/FirstPersonDemo.SuriverPlayer",NewName="/Script/FirstPersonDemo.SurviverPlayer") +ClassRedirects=(OldName="/Script/FirstPersonDemo.SuriverPlayer",NewName="/Script/FirstPersonDemo.SurviverPlayer")