From b6f82b742d4905267b5f17955977d2c2f7eff97c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 25 Mar 2024 14:33:10 +0100 Subject: [PATCH] Working on the Main Menu, Also added Soundclasses for Settings --- VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset | 4 ++-- .../Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset | 3 +++ .../Content/FirstPerson/UI/Widget_SaveSlot.uasset | 3 +++ .../Content/FirstPerson/UI/Widget_UI.uasset | 3 +++ .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/MainMenu/Enum_MenuButtonType.uasset | 4 ++-- .../Content/MainMenu/MS_MainMenuMusic.uasset | 3 --- .../Content/MainMenu/M_ButtonHover.uasset | 3 --- .../Content/MainMenu/M_ButtonHover_Inst.uasset | 3 --- .../Content/MainMenu/M_SaveSlotRetainer.uasset | 3 --- .../Content/MainMenu/M_SaveSlotRetainer_Inst.uasset | 3 --- .../Content/MainMenu/NewBlueprint.uasset | 3 --- .../Content/MainMenu/SW_MainMenuMusic.uasset | 3 --- .../Content/MainMenu/TestWidget.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_ButtonHover.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset | 3 +++ .../MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset | 3 +++ .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset | 3 +++ .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset | 3 +++ .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset | 3 +++ .../UI_Materials/M_UI_Liquid_Fill_WidgetSlot_Inst.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Textures.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset | 3 +++ .../Content/MainMenu/UI_Materials/T_Arrow.uasset | 3 +++ .../Content/MainMenu/UI_Materials/TestWidget.uasset | 3 +++ .../Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 3 +++ .../Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset | 3 +++ .../Content/MainMenu/WB_Button.uasset | 4 ++-- .../Content/MainMenu/WB_Button_Back.uasset | 3 +++ .../Content/MainMenu/WB_Button_StyleMain.uasset | 3 +++ .../Content/MainMenu/WB_CustomSaveLoadScreen.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset | 4 ++-- .../Content/MainMenu/WB_MainMenu1.uasset | 4 ++-- .../Content/MainMenu/WB_SaveLoadScreen.uasset | 3 --- .../Content/MainMenu/WB_Settings.uasset | 3 --- .../Content/MainMenu/WB_SettingsMain.uasset | 3 +++ .../Content/MainMenu/Widget_SaveSlot.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap | 4 ++-- .../Content/Materials/DryGround/M_DryGround.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset | 3 +++ .../Content/SoundClasses/MusicSoundClass.uasset | 3 +++ .../Content/SoundClasses/SCM_MasterSoundMix.uasset | 3 +++ .../Content/SoundClasses/SCM_MusicSoundMix.uasset | 3 +++ .../Content/SoundClasses/SCM_SFXSoundMix.uasset | 3 +++ .../Content/SoundClasses/SC_MasterSoundClass.uasset | 3 +++ .../Content/SoundClasses/SFXSoundClass.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset | 4 ++-- .../Content/UI/Widget_SaveLoadScreen.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Liquid_Fill.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button.uasset | 3 --- .../ComponentMaterials/M_UI_Liquid_Fill_Button_Inst.uasset | 3 --- .../M_UI_Liquid_Fill_Button_Inst_Hover.uasset | 3 --- .../ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset | 3 +++ .../MaterialInstances/MI_UI_Liquid_Fill_1.uasset | 4 ++-- .../MaterialInstances/MI_UI_Liquid_Fill_2.uasset | 2 +- .../MaterialInstances/MI_UI_Liquid_Fill_3.uasset | 4 ++-- .../Content/UI_2/BP_SPUD_UITest.uasset | 3 +++ .../Content/UI_2/Widget_SaveLoadScreen.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset | 3 +++ .../Content/VRE/Core/Character/BP_Teleport_Controller.uasset | 4 ++-- .../Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset | 4 ++-- .../Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset | 4 ++-- .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap | 4 ++-- .../Content/VRE/Level/OptionsMenu/OptionsMenuActor.uasset | 4 ++-- 72 files changed, 148 insertions(+), 85 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/MS_MainMenuMusic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/SW_MainMenuMusic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/TestWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_WidgetSlot_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SaveLoadScreen.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Settings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset index a3f5e56..c4cfa99 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e80f0809f7ef2efcafd62a8f03d8ccf6e698d78699656e29cf34451b14a3c436 -size 17562 +oid sha256:cbeb97ab304b6b6ef01d60252bd37642626062c612e11f6d748bedb7397b2fcd +size 17977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset new file mode 100644 index 0000000..09f7ca6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafde2ed64e46be5648a8def1785c9e66e0d894f8f87b4db86dc4849c5004656 +size 327957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset new file mode 100644 index 0000000..6aa8372 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08579c700142d7096a9dbf4fb820412658bc175a168c349ffde5593b59767826 +size 124114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset new file mode 100644 index 0000000..5db06a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5525447eb2fc7486e8f6b9641a962eca5571cbb13b03a1cb4faf7bb2a08a00ad +size 199133 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index aaa41fb..9b1b133 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04987d15db51828ebd6cdd4d89e5d940a9630f6c429ecfd8e7f5f1f42ee42d3a -size 284510 +oid sha256:9895614f6f08f717ef343012853fcabfdaabd6529c3ba787e689a3a738a6823c +size 300861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index fdc84ca..bfb9dc7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7debf3ba06901707493666f455844eea79635421d6b6246e2545c9882ccae5e9 -size 24291 +oid sha256:01a25a298e5b6e645ac06c3ae3d5aee9660f567c63a49df87b6ec92bd3b1c470 +size 24439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset index a143af6..b3fefc6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9724c14ff23faa68912fa4f86a2f44d8f1c34563ee7ba7483086b11ae381e57 -size 3811 +oid sha256:ebba41289a9adeaf562569968f6dcd6674c262c861372d0490bc847cf031c4de +size 5299 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/MS_MainMenuMusic.uasset deleted file mode 100644 index 4aafa69..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/MS_MainMenuMusic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcdd0e9066470ba936735207460465c350832a624a22c85637410add64346dc2 -size 47028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover.uasset deleted file mode 100644 index b1cc657..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:161054f97a6ac64782d2cbb6e69f8eb992a53422d37a5645733f9401e547a018 -size 22272 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover_Inst.uasset deleted file mode 100644 index fd4eff5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_ButtonHover_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f129bc3b0a40be9cfad836f3fa27bca1ee867c730150faaf1c0a4a41a092663d -size 29097 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer.uasset deleted file mode 100644 index 3d6fede..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e329fb9ca4f9a48b09eab2bf1cddff0fb120192b4d2e8341b8f860db61debc5e -size 51852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer_Inst.uasset deleted file mode 100644 index e22f048..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_SaveSlotRetainer_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9dc2cfc12e8fb0a2161073deffc047e7b9ac5aa6d597eda6351ceebe82282b -size 14567 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NewBlueprint.uasset deleted file mode 100644 index 69b5b58..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47b0d1f41a4b7c39790615dca926138d85ed610792395a8e8632d7454d60da9a -size 23950 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/SW_MainMenuMusic.uasset deleted file mode 100644 index 0317c04..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/SW_MainMenuMusic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ee2ac6b304512f97d5fce4bc9b10ef406c6490314bef692c86affc68ea0847f -size 37199290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/TestWidget.uasset deleted file mode 100644 index 77dd9ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/TestWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aacac648ebc6705a7b3f2bcbe5803398f8b924eb6ee788f888bcf975d58954e7 -size 25034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset new file mode 100644 index 0000000..12d1cbb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d316a0a9f4c7f852e551832ab8fd3f137ea8998d21df32cfdc225a88172e794d +size 22298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset new file mode 100644 index 0000000..3b0f52e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38e8d7ea715ae9c223b76e922118e50854fa14e0673c6c5be543c82f258535d +size 29282 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset new file mode 100644 index 0000000..c7a2a98 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7366b5265fb78eb22ee8e01dccfa6cccf8691fa60daed854e6245cd3018830ac +size 51878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset new file mode 100644 index 0000000..33d5b71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dad698b32a071fce134bdcc6f63056f48fb81dd97322697726b188df0033ffa +size 14029 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset new file mode 100644 index 0000000..f80d026 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df939d1ab9e28742ad756fa4ee3c47b5ee5fe6bec011cea3885ecb92e02741d0 +size 83509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset new file mode 100644 index 0000000..bf278a5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a5650996eb4593f706e985a5d2e4e1a167bc1ac37f1982606177767ad2250f +size 167923 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset new file mode 100644 index 0000000..74e0b4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3148b31da785d5fd57a56cca4fa689de5593b35a563c9cab872a08da4e90a3fd +size 15434 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset new file mode 100644 index 0000000..4d2a6b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3321f0fa68547335145c897b6e8e183c8887da9edeb77f1fe57bd4d36a335aba +size 9123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_WidgetSlot_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_WidgetSlot_Inst.uasset new file mode 100644 index 0000000..20ea3d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_WidgetSlot_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f37506e1823974c7e594762b82f2cf0ae0ed1a7f9c341b64bcb41d092374be +size 8713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset new file mode 100644 index 0000000..032c524 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4022e2756a17c8537aac76fc29de5175bc2991fee11dce3ea236e2ed94e73db +size 10619 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset new file mode 100644 index 0000000..323b3dc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cb9833acfe5b7687dab0aa2bac4fd8cfad05b1408ce8800262cf6934cafffe +size 7819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset new file mode 100644 index 0000000..32d9f50 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6990686bc57f6a67896a706fe9ccd1245e29c79235195cfd6c497cab1e63fb9 +size 17119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset new file mode 100644 index 0000000..2d8b91f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9286150e9c15976d2e07dd168603d73bd2197b7521e39f248ee73cb01297d90c +size 25060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset new file mode 100644 index 0000000..0fb82fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367ad0ff2d27ec6f5b485bcaea65723fca982bb2c3299dc9fcb007f2f9e0b8e5 +size 47146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset new file mode 100644 index 0000000..bd55910 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77c2d3d8d48e6a5a07cb2e066aa4b8d1ddf23f71858d57b785a8580a62a1fad +size 37199658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset index cc96383..b74f154 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6be0c1a64658e32bd00a81bf58cd5439074bdeb21042903d85c37df1e7038fd7 -size 143128 +oid sha256:a7d46ef1d5255560ac90e0ae64e13aa0378a7c6acb8cf93d810fdf9260fa8c40 +size 116848 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset new file mode 100644 index 0000000..0b51189 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f930c1ebc1ed70a4edd0c3bbe0baab0acf689f28405104c2346687c1e7a38272 +size 25309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset new file mode 100644 index 0000000..9f4eea4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce21ee3dd497c48d1013b33918e6f25c67143783761d60940c1348d1712734ba +size 27413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset new file mode 100644 index 0000000..a9a85d0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d297a599f29b2a60d93c89a23c2776618c1a6087d43328be61ce99d81a931f +size 474213 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset index c8d956b..ffef6b1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0255b6ff4afbee349b69271e89322cbe6a9da8fa6d2e329ec91fd13958a027c -size 92638 +oid sha256:5a42fb062201303fa4e193e7a3a5375d82b76709ba1af17ef0a168c91e8347b2 +size 39314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset index e94d57d..43ac8e1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f0e2fcaeb76ee0e9afb82a9e56a76912df5eab661ce518e0db8d48ff81b8f7a -size 34812 +oid sha256:0bfdeb614e9700ed5dc158bf1e6e5b9b7646e76d17b6c4842a68faa822d9b7ce +size 34060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SaveLoadScreen.uasset deleted file mode 100644 index be5f0c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SaveLoadScreen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd6012baf4b805df51ed59de04570546d6dba20630afb5a5e16378604bf165e2 -size 473396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Settings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Settings.uasset deleted file mode 100644 index 3072739..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Settings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5063d8c82290d6429077a4ba7365e65e45168c0b1bffc6e9b079b03719226985 -size 79715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset new file mode 100644 index 0000000..d8523cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d608a49eb2e7f0f1eb593515f9e5058b2a39caff53bce0a5614283a3afe38c6d +size 30925 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset index 6223fde..b229306 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:beba3c96ca919b3fd4030ccc74d4074f73f96afa5f862cd843c3a3c41a189cd2 -size 133504 +oid sha256:258db9e4044f6883a808fe2d314d17e87162920dbfb3d98b83ff27d1b1d8cf4c +size 134856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap index 5cf96ef..10db411 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:054263d70185943a162454e1672c9d9e089fac16c669077c03cab8d3768c2016 -size 52842 +oid sha256:82f763af09261f5a5f112792c908793f9b9118f72cb6280bfc4dbfcce4668d80 +size 52966 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset new file mode 100644 index 0000000..89e68f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db574658d5ad90c055a33fb4377843b5701c4bb3032d24da6fc83502ccff122c +size 6289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset new file mode 100644 index 0000000..3b428ed --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab6c1935c50e0335b5689f47afa20f5007f2c140f424a21b96ffcc3a50c5eb1 +size 15371240 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset new file mode 100644 index 0000000..cd32f75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5ee07b74345086e20f7c2b3208cb49d8e7de3d823dc5a43278c251ec89a928 +size 24715767 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset new file mode 100644 index 0000000..a62576a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeae9b4c111adac3af49af9294c42ca8256c15c9c71088e270b34568fc33669 +size 74972029 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset new file mode 100644 index 0000000..a2e74c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d94e950c36c7d9089c8c3046b1c029415d52a9c51e1df59d08df460f13822d +size 17548041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset new file mode 100644 index 0000000..f54959f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663611b332da3b42f5a50d99468bf82958ed35d9d21b8fe8633035e2170a962f +size 1471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset new file mode 100644 index 0000000..5bb3335 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710cbc6ac69b9fa8832a9811d56be6eb90237798afec83d9f5ad149c50ab0021 +size 2046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset new file mode 100644 index 0000000..ec6f6d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff82d97bd935d55c701b550364f47cf24a89c6974bd1bd274aaadafa6cfaebb3 +size 2033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset new file mode 100644 index 0000000..1fd86bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e854b5b556647fe845319b36640bc9fc325c6ef28e6fe5ed48d362a3c086e2fa +size 2019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset new file mode 100644 index 0000000..052d39a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0176592019da413866a314d0e13ee70e3a9af493d0288d3ef894f6ea78c57f33 +size 1665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset new file mode 100644 index 0000000..393b715 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a09cb2bd487940ecba79fb79964a3c6eb8753f5491b0907cbb1e0e6015cce85 +size 1461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset index 8f3f388..2e0d078 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bed498623f36eb2cf75b6b7a472bfdb599187f5d1ea6a277281107a6dbec6230 -size 24296 +oid sha256:9886b06d9bcf81800f57d7db8dbf0a57843f496a9a398c419798d06061a048bf +size 2331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset deleted file mode 100644 index 9f8ee6f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13e481428b1ec820cb0e4dafa26a4891a2c87f8b04655c1091f7d0e0669f3398 -size 362756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset deleted file mode 100644 index ca2e7a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb87c365aa17b1e6e72a2e8bf05764801949c7d1c628340a22af54ad8310ae78 -size 201518 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill.uasset deleted file mode 100644 index ca8cd56..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5df62082ee6cdce68850cfbc80b843b8bc52230d3afa5190e6414f09e10d105 -size 83547 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button.uasset deleted file mode 100644 index 8219473..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5faa6d6edc9d50ccafd875a26229e1e5097b1809192e0d1f214c254feca55353 -size 167961 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst.uasset deleted file mode 100644 index 7954fd7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3b3de6cb1cb7c1430a5122c768512f2d22a02e76fbf2eeef0b2f5491bc61635 -size 15510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset deleted file mode 100644 index 0ac907e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02e0faf25eaba9584302d6032e581abd7a5e94b87d6928b661d87275d8f7106c -size 9199 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset new file mode 100644 index 0000000..6e64db0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e333c2137ebc4de706843489ba64fadece237053a7071e62f4af4139e475fa +size 10486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset index 4138063..6d4dfbc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:646bbbc4843c6032d1d8721f3e0ebb2015821095219d08de8446f40e56d70511 -size 13072 +oid sha256:b84cd01a0f042554bd651b2cd3984a759c06a9784c5b5662e9f2c00c7e7b52c3 +size 11757 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset index ee1a2ff..0df6e04 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bd6e706882f60274c802002aed86f77bf82c604d42d27e4c978df5a1652f0c9 +oid sha256:91bdb3ed7616e88011d0189a2f7152099ae6d836150eefef76f2543eafaed13d size 12446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset index 942422a..584fc67 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62161a2ba07b97a3bc2cdbf7ad4efbb51bbba99ed84a85b827a100e93837e53a -size 13360 +oid sha256:5edfc961d1ddbf4f09352b373faf2c2b01f5638e7b207d4e16a8fd42b8e83abb +size 12137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset new file mode 100644 index 0000000..19aa9ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8199f2f0e46e2008498986bd72e8d724ec9213846eddea36d6f794849454156 +size 24306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset new file mode 100644 index 0000000..0aa9d25 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460ae1c9c0a0104cb4855b7eac58f28b92bbea8772a2c2435aa3cec943de20a8 +size 361675 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset new file mode 100644 index 0000000..158c248 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a47aab9ee262beddc08b326842691a2e1370284f921fd2905850e5f46d3d25 +size 198886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset index b81d3e5..bbbc0d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0acb88eb884aa941c584eff8ddd313f904325181a73b2c68c6108ecdb4a28e8d -size 2054304 +oid sha256:2070894f9d4703a815b13cad6c4a32f8bc5628a045d8038316db4a7b01c946b8 +size 2084000 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset index 4d3a1f4..76a8856 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63c0417f3b6045558911f27b41c79baa7338a2ee96d54bb67eee399ed8c89710 -size 590741 +oid sha256:c27b82801a47cb21f231616e570cefbe3fc8d6de2f919e7acb3e4a207a469efe +size 456816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset index e12ec6d..5463fac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d85bba6546413f9e1b1cab62a290afcbd4e478c9e47ab02cd3e0578de1a8403 -size 2336132 +oid sha256:b72b356f08780c717bbbbfa53113425a252aa97417cac24b6da2feb0c3f8dc4d +size 1206790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index 3bb2910..ff8adca 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05d0350c92e2bf1edaf20bdcb5e61ed2b58c9558ca0f65606fc2a6fb7bfe23c0 -size 37014 +oid sha256:6e8f770a6caf994eb8745642f6ce0c3a42f2a49eb6643bdd6c558e64f92564a1 +size 38450 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap index 333252f..c1f9a0d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:774b0bf863ce04c53ebea6f7dec20f86bacdacb75724ccc684fa564cf24fd2f2 -size 875042 +oid sha256:f1fcb7286a27edec9cff1acbc7c13a6b03eb3660921a173053e95ad7b4a5fb60 +size 866166 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/OptionsMenu/OptionsMenuActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/OptionsMenu/OptionsMenuActor.uasset index 7f052b2..853df3e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/OptionsMenu/OptionsMenuActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/OptionsMenu/OptionsMenuActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:748e0fcff1e1e348dd08bd825b04f97aab7f3bf7299e2b5a140b55ab4b1e6c51 -size 23156 +oid sha256:1c8afdbeaa905a162c8250a4668ab97961e164da48be5d18f6dc80057be8dad5 +size 24911