Make game map the default map.

This commit is contained in:
kolbakilu 2025-01-26 13:03:18 +02:00
parent 96c8c6ecf2
commit 6f6f608a2d
3 changed files with 6 additions and 5 deletions

View File

@ -4,14 +4,14 @@
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
EditorStartupMap=/Game/Custom/Maps/GameMap.GameMap
LocalMapOptions=
TransitionMap=
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
GameDefaultMap=/Game/Custom/Maps/GameMap.GameMap
ServerDefaultMap=/Engine/Maps/Entry
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
GlobalDefaultServerGameMode=None

View File

@ -1,6 +1,6 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=6893833248F0DE513602D3A82B0AE27A
ProjectName=First Person BP Game Template
ProjectName=Scary Bog Game
[StartupActions]
bAddPacks=True
@ -8,3 +8,4 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[SectionsToSave]
+Section=StartupActions

BIN
Content/Custom/Maps/GameMap.umap (Stored with Git LFS)

Binary file not shown.