diff --git a/ProjectFish/Binaries/Win64/ProjectFishEditor.target b/ProjectFish/Binaries/Win64/ProjectFishEditor.target index bd3949c..1116c58 100644 --- a/ProjectFish/Binaries/Win64/ProjectFishEditor.target +++ b/ProjectFish/Binaries/Win64/ProjectFishEditor.target @@ -21,38 +21,6 @@ "BuildId": "37670630" }, "BuildProducts": [ - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFish.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFish.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFishEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFishEditor.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, { "Path": "$(EngineDir)/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json", "Type": "RequiredResource" @@ -8040,17 +8008,41 @@ { "Path": "$(EngineDir)/Plugins/XGEController/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFish.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFish.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFishEditor.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-ProjectFishEditor.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" } ], "RuntimeDependencies": [ - { - "Path": "$(ProjectDir)/Plugins/DeskMode/DeskMode.uplugin", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/ProjectFish.uproject", - "Type": "UFS" - }, { "Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll", "Type": "NonUFS" @@ -33778,6 +33770,14 @@ { "Path": "$(EngineDir)/Plugins/XGEController/XGEController.uplugin", "Type": "UFS" + }, + { + "Path": "$(ProjectDir)/Plugins/DeskMode/DeskMode.uplugin", + "Type": "UFS" + }, + { + "Path": "$(ProjectDir)/ProjectFish.uproject", + "Type": "UFS" } ], "BuildPlugins": [ diff --git a/ProjectFish/Binaries/Win64/UnrealEditor-ProjectFish.dll b/ProjectFish/Binaries/Win64/UnrealEditor-ProjectFish.dll index feb522f..c34682d 100644 Binary files a/ProjectFish/Binaries/Win64/UnrealEditor-ProjectFish.dll and b/ProjectFish/Binaries/Win64/UnrealEditor-ProjectFish.dll differ diff --git a/ProjectFish/Content/Gameplay/Home/BP_HomeGameMode.uasset b/ProjectFish/Content/Gameplay/Home/BP_HomeGameMode.uasset new file mode 100644 index 0000000..0a7e137 Binary files /dev/null and b/ProjectFish/Content/Gameplay/Home/BP_HomeGameMode.uasset differ diff --git a/ProjectFish/Content/Gameplay/Home/BP_HomePlayerController.uasset b/ProjectFish/Content/Gameplay/Home/BP_HomePlayerController.uasset new file mode 100644 index 0000000..dc976b6 Binary files /dev/null and b/ProjectFish/Content/Gameplay/Home/BP_HomePlayerController.uasset differ diff --git a/ProjectFish/Content/Maps/Home.umap b/ProjectFish/Content/Maps/Home.umap new file mode 100644 index 0000000..c200d9d Binary files /dev/null and b/ProjectFish/Content/Maps/Home.umap differ diff --git a/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_FuncList.uasset b/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_FuncList.uasset new file mode 100644 index 0000000..73b3707 Binary files /dev/null and b/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_FuncList.uasset differ diff --git a/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_Func_Button.uasset b/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_Func_Button.uasset new file mode 100644 index 0000000..2530294 Binary files /dev/null and b/ProjectFish/Content/UI/HomeUI/Widgets/HomeFuncList/UMG_Home_Func_Button.uasset differ diff --git a/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_Main.uasset b/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_Main.uasset new file mode 100644 index 0000000..59cf84f Binary files /dev/null and b/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_Main.uasset differ diff --git a/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_MapSelect.uasset b/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_MapSelect.uasset new file mode 100644 index 0000000..ad41901 Binary files /dev/null and b/ProjectFish/Content/UI/HomeUI/Windows/UMG_HomeWindow_MapSelect.uasset differ diff --git a/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll b/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll index 8499dde..bc3f98b 100644 Binary files a/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll and b/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor-DeskMode.dll differ diff --git a/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules b/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules index c83031a..437a3ab 100644 --- a/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules +++ b/ProjectFish/Plugins/DeskMode/Binaries/Win64/UnrealEditor.modules @@ -2,6 +2,6 @@ "BuildId": "37670630", "Modules": { - "DeskMode": "UnrealEditor-DeskMode-0003.dll" + "DeskMode": "UnrealEditor-DeskMode.dll" } } \ No newline at end of file