From 1d0080239c695c776f71c552c4916d1b8a2e749c Mon Sep 17 00:00:00 2001 From: kolbakilu Date: Sun, 26 Jan 2025 12:58:12 +0200 Subject: [PATCH 1/2] create game over screen. --- Content/Custom/Audio/sulps.uasset | 3 +++ Content/Custom/Blueprints/BP_WaterPlane.uasset | 4 ++-- Content/Custom/Menus/WBP_Game_Over_Menu.uasset | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Content/Custom/Audio/sulps.uasset create mode 100644 Content/Custom/Menus/WBP_Game_Over_Menu.uasset diff --git a/Content/Custom/Audio/sulps.uasset b/Content/Custom/Audio/sulps.uasset new file mode 100644 index 0000000..f5c3cc3 --- /dev/null +++ b/Content/Custom/Audio/sulps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a922769ec3b1bb6a47fda887071eb17564eebbb3adad0a81495cfc2e3b05cf76 +size 145022 diff --git a/Content/Custom/Blueprints/BP_WaterPlane.uasset b/Content/Custom/Blueprints/BP_WaterPlane.uasset index e4a3fe2..f6c94d5 100644 --- a/Content/Custom/Blueprints/BP_WaterPlane.uasset +++ b/Content/Custom/Blueprints/BP_WaterPlane.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f0bff539550d68222ca4264a542c1139c218c8c6ffb0aa65147323909fefbf2 -size 47047 +oid sha256:ada01c810a62ddabfc3d6f82e11e50dfa37ecfc21fa43931aea758c4728b564c +size 83337 diff --git a/Content/Custom/Menus/WBP_Game_Over_Menu.uasset b/Content/Custom/Menus/WBP_Game_Over_Menu.uasset new file mode 100644 index 0000000..8ab5cbf --- /dev/null +++ b/Content/Custom/Menus/WBP_Game_Over_Menu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94436ba26108ba234fe09620ad03069cdf44b74209a7c61b8aa867020e24844 +size 67694 From 6f6f608a2dac2a76f6c2f96d88f57891c82f2bcb Mon Sep 17 00:00:00 2001 From: kolbakilu Date: Sun, 26 Jan 2025 13:03:18 +0200 Subject: [PATCH 2/2] Make game map the default map. --- Config/DefaultEngine.ini | 4 ++-- Config/DefaultGame.ini | 3 ++- Content/Custom/Maps/GameMap.umap | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 8a23042..40d2e49 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -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 diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index d51746c..4eed146 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -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 + diff --git a/Content/Custom/Maps/GameMap.umap b/Content/Custom/Maps/GameMap.umap index bd72542..2d90470 100644 --- a/Content/Custom/Maps/GameMap.umap +++ b/Content/Custom/Maps/GameMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87bd9eef0dd7b4d3d85e77999b8c127b59e1a0f0ae7e9d410fe83cd7a28018cf -size 26324911 +oid sha256:28ae00c8aac1b9a8bc3e157a80b113ee87a28b3455903237c29a7950bf2a1172 +size 26325579