diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index b461505..bf14037 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -5,6 +5,7 @@ GameDefaultMap=/Game/_Maps/Menu/MainMenu_Map.MainMenu_Map 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 +ServerDefaultMap=/Game/_Maps/Menu/LobbyMenu_Map.LobbyMenu_Map [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 diff --git a/Content/Framework/BP_Shooter_Gameinstance.uasset b/Content/Framework/BP_Shooter_Gameinstance.uasset index 805edaf..5e6cb8f 100644 --- a/Content/Framework/BP_Shooter_Gameinstance.uasset +++ b/Content/Framework/BP_Shooter_Gameinstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94145306b126a5e7b53d4955bea0fe95ed8b98a8bcf83a0ca0cdab72075874c0 -size 229971 +oid sha256:b7e970624ada219639340585394512bceea8e439e87c647ad888391ddccdb4be +size 229055 diff --git a/Content/_Maps/Football/Football_Lobby.umap b/Content/_Maps/Football/Football_Lobby.umap index d8b0fa7..e76a5d2 100644 --- a/Content/_Maps/Football/Football_Lobby.umap +++ b/Content/_Maps/Football/Football_Lobby.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57c14c5eb150b4d91731cfcacd156a7d82868805dc1b85cdd91d0d11a56b725d -size 54664 +oid sha256:3d4403f29a96cd1cf75a362ca762707391c1d13e3f6f672eb9d5848b1c08b329 +size 70421 diff --git a/Content/_Maps/Football/Football_Lobby_BuiltData.uasset b/Content/_Maps/Football/Football_Lobby_BuiltData.uasset new file mode 100644 index 0000000..c3fb9f0 --- /dev/null +++ b/Content/_Maps/Football/Football_Lobby_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cbb635f08b0f6ac689980ccccc429ced98db1ab57cd1ae80dfb1586bb6caf5 +size 66774 diff --git a/Content/_Maps/Football/NewBlueprint.uasset b/Content/_Maps/Football/NewBlueprint.uasset deleted file mode 100644 index 19c8fa7..0000000 --- a/Content/_Maps/Football/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deed9f18e1cb867505bf6c2be5126abc4c314891125161028ce336538fc54862 -size 29299 diff --git a/Content/_Maps/Menu/LobbyMenu_Map.umap b/Content/_Maps/Menu/LobbyMenu_Map.umap index 2e62447..086a359 100644 --- a/Content/_Maps/Menu/LobbyMenu_Map.umap +++ b/Content/_Maps/Menu/LobbyMenu_Map.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dce338efdc22d13c059092d90185bc6eddeca045ec7a655e7937db088a56a48 -size 59361 +oid sha256:f9b3ad7f46d8908129a0732cc79ff62eb2ac9d7b6f1d95e18bc4e2dca0e393aa +size 59026 diff --git a/Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset b/Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset new file mode 100644 index 0000000..62879f9 --- /dev/null +++ b/Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6305055b356a91ba530ae1cdabe2e46c77cddb24ff6b48b7550fddfa0b70ae1a +size 21994 diff --git a/Content/_Maps/Menu/MainMenu_Map.umap b/Content/_Maps/Menu/MainMenu_Map.umap index 417317c..c8e4a3c 100644 --- a/Content/_Maps/Menu/MainMenu_Map.umap +++ b/Content/_Maps/Menu/MainMenu_Map.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:833bff35d6d717da32a1f922dd5293ed1a36f67bd76e35d8c482e05cdf2181a2 -size 30438 +oid sha256:be09a755c3a8fadf4a383d96037f10a28243826312c4c8063213c96a71f29170 +size 29368 diff --git a/Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset b/Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset new file mode 100644 index 0000000..784b8c4 --- /dev/null +++ b/Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb372b61048fffacb01a1a9f08514e4fa8eca132da5e530bdce520bfac29668 +size 1314 diff --git a/MultiplayerShooter.uproject b/MultiplayerShooter.uproject index 4e96574..e3c6003 100644 --- a/MultiplayerShooter.uproject +++ b/MultiplayerShooter.uproject @@ -15,5 +15,11 @@ "Name": "MultiUserClient", "Enabled": true } + ], + "TargetPlatforms": [ + "Linux", + "LinuxArm64", + "Mac", + "Windows" ] } \ No newline at end of file