From 0e7476e7e71bca084db71e7e802a7494d87ea742 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 13 Feb 2025 23:32:07 +0100 Subject: [PATCH] Wrok on Recorder,, Clarice Anim Fix --- .../Content/Audio/Cassettes/NewMetaSoundSource.uasset | 3 +++ .../Content/Audio/Cassettes/level_10_01.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/Animations/Idle.uasset | 4 ++-- .../World/Characters/Clarice/Animations/IdleLookAround.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenBackdoors.uasset | 3 +++ .../World/Characters/Clarice/Animations/OpenBottom.uasset | 3 +++ .../World/Characters/Clarice/Animations/OpenTop.uasset | 4 ++-- .../World/Characters/Clarice/Animations/RocketOut.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/Walk.uasset | 4 ++-- .../World/Characters/Clarice/Animations/Walk_01.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/ClariceMain.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/World/Characters/Clarice/NewBlueprint.uasset | 3 --- .../Content/World/Characters/Clarice/NewBlueprint1.uasset | 3 --- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../World/Interactibles/Electrical/Recorder/Recorder1.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low.uasset | 4 ++-- .../Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset | 3 --- .../Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset | 3 --- .../Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset | 3 --- .../Electrical/Recorder/SM/SMasd_Recorder.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/TR_glass.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/lambert2.uasset | 3 --- .../Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Recorder/Textures/MetallicRoughnessTransmission.uasset | 3 +++ .../World/Interactibles/Electrical/Recorder/lambert2.uasset | 4 ++-- 37 files changed, 61 insertions(+), 67 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset new file mode 100644 index 0000000..1606f4b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72e4213c6835b56685f678ee5f597e94ba472ff2ab02b7094e47a14610cc5d6 +size 28317 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset new file mode 100644 index 0000000..fc82693 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cea6d3e3b214afc281031b6ff0de854650c9aef556f27cdbcea69edf590f0e7 +size 563430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d59a37f..f7ad00d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:907b40c626a7ba98ae719680ee19eacc15145aed5d95a1286dacecf5a3853c8e -size 1637548 +oid sha256:083d1821e3f66ac7550335d0afd82453a6f19a6ec654ccdd9f64d3056464a3f9 +size 1624731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index cb3458f..44a62b7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a852fcad8fd2ea8086a596777de5a5a6fc32d1c2c5c4b10f1f5d4c923618164d -size 284721 +oid sha256:1029e4eed6b4dde09e6b6635c01697c978a805b59bdaeb1d8d83f6d50b489017 +size 284935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset index 35aa343..c84f97c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e97b23d8e4d891a5e04d173d2e4cdc034aa84dcc33af787c5e21ac674ecb21f5 -size 113354 +oid sha256:0556f79baba9a642f1e5785c37f468a368df229b4f0da74b925dbbbf83d8c220 +size 144081 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset new file mode 100644 index 0000000..8a47e88 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c980fabe0a21b0a3cda8d3f10a6d49af9ae5e3626d0ddf5be47adda1023d94 +size 141693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset index afa9a04..f844caf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c25c7e7cab18a5ee1ba5414aa1867790b1b7248fddc93727985473da07b0678f -size 149642 +oid sha256:e4f765cba113a81b200496570f0139ad1e63e0e9230e1ee5dd1651d027da9de2 +size 139408 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset index 2df41c1..a44ff05 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccdc34312dde5c02b863426e30c34d64bd1542f2047872024fa72e8f53fdfe5e -size 148110 +oid sha256:ba029fb1ca0d33739444691a79e9b6d46212ba3c611f13f4bc5a7efeab847a5c +size 116479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset new file mode 100644 index 0000000..7005118 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e9a4842b33bda549613b074678e163e935065df629e3083e6f96532017539 +size 111283 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset new file mode 100644 index 0000000..faca246 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8f89ed144d5338cea788e80d6eb982e83aeedc6da732490a9e6dbe31270629 +size 112524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset index 4e9dfdb..e2e9f09 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9be767e9496057fd87cd3d28dad5e2c86a91aaa18b45dc9786bfbf881daa6b06 -size 183827 +oid sha256:b7862f482c530b093265a140028def84bf1c7a507fbb0794266fdcc8b36dc8af +size 117010 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset new file mode 100644 index 0000000..74946ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb47a3dc6174f05e41627c1e30679f6f5e45b4f0ed79b339356a0464f86c84d +size 112511 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset index 2572ed3..6fbe112 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:997064259ecb7ed683b1833361d5b198c72cc579a405aa9630169dd8bcb5e874 -size 150045 +oid sha256:f781f55a730d34e0a0cf276fb213f6b05af1c1d5582dc4cdf50f7a469e05e7b8 +size 148173 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset index 5f79705..d194357 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00d8a375e62ba5af8fbf4d4acbc044116b1996dfe03085ef104a2bffaf579327 -size 144836 +oid sha256:e38fd53f59f24360ac23bb9ed4f32c8abfbb5d5303bd656d7de4d8c4252d82d5 +size 147394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 79379d4..333996c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dce6111cb180b93722a3621591bae2ce3ec7872f09fa2f152d944a4fab1ba51 -size 345317 +oid sha256:e09507b78a83954fbd1e2bef117d7d3c35100252422fb6164cfb2287f78adbc0 +size 359927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset index 54d90ae..057097c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea8ae8345b2003aa3c45027897123e215e09b75072b6d3c576d0f66805a03860 -size 2073807 +oid sha256:f5b4e2cb2d675f41b8f7981968e76099fa45ca465dbb54db24ff9ee8c3f4fd35 +size 2073881 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset index 38e800b..3337538 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c0da4d9e6eab010fb774ff67ec11bffb79ca8df154b8fad10c0ae874e7c51f -size 42318 +oid sha256:8e4513d55fb3e0e3f74c3875697b51ff14ba961508dbcf6a152c649ca1694c97 +size 42292 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index a73edef..69ebc44 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f30eff2d836cec9ac517e70c3ef6496d6954e24cf56e51166ead0be179eb652d -size 13511 +oid sha256:f7fa2648f0c996f26aac02eed4f122972d2555671b2ed3becffd294beeda4083 +size 13976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset deleted file mode 100644 index 47c4b9e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e12469f130389132be3cc2305ec62c958aad90dfdd8c1740e6ddce57d537dc -size 30510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset deleted file mode 100644 index b55aa70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79464945c199016ab84c96669d1092708c857dbc9d85b596e9d70df28675df80 -size 150792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index e3de358..690fc74 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc59f967a92f4c6c40ed925c7492cf43803f93856d88a29ade99f07d301ed0cf -size 48463 +oid sha256:be5374bdc0c866347ff1065558c16f82aa627ee3310ec81812e475a4f2e325a2 +size 50891 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset index 5f48669..baefe82 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1c8785030ecfa65cf0757a96f03337567cbf0b3ebf47907540e61e7a37ee56 -size 202095 +oid sha256:1cd2b03784bc2f7b6d47666b066e290eddb1eba6a1e1eefb351365c12b65d674 +size 305116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset deleted file mode 100644 index fad80b1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b8ef02d7122e570c4581307e9dc7f8e41317e8a08d7347c0296070e44c6a9d -size 145120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset index 9bc1bfe..18b5249 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d4de8dd01aa0849e9d9ba0f52c1ee63994a992429c4f38e603dce8125e77c13 -size 91848 +oid sha256:5754cad0b62e3b79c17cb6349b3b6d5ebc3c3d6fd41b7edb8747d03e18f3ce1b +size 180836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset index 91b7881..27c133b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d85d510f10a4e4cd6c828fc6c3a8b051c3c01027e17636f48b3a7797230c6568 -size 36020 +oid sha256:94819a36a8ac00ca2d790ad61962451be2076303125c527a3c1d3c3f7a750b8f +size 115754 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset deleted file mode 100644 index cfc010f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80d6ae00d2787e641d1c5fc9c093da166c26436b84d08d1b16f4ef687739612 -size 76718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset deleted file mode 100644 index 2cfdbbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d41156f032afb94dce2f2f44eff593b7da6dcf7678cdc0177ba217fe711c016 -size 31440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset deleted file mode 100644 index 7fa95e0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:048adf9eaecd31e96440252c6e55e72ca64f2befce92a540ca1d2945434c1c3b -size 567563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset deleted file mode 100644 index 95a527b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:430ae220f9180cc224ad9e41789472b14817a8847ba26b8e02a6e25c258ee778 -size 13850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset deleted file mode 100644 index ef549a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:937bae1e8384061ed05e436380d36d7b4c6c8758744c9f0a929fff3e731773ef -size 8471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset deleted file mode 100644 index 89408d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4b8e45027fa8349b17a803a68cc19b511921801e3edbad48b605092842d7a7 -size 271740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset deleted file mode 100644 index ff54881..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b709e66620252ebd1926a06545b86a09082ae2c9810b3a45d3fb66adafd2bff -size 53233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset deleted file mode 100644 index 9ef7648..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38353282a0ee6b8379cab643fed692f2f92a86e1d900b8a337e6d8ff41a559d4 -size 61037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..f299606 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7464b083763f2720084a5e7013754e4077a17519be7a217b5d8ecd0a192d7856 +size 8474141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..a72ea2f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a74f17d9aec7b5b2b364704983695a58a5dcadd128302c3d905b560ce9a940 +size 16077426 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset new file mode 100644 index 0000000..8291e75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2e3b89ce5e85c059c21f01099cdf41f2ee4f94b9888ed0e01fd864b912bb7d +size 5545336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset index 8203dc5..035ac75 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5e2f9515d709dbd1bcabd384ac9a17a163d15ab84b3eefd0614ea1019e72177 -size 17519 +oid sha256:56cf73229be96ef550ac8572e63e6e884d3485a76b895abd85d1a2f8abbcfbd4 +size 25346