From dfa8e0fbc38b4b68d506552711342432940c6db1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 17 Feb 2025 23:32:49 +0100 Subject: [PATCH] New Locker Material, Procedural Hole Cutting for Floor/Wall with Dynamic Mesh, Fixed Pipe UV, Added Gratings --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerBody.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerDoor.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/M_Locker.uasset | 3 +++ .../DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset | 4 ++-- ..._Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset | 4 ++-- .../DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset | 3 --- .../Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../Interactibles/Furniture/Bench/BP_PhysicsBench.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Bench/Bench.uasset | 3 +++ .../Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset | 3 +++ .../Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset | 3 +++ .../Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset | 3 +++ .../World/Interactibles/Furniture/Bench/M_Bench.uasset | 3 +++ .../Content/World/Materials/Editing/M_ToolVis.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 3 +++ .../World/Materials/StoneTiles/M_WorldAlignedBump.uasset | 4 ++-- .../Content/World/Static/Mask/BP_WalkMask.uasset | 3 +++ .../Content/World/Static/Mask/MPC_WallMask.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe1.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/Straight.uasset | 4 ++-- .../World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset | 4 ++-- .../Content/World/Static/Stairs/Gratings/Grating1.uasset | 3 +++ .../Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset | 3 +++ .../Content/World/Static/Stairs/Gratings/SM_Grating1.uasset | 3 +++ .../World/Static/Stairs/Gratings/SM_Grating2_Square.uasset | 3 +++ .../Content/World/Static/Walls/BP_CutTool.uasset | 3 +++ .../Content/World/Static/Walls/BP_FloorSubtract.uasset | 3 +++ .../Content/World/Static/Walls/Struct_CutShape.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 37 files changed, 92 insertions(+), 37 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5b315e3..707dcac 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:475eb33ae399707fe77e5190400df7c9e946672ae68a204ff2aba55840d228b9 -size 349532 +oid sha256:220d2927211c2693bd8fe649ccdb0b2a57412508d73f8fc4af1ff32312e8d08b +size 366545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index f7ad00d..5de753a 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:083d1821e3f66ac7550335d0afd82453a6f19a6ec654ccdd9f64d3056464a3f9 -size 1624731 +oid sha256:5c549745faa2cb0265bcda5a28e18b966b0e778e351b71380c4859076ccb2c4f +size 1627544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset index aa5aecb..5bc9b50 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:252e117f027db388f4fd647c7520fe241637c1fe6480000dd23bd8ec74bbb846 -size 85373 +oid sha256:8f0087acf45130e43f64ef709573a736d8101152923d61809bb452a7d0798fd1 +size 84647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset index 20e3cd9..f1ff7d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09c7eb4e001691bd3692018924a235c81893292389d6fe840fed0af95d502246 -size 36810 +oid sha256:1822d084f6b0f74c9c5db0df0863385829651c6a02a7ee0288687c65b379309c +size 109886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset index 721604e..f1ad699 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eeec961462fd4ca9640a8547dde3450d6d4d050e5b465c71e11effb6dc47955 -size 64252 +oid sha256:6a8adcec69e6caae398126a9a56913738f3fc332ebdef4ac9480553a5caf3e08 +size 157876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset new file mode 100644 index 0000000..fd7235e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5343abd4bee92aca2405ff3a7dc4199556e6bcca0d9e7451efac46e74b118a4f +size 16701 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset index 65b5d77..f00bc66 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b39f6343be23d24f89178a9c2a8d65dce7516877dfb2c012d39d819e349e8f76 -size 11698279 +oid sha256:d90daad11d2cdd22a41b4ff17bb46b772d9706ab9d13376c920d213bdf73146d +size 26418594 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset index 039e953..9015a39 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f33d0a68e1bb400f56d4a0c745542a6bec454fb1d1bc97711cc15655924385c -size 10813211 +oid sha256:00fb68187eaf9c08e242f4ce66adfbd7d55b9c80d54e7fbf7849615084573bcc +size 11055339 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset index ea481d8..32c6573 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:850071555a236001af50de510844d31c185ee5f53a5bf3f0a4e0c255b19b5032 -size 10955417 +oid sha256:77bac45570ba68826db1345c5d99fdec4b7e8ebbf8d84576b1f0f88454f70db3 +size 64768380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset deleted file mode 100644 index e90e7cf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e4b8133afc536332cef3aaaf0a6410b5bbc4b23e836e090b49a80cfe739167d -size 57630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset index 5e31cad..5b8cae2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e5f476146385a2fcb8a1ea30be8c211a18246a38bf3bb7bad7a6f35b7c082e7 -size 125384 +oid sha256:41a3c24dbcb54596791cba58a2b352cd7181a575323d66c2e6263f0c4288ba1f +size 127197 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 baefe82..c03f94c 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:1cd2b03784bc2f7b6d47666b066e290eddb1eba6a1e1eefb351365c12b65d674 -size 305116 +oid sha256:03d94ce225ed5578214372d3b39a954d9e4e5cb85d9bba66fcf67e81696e8601 +size 238949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset new file mode 100644 index 0000000..f433a3c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f19e17aa6171b1c0ec75ec6244c914965313921dc9a73571325cc188b58d36 +size 34648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset new file mode 100644 index 0000000..03b8811 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b28aa38d99b359fddde16de034dbc6e23754144587bd271e416c5f1ed9999d +size 79002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset new file mode 100644 index 0000000..32ed7fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d942704c15b0162aa44fafd7929acba07cecc11f41de3ec33a9bf3322bd2ac5 +size 17984575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset new file mode 100644 index 0000000..e26c089 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efedb552a4801beffaa731beccedf285ba75c3f686c244f0e232980591b111e +size 10718678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset new file mode 100644 index 0000000..9d1943b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c9846d7113168f12b9461cbbb6666e92bcb6e7a4dfbf03dd028eefa335822 +size 57790744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset new file mode 100644 index 0000000..31ed741 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7139703db484a0297d94c1a71c38627ccafd1db88213f31aa63ffa1d56122 +size 56915 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset new file mode 100644 index 0000000..f45d657 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0db623628173bf727765147de85f280ca2dd2d047e0f778ff9f2468919e5c76 +size 13749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset new file mode 100644 index 0000000..40cd94d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b222628f3ede04da37c22c2dbfb172bb1ef4f07b7c82d06d3e2e9f86d917827 +size 59329 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset index 3e5a1d4..a4739cb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bc1383cb8919b03259068d4427f8649841fca0c89bd4812566f34846abac64e -size 53234 +oid sha256:fa96b3990d046fec43254ebe02de5dca1700f0d78b6c39b44b600ea362b6a00a +size 1583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset new file mode 100644 index 0000000..7706800 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4d37a6d422743aa5ded0a6d888ce1bef2f828688e7999e21e70e767a00c49 +size 46117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset new file mode 100644 index 0000000..94cffe9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5222a4a9e493b32b7d49eb5534b06cba6e26d0e5ff3d8b28a497752c804828 +size 2059 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset index 4e22af1..60ca9e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbd9a05417cf51357ee4cba63cea442c90839f229708bee0a3aca2bdce3bab4d -size 80745 +oid sha256:079ba1a42d6426410cb61206452b9b797c9407e5ca45826ff06c08038079d3ba +size 80676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset index ccfef1e..ad9c731 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f800c860399fdbd5f9272e11f9d9b8ec80f92d3eeb1ef63da92b896a7e2578a -size 62292 +oid sha256:4fbc4920756fb5e4c56956fc06e206fbf1008fa43d09ec6a07910cf50ef0b0b9 +size 62501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset index 578faca..faed478 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b33dfc3545e50fa3f2da5d3a46e3780c4623abbcb4b32a35c5a3ac24af68f2e -size 85529 +oid sha256:dfc3872304c90875f0e69cc149e8da134035afd4ac79515db1cc4d9be735adb4 +size 72307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset index f9a2380..7ae1e05 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6b7e74887dc31f339b62f49ff0f5dfe462ff5172fd7316de63f1b886dbc1cbe -size 12099 +oid sha256:00b8295b5a4ea8aa61d8c68b9ff42c6528f8f28801a69e00444e92cfd8619c45 +size 12801 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset index d530175..28ef96a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89602f25284c7601c80516445ada8c5064ba25585c5fbd309db7946ee18806d7 -size 61920 +oid sha256:27649572c6590629246fcb5760272c780eb9c00809e5de7f1bc128bc167efbe3 +size 60232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset index b90d9c5..83c635f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dc8046fcca44340fbd7b1d7300d7a116d2dfe9ce3b90dee0073e2311d6f07cb -size 313588 +oid sha256:f398fabebab4561019eeeb850201093e32599750b3369052ff1e9a1dd66c9632 +size 1669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset new file mode 100644 index 0000000..b385875 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c27f6d7717f1483f25786143f61f53292bdd29fa0587ecefd8b30a9be7860b +size 1552 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset new file mode 100644 index 0000000..f640d00 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948c2b4b4bb3e02b5d82499345924a9d0cbaa800efc580b747907f81561dac4e +size 313630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset new file mode 100644 index 0000000..f6eb1f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d5a7209d82890dca8ea9f351e88ec7066d2a31d0b6e4f979edd53486f0d584 +size 96527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset new file mode 100644 index 0000000..8cabc46 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe8689fa2c12345eb785910e41f663e0b7dcd76a5ae524bae9235daed02aa6f +size 82522 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset new file mode 100644 index 0000000..3167830 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bab81a278643fae50163f67b8b2e547ff6fb0856703b43af369e4d06f3a81f +size 70145 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset new file mode 100644 index 0000000..e0c1afa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af58bd40da71bbedfcaefee7a44b7f1331097091d4fcc93593880a978c163c3 +size 95077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset new file mode 100644 index 0000000..84188ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428a7f5ac6f1f4cfb643a8798219a78cb78fa558ad3347010d2eb7afc8d39d52 +size 2767 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 5aea7c8..f260f8f 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -100,6 +100,10 @@ { "Name": "PhysicsControl", "Enabled": true + }, + { + "Name": "GeometryScripting", + "Enabled": true } ], "TargetPlatforms": [