From 6e27871a85e1f25abbde1287dca5078b69b00741 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 21 Nov 2025 16:31:04 +0100 Subject: [PATCH] Added possiblity fo Multiple Molecules in Gas Simulation, fixed Recorder Cassette instant resocketing --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 2 +- .../Content/Development/Gas_Volume/BP_GasSimulation.uasset | 4 ++-- .../Content/Development/Gas_Volume/NS_GasMolecule.uasset | 4 ++-- .../Development/StarterContent/Materials/M_Basic_Wall.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/VRE/Misc/Meshes/CubeMaterial.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../World/Interactibles/Electrical/Recorder/lambert2.uasset | 4 ++-- .../Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 1961395..e47a497 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -33,7 +33,7 @@ ConfiguredInternetSpeed=15000 ConfiguredLanSpeed=20000 [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/Maps/MotionControllerMap.MotionControllerMap +EditorStartupMap=/Game/Maps/Map_Gameworld.Map_Gameworld LocalMapOptions= TransitionMap= bUseSplitscreen=False diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset index 1e1492c..aaea58f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd61996e84432b5330c09cdbc787570e9b9d79aeb2230f9bfa63ad4ef0523ff5 -size 188830 +oid sha256:dcafe50b316766443d3bc3e2e6dc7206a97db00e65206d19d26a33d769264003 +size 184312 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset index 73af1b0..24b2cb9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd437421278119b256089f916247bc49c109dd871a341feacdbd499924ebb510 -size 1076452 +oid sha256:d4b1b55adfa0da546cd8734ac4fd3e9726931a3fd3ffe9cab853ca50db384b01 +size 1195538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset index cdb1333..097a230 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:919c4baee1f3f43cbf9c24f8bdafdd0b9e8a75df33334289fbf54c41df3ead5b -size 10666 +oid sha256:67ae7b5db4a19280b5d8f61fc6cf278ad2927f83c9b4bda6bbbe918a58605827 +size 10834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5d4cc47..7544b9a 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:fde1912607584bc937fd78604b0a79cbf3763465ebc7b7ba398784b167f39fbb -size 5208597 +oid sha256:b4d0ad5d2f0a8a953095a3582fd9a576238759f270f998f1f8d88d11bb7f9bab +size 5223816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index faa2092..e145a22 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b49e5c73638e0819992d9a105c72d12582d42cb9306399ffa415a5ad2c90dcbd -size 113742 +oid sha256:49252178c08a3d2a1fb90c6fc64832b3b7951c13f00b32060bd57238cb3299cb +size 154114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 8b158de..6c95134 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:3042ed3c68d29a64875927b42caa7e0bb8a4d2125eb25165470c019b36987468 -size 224870 +oid sha256:ada1a6252a8be3899d81330cd959410ff27843090204052ac780c4149757b1c3 +size 206649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Misc/Meshes/CubeMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Misc/Meshes/CubeMaterial.uasset index 0f7734f..636ef09 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Misc/Meshes/CubeMaterial.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Misc/Meshes/CubeMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dd4694fe989e2d99ce8e2711f4e21f693f637f892a577ad6ed2c85b7cd11222 -size 9758 +oid sha256:821b47b596a8504a5ec3575960ad04a3d64776404a01acd292dc6cd062e7fb2f +size 9926 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 a241a95..737edb7 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:d4ac84d845865f14502e6c17ad27aec503111bd9d782ee0ab7f91c09f9a44d52 -size 44106 +oid sha256:3a368ce33994c1d48403c6702ce1c09d37c43cd5e1382b355c7c7d8989d16320 +size 96396 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 4e2b2b9..76b3595 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:858a3e2c34e0bd47f1eaa8d551a3ef27cb3d05509ad3789f55fa38e0f253aa42 -size 447714 +oid sha256:5f4234dac7525dbfafe93f936fdff323d3aba033ab449c0dc2f9996f8511dda9 +size 465240 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset index 035ac75..cd9e88d 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:56cf73229be96ef550ac8572e63e6e884d3485a76b895abd85d1a2f8abbcfbd4 -size 25346 +oid sha256:685dcfb7b47361e62239072beb6c8f0642df009652acca2e11b987d184a69c10 +size 25061 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset index c7c65db..ab0f448 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:511e1783556469bdd20aac67909cfd19a9a0eb0b56acdab618ae8b3624f29bf6 -size 63276 +oid sha256:bbfa33606256d82415e4307709ec66d40805853acf010070907de70efdb41e03 +size 65301