diff --git a/.gitignore b/.gitignore index a63e3537..37f9bc41 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,7 @@ SourceArt/**/*.png SourceArt/**/*.tga # Binary Files -# Binaries/* +Binaries/* # Plugins/**/Binaries/* -- don't exclude this, it's needed for the build # Builds diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 7a3cdda3..cb14cba1 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -248,7 +248,7 @@ GameDefaultMap=/Game/Map/SelectLevel.SelectLevel GlobalDefaultGameMode=/Game/GameBP/GameModes/BP_LuckyRobotsGameMode.BP_LuckyRobotsGameMode_C GlobalDefaultServerGameMode=/Game/luckyBot/blueprint/gameBP/luckycar.luckycar_C GameInstanceClass=/Game/GameBP/Core/BP_LuckyRobotsGameInstance.BP_LuckyRobotsGameInstance_C -EditorStartupMap=/Game/Map/SelectLevel.SelectLevel +EditorStartupMap=/Game/Map/Test_Level.Test_Level [/Script/LinuxTargetPlatform.LinuxTargetSettings] SpatializationPlugin= @@ -324,3 +324,4 @@ MaxAgentRadius=100.000000 +ActiveGameNameRedirects=(OldGameName="/Script/TP_VehicleAdv",NewGameName="/Script/LuckyWorldV2") +ActiveGameNameRedirects=(OldGameName="Luckyrobots",NewGameName="/Script/LuckyWorldV2") +ActiveGameNameRedirects=(OldGameName="/Script/Luckyrobots",NewGameName="/Script/LuckyWorldV2") + diff --git a/LuckyWorldV2.uproject b/LuckyWorldV2.uproject index 126190b6..fd97d820 100644 --- a/LuckyWorldV2.uproject +++ b/LuckyWorldV2.uproject @@ -23,6 +23,21 @@ "Editor" ] }, + { + "Name": "AsyncLoadingScreen", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8" + }, + { + "Name": "FileHelper", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bec5be3d587f4ff49a61d45d0e81e4c0" + }, + { + "Name": "VaRest", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f" + }, { "Name": "CineCameraSceneCapture", "Enabled": true @@ -32,8 +47,32 @@ "Enabled": true }, { - "Name": "RawInput", + "Name": "HDRIBackdrop", "Enabled": true + }, + { + "Name": "BlueprintJson", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f837e4835fbc434a853fe1ead2410b84" + }, + { + "Name": "FSR3MovieRenderPipeline", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win64" + ] + }, + { + "Name": "FSR3", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win64" + ] } + ], + "TargetPlatforms": [ + "Windows", + "Linux", + "Mac" ] } \ No newline at end of file diff --git a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.exp b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.exp index 2bef2a21..4cab3b40 100644 Binary files a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.exp and b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.exp differ diff --git a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.exp b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.exp index 48561326..7a702ba3 100644 Binary files a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.exp and b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.exp differ diff --git a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.exp b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.exp index 9ebbd12e..dc90f243 100644 Binary files a/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.exp and b/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.exp differ