From 21f1112b8979c21ff057ee74b33114aa1336948c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 30 Apr 2025 16:00:31 +0200 Subject: [PATCH] Baking and Texturing things --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Tables/Table/Furniture3.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Diffuse.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Metalness.uasset | 3 +++ .../Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Roughness.uasset | 3 +++ .../World/Interactibles/Furniture/Tables/Table/Table.uasset | 3 --- .../Interactibles/Furniture/Tables/Table/Table_001.uasset | 4 ++-- .../Furniture/Tables/Table/wood_table_worn.uasset | 4 ++-- .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset | 3 +++ .../Metal061B_2K-PNG_MetallicRoughness.uasset | 3 +++ .../Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset | 3 +++ .../Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset | 3 +++ .../World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset | 3 +++ .../World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset | 3 +++ .../Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset | 3 +++ 22 files changed, 54 insertions(+), 21 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 9179444..5765008 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:9faacdb1ea2b87c24a9aa5d52712dbba99fb7741d7fadf196fa6eb748fe0b598 -size 608220 +oid sha256:69bc180462c0814dbbe100903d5d57a789eef9dbc37771073171ebbb936dd7f4 +size 599886 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 c394479..f604563 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:a9a0825c950fd2e93d35bb0b82373162ea209d6959121a18dfe379d752b8a912 -size 30166 +oid sha256:144bb53a2b23bdc756971018d2466787d61c81cb3d7f8858eb8ad1d6fb7f211b +size 47060 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 e50bc5f..cf94667 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:989ef4b8dae0dc64846a61c054ffeb14eddb4d6757a08649a8a6964d473a3135 -size 88827 +oid sha256:107879bebf9f2024316d2bdd00cc979558d935e255c039f8e20fa1bfef0a949e +size 113928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset index d775dea..7c64b3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:326f82ec92352911714ec4aba35b877157205e4234ab3587d1ff5d70bc514108 -size 100764 +oid sha256:839a1810a3a4ff617c19c1a42b41bf3d333bca769a4e260f8e4d876367889c14 +size 103705 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 06fb00f..8eeb09f 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:889bef67c3d8930c6a5f2ab81b9eb8b55012e9ba92b0bd700e1e0dce337e460a -size 15564 +oid sha256:3171c5301373268d78c2a5be30b04559981e9398069bc29a02c84df36b3eaa59 +size 24723 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 d42677b..419440f 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:2d5c095a63fc9408d387b648f83a494baaaba520521900887eefb6f6d5dca302 -size 229449 +oid sha256:e645d6b1313f956391d51fbc2655473e519610342530a29d612cfedd82ea5de2 +size 229427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset new file mode 100644 index 0000000..55dbda9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cc052f4bcdd377a26b0c47c4c900dbf4ecb159a2cf05cf7c047a1dc2dcdad0 +size 747013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset new file mode 100644 index 0000000..dc782e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca26c8d90fd81535b93bdbd8f623a6f41fc05bd4a479c155d13f4494edd3699 +size 22355731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset new file mode 100644 index 0000000..ebf9dbd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e37cb2b0fd0d338ef00ca6af8b092a896536ae3760adacbafc944e33558ff18 +size 277618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset new file mode 100644 index 0000000..b9ddc40 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4153b6c5691de53ae04f7d36585d66a8b64f8b3b51bd75024aadbf4056075e7e +size 81065585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset new file mode 100644 index 0000000..fc12b6a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8208067cea8f062b73c9b5af5c3f9724b70035c7cd013aad04fed026d2da8b1e +size 10499834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset deleted file mode 100644 index cff003d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82cd8690cc3935c8fa3b050dd81be1a5b7e4012be99b140cc2e8e2bbc4ff665 -size 748470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset index a43f4ff..9f781d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:761658ddfed157fc87c2cd2d9abb5193f88c04a45c8191525e7e35b14f26e091 -size 157244 +oid sha256:6ee88dcb6196d602e067246fef6dbba6ea87de519dc6732eef4169ab7eca4816 +size 158441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset index 5184afc..3ae1836 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7281911138c841304823b03ead4490e507d02f5d0d434f20086c99b996ea1a31 -size 56127 +oid sha256:955e909c047a4fab715e78452a5cf7fb113d75670c513bcfc6a53e4c62267461 +size 60602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index c8014db..42c537a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a837c35453449d585e6b44b073110e6a7d16b96b1a01b30e6ac01a1e2dbc8bec -size 173559 +oid sha256:a2487c83ee7e82d9017643588e11b06f2713ae640be7cacb05c412d7a78d335e +size 204142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset new file mode 100644 index 0000000..056a718 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620aa20483b579be94aa09e413d65e58e9601574d8e5893e174c11d3ac484af +size 5372867 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset new file mode 100644 index 0000000..be3c3ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74f1088b42462dd37c631e9b5122b373ee7c3f2fdc48662397fc22dcae66e1d +size 1510838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset new file mode 100644 index 0000000..1d55f8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abffb5bb370641a7108d2dcd76df4c09e8dedf0a557c58e5a9e2b17089e91d7 +size 17419571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset new file mode 100644 index 0000000..d120fcd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0960d026a8fa09494f008c02118b34f72484c5fe0172a30460472a7a3d04702 +size 42212447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset new file mode 100644 index 0000000..9ef1f1b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857ef02d5bf7a00e0beafec2248ea2bbf05bd9b91816be9eddd1bcb8cadce769 +size 14813788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset new file mode 100644 index 0000000..9daf8a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ba331314bfe20a4f173e043298682737b8d70754556cfb09e7ca3bd9f2d8ae +size 56082682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset new file mode 100644 index 0000000..187bd25 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df67728980b4168bf6d538b5129f517bbf9179cb3270f098e05ae021b5e7007 +size 11483864