From c7748a349f89254429a37dcb1eb5affe05faf8b7 Mon Sep 17 00:00:00 2001 From: trondperry Date: Mon, 24 Nov 2025 20:51:28 +0100 Subject: [PATCH] Romskip itererering --- .../Cargo/Master/Materials/M_KB3D_Master_Masked.uasset | 4 ++-- .../Blueprints/Props/BP_KB3D_API_PropBooksStack_A.uasset | 3 +++ .../Levels/KB3D_API_PropBooksStack_A.umap | 3 +++ .../Materials/MI_KB3D_API_BooksAtlas.uasset | 3 +++ .../StaticMeshes/SM_KB3D_API_PropBooksStack_A_Main.uasset | 3 +++ .../Textures/T_KB3D_API_BooksAtlas_ARM.uasset | 3 +++ .../Textures/T_KB3D_API_BooksAtlas_basecolor.uasset | 3 +++ .../Textures/T_KB3D_API_BooksAtlas_normal.uasset | 3 +++ .../Blueprints/Props/BP_KB3D_CPI_PropBooks_A.uasset | 3 +++ .../kb3d_cyberpunkinteriors/Levels/KB3D_CPI_PropBooks_A.umap | 3 +++ .../Materials/MI_KB3D_CPI_DecalGraphics.uasset | 3 +++ .../Materials/MI_KB3D_CPI_LeatherTrimA.uasset | 3 +++ .../StaticMeshes/SM_KB3D_CPI_PropBooks_A_Main.uasset | 3 +++ .../Textures/T_KB3D_CPI_DecalGraphics_ARM.uasset | 3 +++ .../Textures/T_KB3D_CPI_DecalGraphics_basecolor.uasset | 3 +++ .../Textures/T_KB3D_CPI_DecalGraphics_normal.uasset | 3 +++ .../Textures/T_KB3D_CPI_DecalGraphics_opacity.uasset | 3 +++ .../Textures/T_KB3D_CPI_LeatherTrimA_ARM.uasset | 3 +++ .../Textures/T_KB3D_CPI_LeatherTrimA_basecolor.uasset | 3 +++ .../Textures/T_KB3D_CPI_LeatherTrimA_normal.uasset | 3 +++ .../Blueprints/Props/BP_KB3D_IRF_PropBook_B.uasset | 3 +++ .../Cargo/kb3d_ironforge/Levels/KB3D_IRF_PropBook_B.umap | 3 +++ .../Materials/MI_KB3D_IRF_AtlasGraphicsA.uasset | 3 +++ .../StaticMeshes/SM_KB3D_IRF_PropBook_B_Main.uasset | 3 +++ .../Textures/T_KB3D_IRF_AtlasGraphicsA_ARM.uasset | 3 +++ .../Textures/T_KB3D_IRF_AtlasGraphicsA_basecolor.uasset | 3 +++ .../Textures/T_KB3D_IRF_AtlasGraphicsA_emissive.uasset | 3 +++ .../Textures/T_KB3D_IRF_AtlasGraphicsA_normal.uasset | 3 +++ .../Textures/T_KB3D_IRF_AtlasGraphicsA_opacity.uasset | 3 +++ .../Materials/MI_KB3D_MTM_LeatherWhiteOldA.uasset | 3 +++ .../Textures/T_KB3D_MTM_LeatherWhiteOldA_ARM.uasset | 3 +++ .../Textures/T_KB3D_MTM_LeatherWhiteOldA_basecolor.uasset | 3 +++ .../Textures/T_KB3D_MTM_LeatherWhiteOldA_normal.uasset | 3 +++ Hule/Content/Maps/HOVEDMAP10_Foliage_Landskape.umap | 4 ++-- Hule/Content/Romskip/Romskip.uasset | 4 ++-- 35 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Blueprints/Props/BP_KB3D_API_PropBooksStack_A.uasset create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Levels/KB3D_API_PropBooksStack_A.umap create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Materials/MI_KB3D_API_BooksAtlas.uasset create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/StaticMeshes/SM_KB3D_API_PropBooksStack_A_Main.uasset create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_ARM.uasset create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_basecolor.uasset create mode 100644 Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_normal.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Blueprints/Props/BP_KB3D_CPI_PropBooks_A.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Levels/KB3D_CPI_PropBooks_A.umap create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_DecalGraphics.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_LeatherTrimA.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/StaticMeshes/SM_KB3D_CPI_PropBooks_A_Main.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_ARM.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_basecolor.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_normal.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_opacity.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_ARM.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_basecolor.uasset create mode 100644 Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_normal.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Blueprints/Props/BP_KB3D_IRF_PropBook_B.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Levels/KB3D_IRF_PropBook_B.umap create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Materials/MI_KB3D_IRF_AtlasGraphicsA.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/StaticMeshes/SM_KB3D_IRF_PropBook_B_Main.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_ARM.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_basecolor.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_emissive.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_normal.uasset create mode 100644 Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_opacity.uasset create mode 100644 Hule/Content/Cargo/kb3d_missiontominerva/Materials/MI_KB3D_MTM_LeatherWhiteOldA.uasset create mode 100644 Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_ARM.uasset create mode 100644 Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_basecolor.uasset create mode 100644 Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_normal.uasset diff --git a/Hule/Content/Cargo/Master/Materials/M_KB3D_Master_Masked.uasset b/Hule/Content/Cargo/Master/Materials/M_KB3D_Master_Masked.uasset index c153280..2c3d06e 100644 --- a/Hule/Content/Cargo/Master/Materials/M_KB3D_Master_Masked.uasset +++ b/Hule/Content/Cargo/Master/Materials/M_KB3D_Master_Masked.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a31129d1840768b967376e2928bb25022cdf55f94362bbb7e266011970288c9 -size 40628 +oid sha256:c4af4dae9a6ed9f6eda186a7a5f64b65da3ef5a59196b9674b39982c12755461 +size 40677 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Blueprints/Props/BP_KB3D_API_PropBooksStack_A.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/Blueprints/Props/BP_KB3D_API_PropBooksStack_A.uasset new file mode 100644 index 0000000..f43bb1a --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Blueprints/Props/BP_KB3D_API_PropBooksStack_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20005b7aebc08a7463bee31748af4b22e7d7398b9a332188f1d18f13e703dd91 +size 34319 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Levels/KB3D_API_PropBooksStack_A.umap b/Hule/Content/Cargo/kb3d_apartmentinteriors/Levels/KB3D_API_PropBooksStack_A.umap new file mode 100644 index 0000000..3c82e1e --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Levels/KB3D_API_PropBooksStack_A.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aba37c08c789c40c5e20f071d85483bb68f2177420e627e2c21e47d3765a3a +size 11458 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Materials/MI_KB3D_API_BooksAtlas.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/Materials/MI_KB3D_API_BooksAtlas.uasset new file mode 100644 index 0000000..6ec6544 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Materials/MI_KB3D_API_BooksAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d9b211b9ecd18c0655d6d6e3a17abf765a63a9865c1f85f8895d6aa3862a70 +size 18873 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/StaticMeshes/SM_KB3D_API_PropBooksStack_A_Main.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/StaticMeshes/SM_KB3D_API_PropBooksStack_A_Main.uasset new file mode 100644 index 0000000..f6872ab --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/StaticMeshes/SM_KB3D_API_PropBooksStack_A_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28442be424fcc7a872d271ba9d99cac760d566047c82fc3d855e027e3d01381d +size 25056 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_ARM.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_ARM.uasset new file mode 100644 index 0000000..3b17122 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_ARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae635c0b4cdbb9b0ed29bc8a9821124e6834ba5efa69111a03703f5e848d33c +size 2357993 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_basecolor.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_basecolor.uasset new file mode 100644 index 0000000..4160249 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b225d95cb6565d8454bf1a8d92f59d77d121d5ebb8ed626c37a8f30f43319 +size 3510981 diff --git a/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_normal.uasset b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_normal.uasset new file mode 100644 index 0000000..17adb64 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_apartmentinteriors/Textures/T_KB3D_API_BooksAtlas_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3e2d1532a590acc224d3fced6d72b4e84816a3053257ba42f2685f1da1d834 +size 2852988 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Blueprints/Props/BP_KB3D_CPI_PropBooks_A.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Blueprints/Props/BP_KB3D_CPI_PropBooks_A.uasset new file mode 100644 index 0000000..5d1241b --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Blueprints/Props/BP_KB3D_CPI_PropBooks_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b571193c8e1c961694a3f3e5bd3afd3f25ea1d84ecd7d0c6040680c6700cac +size 33010 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Levels/KB3D_CPI_PropBooks_A.umap b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Levels/KB3D_CPI_PropBooks_A.umap new file mode 100644 index 0000000..2363a58 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Levels/KB3D_CPI_PropBooks_A.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446e1403dd04a820ce80aca168a4790fab1f6dc47cc9bc976510ef43206880cb +size 11246 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_DecalGraphics.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_DecalGraphics.uasset new file mode 100644 index 0000000..74a0363 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_DecalGraphics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ee044788ad040ca7542f926e4c8b775e7bbc19f59d25b7447334fdd9dd6633 +size 15851 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_LeatherTrimA.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_LeatherTrimA.uasset new file mode 100644 index 0000000..eb2f3db --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Materials/MI_KB3D_CPI_LeatherTrimA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a5c49efcc25b25157f3ac63d444809584e75d04ac47795ff4192eba45fa643 +size 13177 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/StaticMeshes/SM_KB3D_CPI_PropBooks_A_Main.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/StaticMeshes/SM_KB3D_CPI_PropBooks_A_Main.uasset new file mode 100644 index 0000000..68b73d1 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/StaticMeshes/SM_KB3D_CPI_PropBooks_A_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d961d7497fb00571ae2eb0223d5edb3d83e441f3b13ba25aa337064513b01f8 +size 41174 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_ARM.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_ARM.uasset new file mode 100644 index 0000000..e8c7028 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_ARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b97740780420459a9df63fc6b3c9b1abe9e28683926d68fceeedea5a65abe9 +size 9935 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_basecolor.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_basecolor.uasset new file mode 100644 index 0000000..c41124b --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a0485cb47907d30a34e136f042ee0d452fb1eb875e074fa3586d99cbdbe26b +size 3432182 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_normal.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_normal.uasset new file mode 100644 index 0000000..5fea4e1 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a7cc91e66f68ddbd60498177cf249f368edcf17e1235fa3083b8a197f69f87 +size 3136839 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_opacity.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_opacity.uasset new file mode 100644 index 0000000..4f7d27f --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_DecalGraphics_opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04114984606331ebf76deb6bc307baa811d08ef8c865b757f138d480b40fcee9 +size 374287 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_ARM.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_ARM.uasset new file mode 100644 index 0000000..bfe769c --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_ARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3dfebdf8c8dd0ba57d84069302a4a3d0190dc8912181b55b6c8defb7321a86 +size 3247232 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_basecolor.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_basecolor.uasset new file mode 100644 index 0000000..4ff4aa9 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a6e968b0381f0c24008fbfb4333fff73e583d533ba0fae2c4a31250bc24776 +size 5073695 diff --git a/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_normal.uasset b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_normal.uasset new file mode 100644 index 0000000..7a118f7 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_cyberpunkinteriors/Textures/T_KB3D_CPI_LeatherTrimA_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bf3e27dba62299891a106638e29eb47c4293d09ee6cec6b21565ac2b654204 +size 7978044 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Blueprints/Props/BP_KB3D_IRF_PropBook_B.uasset b/Hule/Content/Cargo/kb3d_ironforge/Blueprints/Props/BP_KB3D_IRF_PropBook_B.uasset new file mode 100644 index 0000000..276cb2a --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Blueprints/Props/BP_KB3D_IRF_PropBook_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2c40e2f46d50fed13def7d7aa4c911f357b218f46f6773bc648af21768876f +size 32644 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Levels/KB3D_IRF_PropBook_B.umap b/Hule/Content/Cargo/kb3d_ironforge/Levels/KB3D_IRF_PropBook_B.umap new file mode 100644 index 0000000..510485d --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Levels/KB3D_IRF_PropBook_B.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86df7dff0cfe8437f2d7ae7510c117c2985386bd05e8a4de312da8856ce86e34 +size 11289 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Materials/MI_KB3D_IRF_AtlasGraphicsA.uasset b/Hule/Content/Cargo/kb3d_ironforge/Materials/MI_KB3D_IRF_AtlasGraphicsA.uasset new file mode 100644 index 0000000..e845f97 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Materials/MI_KB3D_IRF_AtlasGraphicsA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a570f095d5f277447c268e1ffacfa84f065503ce915e54a9ceb9e149c7df55 +size 14126 diff --git a/Hule/Content/Cargo/kb3d_ironforge/StaticMeshes/SM_KB3D_IRF_PropBook_B_Main.uasset b/Hule/Content/Cargo/kb3d_ironforge/StaticMeshes/SM_KB3D_IRF_PropBook_B_Main.uasset new file mode 100644 index 0000000..81873fc --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/StaticMeshes/SM_KB3D_IRF_PropBook_B_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c04673859b7158ac7a8c62affcb411b0fbf846423256605700fc1362912329 +size 42468 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_ARM.uasset b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_ARM.uasset new file mode 100644 index 0000000..0e3ee0a --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_ARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67ba4ba5ec53c8b2da88da45a57548862e33547be18924d6c6dfbb2ec1ab531 +size 3343512 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_basecolor.uasset b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_basecolor.uasset new file mode 100644 index 0000000..b1962c8 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3258d0df7ee5a00a5643b050445c6e227c4ca95638bd0d0c259ee0439f8cedce +size 7345500 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_emissive.uasset b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_emissive.uasset new file mode 100644 index 0000000..eb4d366 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70337b3ee5fe892b5b495b29cca230415dc6d36f44c6f0552cc57fdd4a9e7300 +size 657830 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_normal.uasset b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_normal.uasset new file mode 100644 index 0000000..ba32c60 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b95b8e31ca50bf64595df0ffea86bb6a537b3bd8b04144cbb045a0643fe00b +size 3672010 diff --git a/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_opacity.uasset b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_opacity.uasset new file mode 100644 index 0000000..710da40 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_ironforge/Textures/T_KB3D_IRF_AtlasGraphicsA_opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ccc58848bed2d984a978f3df32d802a88e522bcd82f9d0a2d30dc84276768b +size 132794 diff --git a/Hule/Content/Cargo/kb3d_missiontominerva/Materials/MI_KB3D_MTM_LeatherWhiteOldA.uasset b/Hule/Content/Cargo/kb3d_missiontominerva/Materials/MI_KB3D_MTM_LeatherWhiteOldA.uasset new file mode 100644 index 0000000..3d40fc0 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_missiontominerva/Materials/MI_KB3D_MTM_LeatherWhiteOldA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6aa290070532c26d0df0b37f51961adfbf4a31b9a537a60a2d51c6f388fd0b +size 11565 diff --git a/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_ARM.uasset b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_ARM.uasset new file mode 100644 index 0000000..77523f3 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_ARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a251628d47f16ec7311a8a6c1f1385b68359f257daeabdf04f6f7d3aa1614e +size 6159029 diff --git a/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_basecolor.uasset b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_basecolor.uasset new file mode 100644 index 0000000..5c10986 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44365b2c0e6e14f14c3f1fbaa3d8ed8c515a7f9440b0256489afc4259b77ae4 +size 5261243 diff --git a/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_normal.uasset b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_normal.uasset new file mode 100644 index 0000000..85dc192 --- /dev/null +++ b/Hule/Content/Cargo/kb3d_missiontominerva/Textures/T_KB3D_MTM_LeatherWhiteOldA_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c604c438573961d6ea3436a67156b84f2c1dc44264669996c6f0ea4db6c886 +size 9861545 diff --git a/Hule/Content/Maps/HOVEDMAP10_Foliage_Landskape.umap b/Hule/Content/Maps/HOVEDMAP10_Foliage_Landskape.umap index bd2de36..d775f6c 100644 --- a/Hule/Content/Maps/HOVEDMAP10_Foliage_Landskape.umap +++ b/Hule/Content/Maps/HOVEDMAP10_Foliage_Landskape.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a10dde2afeb5fdcb859895dd269293dca4e846cf91fbb2bd582d8ff7e16bf26 -size 126238099 +oid sha256:de93651237df411f0b22d103cad8464f8fc42785ab10a788fe617a5e5daaaaaf +size 126239204 diff --git a/Hule/Content/Romskip/Romskip.uasset b/Hule/Content/Romskip/Romskip.uasset index 6a3dc72..acaafbd 100644 --- a/Hule/Content/Romskip/Romskip.uasset +++ b/Hule/Content/Romskip/Romskip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69775fd52ed4f14dc7eb5984fc6bce99835a20d415d781f30fc8706b3ef8899a -size 191147 +oid sha256:84a5e568f6dfea3956fdde1cb2a01d8cbd7ec3910a73372b7b8bd809e3da3dce +size 194042