Skip to content

Commit 1b71704

Browse files
committed
readded default level, ignoring StartereContent folder
1 parent ce22c3e commit 1b71704

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore StarterContent, will be added automatically
2+
Content/StarterContent/
3+
14
# Unreal dotSettings.user
25
SequenceUnreal.uproject.DotSettings.user
36

Config/DefaultEngine.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
[/Script/EngineSettings.GameMapsSettings]
4-
EditorStartupMap=/Game/Main.Main
4+
EditorStartupMap=/Game/StarterContent/Maps/Minimal_Default.Minimal_Default
55
LocalMapOptions=
66
TransitionMap=None
77
bUseSplitscreen=False
@@ -10,7 +10,7 @@ ThreePlayerSplitscreenLayout=FavorTop
1010
FourPlayerSplitscreenLayout=Grid
1111
bOffsetPlayerGamepadIds=False
1212
GameInstanceClass=/Script/Engine.GameInstance
13-
GameDefaultMap=/Game/Main.Main
13+
GameDefaultMap=/Game/StarterContent/Maps/Minimal_Default.Minimal_Default
1414
ServerDefaultMap=/Engine/Maps/Entry.Entry
1515
GlobalDefaultGameMode=/SequencePlugin/Core/Demonstration/GM_Sequence.GM_Sequence_C
1616
GlobalDefaultServerGameMode=None

Config/DefaultGame.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ProjectID=8F4908F147D21EABA451CCA80ECFA2DE
44
CopyrightNotice=Copyright 2024 Horizon Blockchain Games Inc. All rights reserved.
55

66
[StartupActions]
7-
bAddPacks=False
7+
bAddPacks=True
8+
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
89

910
[/Script/UnrealEd.ProjectPackagingSettings]
1011
BuildConfiguration=PPBC_Development

Content/Main.umap

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)