Make game map the default map.
This commit is contained in:
parent
96c8c6ecf2
commit
6f6f608a2d
|
@ -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
|
||||
|
|
|
@ -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)
BIN
Content/Custom/Maps/GameMap.umap (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue