From 3d5c648500b99b608416c4bb05ce931ad5a4c87e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 28 Apr 2025 11:26:45 +0200 Subject: [PATCH] Update to latest (post vacation) --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 3 +++ .../Content/Maps/Map_Room_Kitchen.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_ExtraInventoryWidget.uasset | 3 +++ .../Content/UI/Inventory/BP_InventoryWidget.uasset | 4 ++-- .../Content/UI/Inventory/BP_RememberanceView.uasset | 3 +++ .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/UI/Inventory/EExtraWidgetType.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset | 3 +++ .../Content/UI/Inventory/WBP_RememberanceWidget.uasset | 3 +++ .../Content/UI/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/UI/MainMenu/WidgetMovementComponent.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Deco/PictureFrame/ClaricePictureFrame.uasset | 3 +++ .../Deco/PictureFrame/M_PictureFrameClarice.uasset | 4 ++-- .../World/Interactibles/Deco/PictureFrame/Material.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 --- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Content/World/Interactibles/Molecules/GN_Instance.uasset | 3 +++ .../World/Interactibles/Molecules/Instances_Blueprint.uasset | 3 +++ .../Content/World/Interactibles/Molecules/MN_Default.uasset | 3 +++ .../World/Interactibles/Molecules/SceneImport_Gluten.uasset | 3 +++ .../Content/World/Materials/Master/M_1D-MasterParallax.uasset | 4 ++-- .../Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset | 3 +++ .../Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/MI_Carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 3 +++ .../Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/Rug_1/Material_001.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset | 3 +++ .../World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset | 3 +++ 52 files changed, 133 insertions(+), 37 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index d72a343..96bf28c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5646bb49170e62fd9f2d0692673c77995d1474d3dadb902d3c59378d9780d2ed -size 659756 +oid sha256:58d8de23b88f4afd1addd23efca0db513edeb4569b6c7ee4848f0c921fae7117 +size 297 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap new file mode 100644 index 0000000..65f30b4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba846d38a56cf8b77ca644997c5741dd83456bf08920b357ee5f75c96a636e +size 18449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap new file mode 100644 index 0000000..7381ecb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df340981b44d6e1ba8bd929ad97b8910e212a1e3c51b00f5fa491228ac0bc8 +size 6832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index e1dfc0b..b7b066d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f19ec86b2a23a73a11737ab1ba7f5c612910eb8d9603c0ba93fbf4374be12ef2 -size 116484 +oid sha256:cf80cb95023386b16ee12244f3df59e14738ba9345cabac2d6fb428d7d947325 +size 129886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset new file mode 100644 index 0000000..76ea3b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cb2ca4810e70f4305c3f21e2d4eacd67e12aac86b02a791e7111d9a212a6fd +size 40027 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset index e82c4cf..f124973 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d99978ebac5497a57b9106ba3dd91e5882a1feb7aced7f4c9422f243c2b12fd8 -size 260987 +oid sha256:1ca70478b032418f612d7d776086afcad052eb33fe97796a942bca5fd7f3fe5f +size 260480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset new file mode 100644 index 0000000..b78066b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54336458bb29c18f07834f580d2b3c30927282f3611dadfec416bb10494095f4 +size 25794 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index e198094..3cf6b0b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e6d12a26d6c950204c7d4d7e8e67473003207f423f53b94101c3f77d4da746 -size 650418 +oid sha256:7785080fe0d76a956641907ef88bdc86024ae6e03eceea4fbdcf51e9bce148c1 +size 720137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset new file mode 100644 index 0000000..bc0d622 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f05a41797a72c4b6faa293488161b5373bd63d65919f201193121e1d67637bc +size 2066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset new file mode 100644 index 0000000..bf27459 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f54ec33210de52c89fbdbf0031c15c931db494546ed60d451120a933b267344 +size 9830 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset new file mode 100644 index 0000000..e83cb23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1549357345d6cb38ab790704a8415072a798e96b235ed119b51e39602063772 +size 31862 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset index 7803716..24f1804 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a83a653bc7000d4da0737016afce7ad65a8130649c3610af41041ffd606dc1b8 -size 775054 +oid sha256:63603f25667176434f1ecd2d17296d8e1c0eb13d302ad342d8e164613be17937 +size 761252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset index 94afe59..00f7212 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1346808b2bfb274965ba87846254141018ac263aa9df3736515d7f6ccd5eca6e -size 87504 +oid sha256:0fbdf4cb2c013a41fbc647b93d44088b20fe711f60331da60357b3287beb5ff2 +size 94429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 25dd1e8..08bb30a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cbef498acba40bff9cd990adf66c91d279525b093d7b066641c69242ac95717 -size 5709411 +oid sha256:acf183c2b61ad51503f1963e934e850b845e78906014de4bd8df31a901291f11 +size 5732534 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset index e20e6b9..c394479 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfb2c0709d2bb6d390dc3453c6780c5209ef862b9be1b8d0f1f6db2662b316e4 -size 23094 +oid sha256:a9a0825c950fd2e93d35bb0b82373162ea209d6959121a18dfe379d752b8a912 +size 30166 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset new file mode 100644 index 0000000..6c740ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29972324e83313ada973e1215f87e232fd463b20bcd46db8fcdcc15928b5b7 +size 123087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset index a306828..65a84bb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef0c33dcac1063c29197753ee8e87f5772a8a4e56c05fb7219a207857e1661f -size 6448 +oid sha256:a0d2b31b1598c1e28f72ea2eb8dccde4043bc7822dee508d87d9d863e2ad623c +size 25760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset new file mode 100644 index 0000000..e67156f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48c884284d79905ddec7115835f03a8f53082ddbec2c9fa4c7b1fefd26deb11 +size 59131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..ee70089 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f295eb596f159e725dd65aeb3863f437ca3d538e17113dbd6f1268bb8d836a53 +size 10705437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..7a6769a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bf04415887187e29561fff2b62927fb088258dcf51ac7ec261ffedfc347eb6 +size 20799428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..9a223e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4595fa060955c7e9f3bcd1a092a6d2f6565fdfa5091a8cabe390bef58f9f9da4 +size 1016153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..27ee686 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03841bbb71456b12b6f98631b378e048f6b99ef6f475a44ab8af25f8bfcac675 +size 19877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset deleted file mode 100644 index 410ae4f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4db6a13dde84549796c645e15c5a69e030d9fce736a0973d4f7f0ead306ca7 -size 19762979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset deleted file mode 100644 index 4c20052..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0d974f95a04968d49fdfdbc72eb148b5d05d2a6139a1f3a46be9115b758de5 -size 1016114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset deleted file mode 100644 index 50e43eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc16cecbbe887f798066ac8a186312ead48978674ceb800d14a7a90943b9a01d -size 19964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index eaac822..925e4df 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1da25c103206e4fdd79a02e4fb28a1bc34004b64161acda698dc26a8c9a88fac -size 78365 +oid sha256:43b5495a191503388a7490ee22581135da760c4148c944d5f3a12690c312744b +size 89324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index 936758a..de03a71 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36bca23879e0db9904c6c88f95ca4419ef97d64a3870787657532ec572e1e61 -size 14376 +oid sha256:94eb14c16927cf094bfd1edf89e35c4244f0c30bced48fa2722c7dd8d986252d +size 15315 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset index 5e3d402..1ffe1e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3d11e38edfabe26e3876c7927d280f83160758ce271df331a43656cad5b9171 -size 34507 +oid sha256:d6616cb5de102068f6c6722885fb0ac6e687ef1c4dbf440596ca7d56b764891d +size 39357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset index 5fd30c1..d42677b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3fb5c8c2c54c7f2e7ab20b7998be38922ec4f974ac6181455c7d3b27a1f7053 -size 228685 +oid sha256:2d5c095a63fc9408d387b648f83a494baaaba520521900887eefb6f6d5dca302 +size 229449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset new file mode 100644 index 0000000..8fcac72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3719538d235775ce6b14cf6a8ad08ed28a1a23b0bef08f9a90e8b5fdff357f +size 63536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset new file mode 100644 index 0000000..496f20a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ae815555ab2b6a6734c9bb9573d959c96d3ab6586d68561e7a5a58274bd41 +size 110475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset new file mode 100644 index 0000000..db8a9e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfdab8e3519e8a1a9eb32642fa97a441abb0701d0e6a46eaf2ce4e0b4b3c18 +size 56073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset new file mode 100644 index 0000000..8488561 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43c2d748dba10bfe761b9acb0f7252278d2b5071de94ca70593673277514763 +size 1555037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset index c371f1a..7e31ca0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08c1670e64fe479c07ad2ea0fb2b414a73977bed56e48693ca252284d9e56575 -size 44856 +oid sha256:dae63bf266b32b1020b5e7133bee2294e9859dec68839cb24cfe7eebdd5363a4 +size 49321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset new file mode 100644 index 0000000..ed4244e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81868bc45b60cbbe5959f64d2467156be4df8a4b70ab517659f5b87980c9e2c +size 14396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset new file mode 100644 index 0000000..3835f96 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9bdf944e1697e692767751bfa247c8eeb4d28d7466fd62be602f0cb64dc432 +size 16789231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset new file mode 100644 index 0000000..b8144a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c37bc0b78e98ff20c30b9cb18f7c523c76518db94c62c440368fcd85658421 +size 33566717 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset new file mode 100644 index 0000000..92593cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1677f20cbe53513e1b5050e2f965579a600c149472dc70959655da5c517d77e2 +size 4206478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset new file mode 100644 index 0000000..6a9a4b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0500c33cfb7429cda4b16a314dc4f883be095df3d6a0381d6d0abee49e58e6 +size 1557 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset new file mode 100644 index 0000000..55a1f01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113595638baf97723d2b0dcec06c2aea05d3d8038d706965bd035af50889da05 +size 4885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset new file mode 100644 index 0000000..c78bffb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54792c5054fde088f52877275ed06fdf85f39f5c417bb8cec96ed753442f608 +size 16517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset new file mode 100644 index 0000000..8069314 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c58e232f91365d91a5b2d09ae93772f80c255e75cd64f7450cbf3c751bd12a +size 6467 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset new file mode 100644 index 0000000..f59c62c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef318a1b599feda1747352565237b61ce2d60a1f8f97beabd05a23cbde3351db +size 50538774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..a4d30f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b185f6f3b6b162c3377f07c478ea44eac4adea28d22f1fcba472ad1d441ec2 +size 128593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset new file mode 100644 index 0000000..64df0f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82010606d484018daa4dca414ae036621892c2be44c27c0ff6df8fd535cab7cc +size 3478857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset new file mode 100644 index 0000000..29c66df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899986df14fa19f57fd5a0873bf590c86f6b5b40991ef950db57579301a4cf6 +size 73756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset new file mode 100644 index 0000000..153dff5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63ffbc54d1164a3d61a3546bf25f0ff2be1c0af97a75a09736c4e77ffbfc4c7 +size 58582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..42c6b47 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fefacbc502541057a386b0bc812184a7bad399b293e92a6c63bb376563aac58 +size 25689683 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..dd250d6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd94ddf07ffdedf7a92e965692a18c87bd17a30e39ff53881ec4b7d3ec823a0 +size 87177973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..6a9f888 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66cc8d21ef739850d8b91126fe3837ee4535541e3a3aab9cf8072a4f36c85b2 +size 12071554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset new file mode 100644 index 0000000..5ce0168 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f614fb5218ed5604addc90b1813f67dba64a6e5e7171f207a3e52e5b9962e7 +size 122677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..ce652a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f14bfdbab23e4011aa0b3ef406c556b3f373cd6159aaec0e726ae31f621b0e2 +size 1617