From f24ecb6dc75c940d70a6027a3f01ad05723fcc1f Mon Sep 17 00:00:00 2001 From: x-o-i-o-x <103693092+x-o-i-o-x@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:49:46 +0200 Subject: [PATCH] save game --- Config/DefaultEngine.ini | 1 + Content/Framework/BP_ShooterMenuController.uasset | 3 +++ Content/Framework/BP_ShooterMenuPawn.uasset | 3 +++ Content/Framework/BP_ShooterMenu_Gamemode.uasset | 3 +++ Content/Framework/BP_Shooter_Gameinstance.uasset | 3 +++ Content/Framework/BP_Shooter_PlayerController.uasset | 3 +++ Content/Framework/BP_Template_Game_Mode.uasset | 4 ++-- Content/SavedData/SG_PlayerProfile.uasset | 3 +++ Content/SavedData/S_PlayerProfile.uasset | 3 +++ Content/Widgets/WB_MainMenu.uasset | 3 +++ Content/_Maps/Menu/LobbyMenu_Map.umap | 3 +++ Content/_Maps/Menu/MainMenu_Map.umap | 3 +++ 12 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 Content/Framework/BP_ShooterMenuController.uasset create mode 100644 Content/Framework/BP_ShooterMenuPawn.uasset create mode 100644 Content/Framework/BP_ShooterMenu_Gamemode.uasset create mode 100644 Content/Framework/BP_Shooter_Gameinstance.uasset create mode 100644 Content/Framework/BP_Shooter_PlayerController.uasset create mode 100644 Content/SavedData/SG_PlayerProfile.uasset create mode 100644 Content/SavedData/S_PlayerProfile.uasset create mode 100644 Content/Widgets/WB_MainMenu.uasset create mode 100644 Content/_Maps/Menu/LobbyMenu_Map.umap create mode 100644 Content/_Maps/Menu/MainMenu_Map.umap diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 74c1b3a..d85eb2e 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -4,6 +4,7 @@ GameDefaultMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby +GameInstanceClass=/Game/Framework/BP_Shooter_Gameinstance.BP_Shooter_Gameinstance_C [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 diff --git a/Content/Framework/BP_ShooterMenuController.uasset b/Content/Framework/BP_ShooterMenuController.uasset new file mode 100644 index 0000000..c7c0308 --- /dev/null +++ b/Content/Framework/BP_ShooterMenuController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7ccdf10923898b3658933f5aeae7611f278ca8588adaec6cb3e178646ac374 +size 19766 diff --git a/Content/Framework/BP_ShooterMenuPawn.uasset b/Content/Framework/BP_ShooterMenuPawn.uasset new file mode 100644 index 0000000..de1661e --- /dev/null +++ b/Content/Framework/BP_ShooterMenuPawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d566a3f70b8e2072ab0137548ae8c4860ef579f675b6ffa2f4c032df85fa7f7 +size 22511 diff --git a/Content/Framework/BP_ShooterMenu_Gamemode.uasset b/Content/Framework/BP_ShooterMenu_Gamemode.uasset new file mode 100644 index 0000000..7e0321f --- /dev/null +++ b/Content/Framework/BP_ShooterMenu_Gamemode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e6a4e95fa229b374c012bd51d4c620c581ac407ed43e65568e2548d506f49 +size 21171 diff --git a/Content/Framework/BP_Shooter_Gameinstance.uasset b/Content/Framework/BP_Shooter_Gameinstance.uasset new file mode 100644 index 0000000..ab0f2e0 --- /dev/null +++ b/Content/Framework/BP_Shooter_Gameinstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaec0d59552cb231547295138232c3889eab683d5225ef6fde0ee042839eff16 +size 123246 diff --git a/Content/Framework/BP_Shooter_PlayerController.uasset b/Content/Framework/BP_Shooter_PlayerController.uasset new file mode 100644 index 0000000..5b038ef --- /dev/null +++ b/Content/Framework/BP_Shooter_PlayerController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efd0e5442447fa0227db1f080f85b51f53e0cc04fe1d176a20249c8c0e21394 +size 32949 diff --git a/Content/Framework/BP_Template_Game_Mode.uasset b/Content/Framework/BP_Template_Game_Mode.uasset index 3441acd..bfc70de 100644 --- a/Content/Framework/BP_Template_Game_Mode.uasset +++ b/Content/Framework/BP_Template_Game_Mode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e6d1cc23d558883013b000aaa7bff723a8eafff193228dfc20e7dead73f12c3 -size 20895 +oid sha256:6e1ee44dd964ee4fe4927d3e122963adecb619844d2d9aecf05097b3ae3cb097 +size 21124 diff --git a/Content/SavedData/SG_PlayerProfile.uasset b/Content/SavedData/SG_PlayerProfile.uasset new file mode 100644 index 0000000..24c9eb7 --- /dev/null +++ b/Content/SavedData/SG_PlayerProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7b7257f97e56f116b632e6c3320f06b526973badfba7b357bc24d1baa3fa07 +size 8526 diff --git a/Content/SavedData/S_PlayerProfile.uasset b/Content/SavedData/S_PlayerProfile.uasset new file mode 100644 index 0000000..4354280 --- /dev/null +++ b/Content/SavedData/S_PlayerProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be4ed55523fa229a0088c949543e1d9b93282a58dadc578db5a248553474866 +size 3887 diff --git a/Content/Widgets/WB_MainMenu.uasset b/Content/Widgets/WB_MainMenu.uasset new file mode 100644 index 0000000..b653fbb --- /dev/null +++ b/Content/Widgets/WB_MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa20c3ffcf3e9ffde3c4a1462fd94089f1cfae85c0eeda13408d3dd4a86ba3df +size 69526 diff --git a/Content/_Maps/Menu/LobbyMenu_Map.umap b/Content/_Maps/Menu/LobbyMenu_Map.umap new file mode 100644 index 0000000..522e2f7 --- /dev/null +++ b/Content/_Maps/Menu/LobbyMenu_Map.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06f429bc9437621bdf05568ab3bf6404d0d9dd45d73b15dc4bb6548356fb47e +size 40491 diff --git a/Content/_Maps/Menu/MainMenu_Map.umap b/Content/_Maps/Menu/MainMenu_Map.umap new file mode 100644 index 0000000..417317c --- /dev/null +++ b/Content/_Maps/Menu/MainMenu_Map.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833bff35d6d717da32a1f922dd5293ed1a36f67bd76e35d8c482e05cdf2181a2 +size 30438