From 32a2295e0a5203c518c1409850ee0bcda31dcaf2 Mon Sep 17 00:00:00 2001 From: DEFIAT Date: Sat, 18 Nov 2023 23:16:09 +0400 Subject: [PATCH] fix light day-night Sky Lathern --- Japan_Raid/Config/UserEngine.ini | 6 ++++++ .../Content/Bluprint/BP_SkyLattern.uasset | 4 ++-- .../HDRI/kloppenheim_07_puresky_8k.uasset | 3 +++ Japan_Raid/Content/Levels/Cameras.umap | 4 ++-- Japan_Raid/Content/Levels/Creatures.umap | 4 ++-- Japan_Raid/Content/Levels/Fog.umap | 4 ++-- Japan_Raid/Content/Levels/Light_day.umap | 4 ++-- Japan_Raid/Content/Levels/Light_day_HDRI.umap | 4 ++-- Japan_Raid/Content/Levels/Light_night.umap | 4 ++-- .../Environment/M_MainHouse_Roof.uasset | 4 ++-- .../Material/M_Volumetrik_Fog_Inst1.uasset | 4 ++-- .../Material/M_Volumetrik_Fog_Inst3.uasset | 4 ++-- .../Material/Moon_material/Moon.uasset | 4 ++-- .../Material/Moon_material/Moon_BP.uasset | 4 ++-- .../Material/Moon_material/Moon_glow.uasset | 4 ++-- .../Material/Props/Deffuse_1_Mat.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_1_Inst1.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_2_Inst.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_3_Inst.uasset | 3 +++ .../Material/SkyLattern/Sky_lather.uasset | 4 ++-- .../SkyLattern/f_Baloon3_Inst5.uasset | 3 +++ .../Material/SkyLattern/f_Inst4.uasset | 4 ++-- .../f_SM_Sky_Lathern_Baloon_1_Inst1.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_2_Inst.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_3_Inst.uasset | 3 +++ .../f_SM_Sky_Lathern_Baloon_3_Inst4.uasset | 3 +++ .../Meshes/Props/Animation/Default.uasset | 3 +++ .../Animation/M_ScyLathern_furniture.uasset | 3 +++ .../Meshes/Props/Animation/Rope.uasset | 3 +++ .../Props/Animation/Rope_PhysicsAsset.uasset | 3 +++ .../Props/Animation/Rope_Skeleton.uasset | 3 +++ .../Props/Animation/SM_SkyLAthern.uasset | 3 +++ .../Animation/SM_Sky_Lathern_Baloon_1B.uasset | 3 +++ .../Animation/SM_Sky_Lathern_Baloon_2B.uasset | 3 +++ .../Animation/SM_Sky_Lathern_Baloon_3B.uasset | 3 +++ .../Meshes/Props/Animation/U_rope_n.uasset | 3 +++ .../Props/SM_Sky_Lathern_Baloon_1B.uasset | 3 +++ .../Props/SM_Sky_Lathern_Baloon_2B.uasset | 3 +++ .../Props/SM_Sky_Lathern_Baloon_3B.uasset | 3 +++ .../Content/Textures/Unique/Deffuse_1.uasset | 3 +++ .../Content/Textures/Unique/Roughnes_2.uasset | 3 +++ .../Unique/U_MainHouse_Roof_ORM.uasset | 4 ++-- .../U_Sky_Lathern_Baloon_1_diffuse.uasset | 3 +++ .../U_Sky_Lathern_Baloon_1_roughnes2.uasset | 3 +++ .../U_Sky_Lathern_Baloon_2_Diffuse.uasset | 3 +++ .../U_Sky_Lathern_Baloon_2_roughnes.uasset | 3 +++ .../U_Sky_Lathern_Baloon_3_Diffuse.uasset | 3 +++ .../U_Sky_Lathern_Baloon_3_Roughnes.uasset | 3 +++ .../Content/Textures/Unique/metalik.uasset | 3 +++ .../Particles/Fire/P_Fire_Small1.uasset | 2 +- Japan_Raid/Japan_Raid.uproject | 20 +++++++++++++++++++ 51 files changed, 155 insertions(+), 33 deletions(-) create mode 100644 Japan_Raid/Config/UserEngine.ini create mode 100644 Japan_Raid/Content/HDRI/kloppenheim_07_puresky_8k.uasset create mode 100644 Japan_Raid/Content/Material/Props/Deffuse_1_Mat.uasset create mode 100644 Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset create mode 100644 Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_2_Inst.uasset create mode 100644 Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_3_Inst.uasset create mode 100644 Japan_Raid/Content/Material/SkyLattern/f_Baloon3_Inst5.uasset create mode 100644 Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset create mode 100644 Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_2_Inst.uasset create mode 100644 Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst.uasset create mode 100644 Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst4.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/Default.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/M_ScyLathern_furniture.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/Rope.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/Rope_PhysicsAsset.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/Rope_Skeleton.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/SM_SkyLAthern.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_1B.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_2B.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_3B.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/Animation/U_rope_n.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_1B.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_2B.uasset create mode 100644 Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_3B.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/Deffuse_1.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/Roughnes_2.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_diffuse.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_roughnes2.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_Diffuse.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_roughnes.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Diffuse.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Roughnes.uasset create mode 100644 Japan_Raid/Content/Textures/Unique/metalik.uasset diff --git a/Japan_Raid/Config/UserEngine.ini b/Japan_Raid/Config/UserEngine.ini new file mode 100644 index 00000000..9dd5ec3c --- /dev/null +++ b/Japan_Raid/Config/UserEngine.ini @@ -0,0 +1,6 @@ +[/Script/DLSS.DLSSOverrideSettings] +EnableDLSSInEditorViewportsOverride=Enabled +EnableDLSSInPlayInEditorViewportsOverride=UseProjectSettings +bShowDLSSIncompatiblePluginsToolsWarnings=True +ShowDLSSSDebugOnScreenMessages=UseProjectSettings + diff --git a/Japan_Raid/Content/Bluprint/BP_SkyLattern.uasset b/Japan_Raid/Content/Bluprint/BP_SkyLattern.uasset index 3f7d4d1f..7a7ef9fb 100644 --- a/Japan_Raid/Content/Bluprint/BP_SkyLattern.uasset +++ b/Japan_Raid/Content/Bluprint/BP_SkyLattern.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5812a468f7c4cc12f70589d6602910705e7d3ae8f91da7f39beec04297faf536 -size 235003 +oid sha256:dc71695721e3e974e34f61b73d47eb63ffc353c4efd313c9ab997fda1df2105d +size 424943 diff --git a/Japan_Raid/Content/HDRI/kloppenheim_07_puresky_8k.uasset b/Japan_Raid/Content/HDRI/kloppenheim_07_puresky_8k.uasset new file mode 100644 index 00000000..aa18c196 --- /dev/null +++ b/Japan_Raid/Content/HDRI/kloppenheim_07_puresky_8k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498d7710a6a6a8511fbc2b217fe219da3e73433d5a0f5405fd8c707cadeb3598 +size 33461072 diff --git a/Japan_Raid/Content/Levels/Cameras.umap b/Japan_Raid/Content/Levels/Cameras.umap index 76c86aad..f4f7ab88 100644 --- a/Japan_Raid/Content/Levels/Cameras.umap +++ b/Japan_Raid/Content/Levels/Cameras.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d1362ff3bb8f670835d90432e6f7fc9fe2576224b5fb0d50a7998eb5fc88601 -size 95741 +oid sha256:5031f9ceae7022a95c786c18d429161ec767f747fef2dae536961d3583bc319e +size 95910 diff --git a/Japan_Raid/Content/Levels/Creatures.umap b/Japan_Raid/Content/Levels/Creatures.umap index 09ee1eb3..d353b906 100644 --- a/Japan_Raid/Content/Levels/Creatures.umap +++ b/Japan_Raid/Content/Levels/Creatures.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd7bf81d23a2f1442d90d42517f5ececbace3183dfaba03576a48991edb3dd82 -size 65571 +oid sha256:17310815416dbec4ac51c1903562042269108ba4e3f981f57f23b3adf593d2e1 +size 67843 diff --git a/Japan_Raid/Content/Levels/Fog.umap b/Japan_Raid/Content/Levels/Fog.umap index 4ed44464..954d4822 100644 --- a/Japan_Raid/Content/Levels/Fog.umap +++ b/Japan_Raid/Content/Levels/Fog.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2991864a21669d01230cf061d252ca132834ecc30a7d34723e4496657c7d2afb -size 32525 +oid sha256:2e86ea03203ca69b87674e25deff1e56a436d0facc6572d65f95ac318c5126f4 +size 30666 diff --git a/Japan_Raid/Content/Levels/Light_day.umap b/Japan_Raid/Content/Levels/Light_day.umap index 397bb647..56bedc85 100644 --- a/Japan_Raid/Content/Levels/Light_day.umap +++ b/Japan_Raid/Content/Levels/Light_day.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32424f98f349766fd68862f4d7a2b8959d89b41c142d4b2c427fbb907cff7af8 -size 32688 +oid sha256:b6aeb530674342763853c1c44bb70d28ccf96de29d169256c06d918c9b5a936a +size 34777 diff --git a/Japan_Raid/Content/Levels/Light_day_HDRI.umap b/Japan_Raid/Content/Levels/Light_day_HDRI.umap index 9ad8405a..a101acf2 100644 --- a/Japan_Raid/Content/Levels/Light_day_HDRI.umap +++ b/Japan_Raid/Content/Levels/Light_day_HDRI.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:698d60e5a0ddac55fc5067200b6ac1e57d6273db94b5c0e3f8b0f3aa0cff5c26 -size 32681 +oid sha256:0b176035d7a3f8a61539543b46819ef0f733e44ec506dc37f5c6ab06ab7598d7 +size 37243 diff --git a/Japan_Raid/Content/Levels/Light_night.umap b/Japan_Raid/Content/Levels/Light_night.umap index d7a8f0c3..4233aa41 100644 --- a/Japan_Raid/Content/Levels/Light_night.umap +++ b/Japan_Raid/Content/Levels/Light_night.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ab3f3d66b8a5c6a857ef09e574b161d816e2f53c87c2a719f17d237f3883a8a -size 207537 +oid sha256:2c393528d4b5a2058e3b6f92fb3e199b358f8ca5f6ac08fb4299cc8786609de0 +size 237594 diff --git a/Japan_Raid/Content/Material/Environment/M_MainHouse_Roof.uasset b/Japan_Raid/Content/Material/Environment/M_MainHouse_Roof.uasset index 32cec626..a0b9e863 100644 --- a/Japan_Raid/Content/Material/Environment/M_MainHouse_Roof.uasset +++ b/Japan_Raid/Content/Material/Environment/M_MainHouse_Roof.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e7d01bca2c36a62ebb0d1f460d0048d26893826c55dbc0948a27d52eb8467e0 -size 11397 +oid sha256:d60027137e5ebd14b3b624925dcbfe88e6ed737faf8a84c50eaaa196d9a5662c +size 11667 diff --git a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst1.uasset b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst1.uasset index 79642d1d..3ade0322 100644 --- a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst1.uasset +++ b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f7b41182f5d7b5094a076b7c93fda0374b2315f9927d51d42e74b9df203e71a -size 9653 +oid sha256:53c5bf5bb10ac31a6fff8cae05bb053d89c69d5b54b5b96c16e6ca74b981ea0f +size 9587 diff --git a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst3.uasset b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst3.uasset index 74cfda55..c633f588 100644 --- a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst3.uasset +++ b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3af9c367a42c0a7affc10f5bd33ea083879835899789d70f52eb9e9f6e6b55b -size 9652 +oid sha256:5b16a14930c00bac1f54f6573643dc33bd0e534684647502eccec172bd4b5ca0 +size 9552 diff --git a/Japan_Raid/Content/Material/Moon_material/Moon.uasset b/Japan_Raid/Content/Material/Moon_material/Moon.uasset index a47b3ae0..632b641e 100644 --- a/Japan_Raid/Content/Material/Moon_material/Moon.uasset +++ b/Japan_Raid/Content/Material/Moon_material/Moon.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2093534629fbe75eec23753719df1cccb198fedec617e48eacd8266af539ef77 -size 20989 +oid sha256:fa0345abaa552968ae3f1baeafe26d460687cc01a258c0db7640b62f257df99b +size 22239 diff --git a/Japan_Raid/Content/Material/Moon_material/Moon_BP.uasset b/Japan_Raid/Content/Material/Moon_material/Moon_BP.uasset index 02073b57..84cf1a73 100644 --- a/Japan_Raid/Content/Material/Moon_material/Moon_BP.uasset +++ b/Japan_Raid/Content/Material/Moon_material/Moon_BP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3125cf832298e66b8f884787cef6ab474496b75e0d0e78c97bf27cd1b21c1cbc -size 26981 +oid sha256:0df44ed65a64d7d1e41a3945dd56cb70c385e6c768dc05a86f8d6030f1ff4874 +size 27329 diff --git a/Japan_Raid/Content/Material/Moon_material/Moon_glow.uasset b/Japan_Raid/Content/Material/Moon_material/Moon_glow.uasset index 0b5ad40f..c2832544 100644 --- a/Japan_Raid/Content/Material/Moon_material/Moon_glow.uasset +++ b/Japan_Raid/Content/Material/Moon_material/Moon_glow.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7daf7b19d9b21290adae37723cdcfa166be315b24bbe2ecbc95a40303b6f0ade -size 11371 +oid sha256:a20cf17dd4fce0a7a435b68302ddaeb252c8426cd2fb1d9cadb0ede0df327be0 +size 11661 diff --git a/Japan_Raid/Content/Material/Props/Deffuse_1_Mat.uasset b/Japan_Raid/Content/Material/Props/Deffuse_1_Mat.uasset new file mode 100644 index 00000000..50a89c9e --- /dev/null +++ b/Japan_Raid/Content/Material/Props/Deffuse_1_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc24db83e8b6387731d5213358be90c6d236a5db2aed96e470ca55743ed313d8 +size 13250 diff --git a/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset new file mode 100644 index 00000000..2f47e860 --- /dev/null +++ b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a32506294a24fe6d5414bc25e749670256f2db1c088eec01f20be7dfcdc3e7 +size 13558 diff --git a/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_2_Inst.uasset b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_2_Inst.uasset new file mode 100644 index 00000000..5fa79f6b --- /dev/null +++ b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1083dd7cc15eb8cb906947c9f43d15115c66688ec34b6ab0453d981f61e8072 +size 12377 diff --git a/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_3_Inst.uasset b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_3_Inst.uasset new file mode 100644 index 00000000..f961d41c --- /dev/null +++ b/Japan_Raid/Content/Material/Props/f_SM_Sky_Lathern_Baloon_3_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68801aa20c65469490e35bc0dccf43bffbbe77b4a2368ad7664b064c9ea80edc +size 13089 diff --git a/Japan_Raid/Content/Material/SkyLattern/Sky_lather.uasset b/Japan_Raid/Content/Material/SkyLattern/Sky_lather.uasset index bdc89270..ae1aadfc 100644 --- a/Japan_Raid/Content/Material/SkyLattern/Sky_lather.uasset +++ b/Japan_Raid/Content/Material/SkyLattern/Sky_lather.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97137707ac6abd82b96b5f1c9e3c8ab6a3d64b0cd463d3eb0dff7b70f5ca32cd -size 29471 +oid sha256:6f5f020f609c777924edff785eb781c11591024e173e7e0fd3291926348e19b5 +size 30641 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_Baloon3_Inst5.uasset b/Japan_Raid/Content/Material/SkyLattern/f_Baloon3_Inst5.uasset new file mode 100644 index 00000000..c8bfee12 --- /dev/null +++ b/Japan_Raid/Content/Material/SkyLattern/f_Baloon3_Inst5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a639263001e2f9c3e2de029f81e7e8ba3385bb6eaaf9954ff0f756f91cba5c +size 14371 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_Inst4.uasset b/Japan_Raid/Content/Material/SkyLattern/f_Inst4.uasset index 69198753..ee369b8c 100644 --- a/Japan_Raid/Content/Material/SkyLattern/f_Inst4.uasset +++ b/Japan_Raid/Content/Material/SkyLattern/f_Inst4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6827c6726d7518170402594974ff427cc941058cb9bc6e1aea67d0afc1dc217 -size 14101 +oid sha256:4a66411b31e181bf96cbb8d5fc27cae37a8f1e2949729b7987c1845467c28879 +size 1585 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset new file mode 100644 index 00000000..aa1004f5 --- /dev/null +++ b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_1_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e808f307f2c29542172b3b77b56136b0bebcc3a243cc155a58233cec51857a41 +size 1655 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_2_Inst.uasset b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_2_Inst.uasset new file mode 100644 index 00000000..fd8659ad --- /dev/null +++ b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a060b884a0d96843d9260f81b0922324f29cee95c2778a5ef9ed9e0d53d62a5c +size 1647 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst.uasset b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst.uasset new file mode 100644 index 00000000..23e9986b --- /dev/null +++ b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c45737d0da40ef84b87590c9e80c3592b812780ffb566fa70259a4ebd530691 +size 1647 diff --git a/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst4.uasset b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst4.uasset new file mode 100644 index 00000000..c5e64a3b --- /dev/null +++ b/Japan_Raid/Content/Material/SkyLattern/f_SM_Sky_Lathern_Baloon_3_Inst4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b786a6334318a8c0cbdb4b625c38d44b9af7d7c01104af9f5f35bdc9c0f696ac +size 1701 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/Default.uasset b/Japan_Raid/Content/Meshes/Props/Animation/Default.uasset new file mode 100644 index 00000000..856c1f60 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874e7aba031aa707e7bc4bc2aadd5f0418e8e1d2973767ff83627dfa90bcc9cf +size 8213 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/M_ScyLathern_furniture.uasset b/Japan_Raid/Content/Meshes/Props/Animation/M_ScyLathern_furniture.uasset new file mode 100644 index 00000000..09faa336 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/M_ScyLathern_furniture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04175065daf342a0412334ac57b8d657e95f7180d9af3f09bd99013fe29997bc +size 8221 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/Rope.uasset b/Japan_Raid/Content/Meshes/Props/Animation/Rope.uasset new file mode 100644 index 00000000..e9a2d8d0 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/Rope.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c1f46bb2d7118e4b8edd51561adee4b333f31c62fa88e34b35a3503b3799f1 +size 2268854 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/Rope_PhysicsAsset.uasset b/Japan_Raid/Content/Meshes/Props/Animation/Rope_PhysicsAsset.uasset new file mode 100644 index 00000000..d7c8f146 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/Rope_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcaa2e432cd7087cc6068d12f77d0ec75ea3591017935062ada151bfcf0910b +size 111861 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/Rope_Skeleton.uasset b/Japan_Raid/Content/Meshes/Props/Animation/Rope_Skeleton.uasset new file mode 100644 index 00000000..8343cea9 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/Rope_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba96dbfbe742428ca4895d99e03c6cd08414b04f8a75d489fc97b7722b77ae0 +size 15669 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/SM_SkyLAthern.uasset b/Japan_Raid/Content/Meshes/Props/Animation/SM_SkyLAthern.uasset new file mode 100644 index 00000000..959fe900 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/SM_SkyLAthern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1fc9f2298422b082c1433c91f986c1e07e465fb585a737a6edefe63ad1aaae +size 702684 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_1B.uasset b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_1B.uasset new file mode 100644 index 00000000..05b7d130 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_1B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee9409e44876274e6a81514009d2769ac227cccfd67329e8846829bb455da1f +size 9036155 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_2B.uasset b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_2B.uasset new file mode 100644 index 00000000..29bd479a --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8ef8aa199557bd3a188e801bb35ea3d9e45a185e6f880b188c4ec44eb77ba4 +size 9179012 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_3B.uasset b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_3B.uasset new file mode 100644 index 00000000..6185627d --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/SM_Sky_Lathern_Baloon_3B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93f9b7068a7804db7d585d24a0ca7d3164c50eb8d3d18cb6c1e05ebbf935027 +size 9007046 diff --git a/Japan_Raid/Content/Meshes/Props/Animation/U_rope_n.uasset b/Japan_Raid/Content/Meshes/Props/Animation/U_rope_n.uasset new file mode 100644 index 00000000..943f8a75 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/Animation/U_rope_n.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3a1806d3f1bddb6cf54a66a300f551af3deb4e989beb96a48f2219e1ce1c97 +size 1690845 diff --git a/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_1B.uasset b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_1B.uasset new file mode 100644 index 00000000..4887cf56 --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_1B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33808bbd765becc425bb50516b4e89dd73151eedb10980a7e83bf4f86b5e90de +size 1593 diff --git a/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_2B.uasset b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_2B.uasset new file mode 100644 index 00000000..d4b0fe9f --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6349acaec921b142051ec5a94c9190d67f816111af218cbf9f59b4551493292 +size 1593 diff --git a/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_3B.uasset b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_3B.uasset new file mode 100644 index 00000000..9c36d2ba --- /dev/null +++ b/Japan_Raid/Content/Meshes/Props/SM_Sky_Lathern_Baloon_3B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a78cf4a1d091dbc78ee5f3664c5c740822724d2357a1120cf10e89277d4901 +size 1593 diff --git a/Japan_Raid/Content/Textures/Unique/Deffuse_1.uasset b/Japan_Raid/Content/Textures/Unique/Deffuse_1.uasset new file mode 100644 index 00000000..1a03ccf4 --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/Deffuse_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bb89b7db578fcd09f6fe5f3376656767ddb870c31e66bee0f2f5616790775e +size 1160093 diff --git a/Japan_Raid/Content/Textures/Unique/Roughnes_2.uasset b/Japan_Raid/Content/Textures/Unique/Roughnes_2.uasset new file mode 100644 index 00000000..cdcfb26f --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/Roughnes_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0f95609fb364b92b00790f0157c555e5ffd92c2fce0d7e918ab91280a33ac4 +size 841272 diff --git a/Japan_Raid/Content/Textures/Unique/U_MainHouse_Roof_ORM.uasset b/Japan_Raid/Content/Textures/Unique/U_MainHouse_Roof_ORM.uasset index cf56b84c..08e27d32 100644 --- a/Japan_Raid/Content/Textures/Unique/U_MainHouse_Roof_ORM.uasset +++ b/Japan_Raid/Content/Textures/Unique/U_MainHouse_Roof_ORM.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:352c345dcda897d9d40dd8bf1d1a07e331505d6388f70474ca863ce2d30cb56c -size 4897980 +oid sha256:7420c3d33ce29778dccb7509af8a509ccbdaceabf8d68c882757632ff9dfbfc2 +size 4897952 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_diffuse.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_diffuse.uasset new file mode 100644 index 00000000..3705ce41 --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5973f287cce777a8fbc64e3ade087b0376c55d209566d3e5b739e22c2cc45e7 +size 3943147 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_roughnes2.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_roughnes2.uasset new file mode 100644 index 00000000..ffa689ef --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_1_roughnes2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a78384838c94c11093d835599a529489d926421761b2d0548e7057369bda4f +size 974609 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_Diffuse.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_Diffuse.uasset new file mode 100644 index 00000000..57746758 --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eced9241429e1398f2e5d111d94a922e6f9f58f5b12ebe834854fa43df79c7af +size 5263225 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_roughnes.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_roughnes.uasset new file mode 100644 index 00000000..c54b01bd --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_2_roughnes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf63cdc537da6f563afa8b2679d33e98726d2008961e296d4adc05d60caec04 +size 1287551 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Diffuse.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Diffuse.uasset new file mode 100644 index 00000000..ecaacdde --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4bb3b4f1399581b904371b464b9be1691ee3db31e2ae4e17f312e5d4503dc5 +size 4555735 diff --git a/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Roughnes.uasset b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Roughnes.uasset new file mode 100644 index 00000000..dd0fc7dc --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/U_Sky_Lathern_Baloon_3_Roughnes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ccefc547d9bba91d16629081828024954b3b0e37023ebfb3d6a74c9679aff5 +size 1239133 diff --git a/Japan_Raid/Content/Textures/Unique/metalik.uasset b/Japan_Raid/Content/Textures/Unique/metalik.uasset new file mode 100644 index 00000000..41d82810 --- /dev/null +++ b/Japan_Raid/Content/Textures/Unique/metalik.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea686619a4868c4b31298240eb351c423c145b294586c776d8278e8e3e608f2 +size 26694 diff --git a/Japan_Raid/Content/VFX/SkyLattern_VFX/Particles/Fire/P_Fire_Small1.uasset b/Japan_Raid/Content/VFX/SkyLattern_VFX/Particles/Fire/P_Fire_Small1.uasset index ea53368b..034198b2 100644 --- a/Japan_Raid/Content/VFX/SkyLattern_VFX/Particles/Fire/P_Fire_Small1.uasset +++ b/Japan_Raid/Content/VFX/SkyLattern_VFX/Particles/Fire/P_Fire_Small1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:752283554b67e93b42c06e7c930517cfbc221be71d90923ff40c9e5cb2d817d1 +oid sha256:0c80722e66f08df52145a4509b23bc505f01fe0541a6d4c6ac4a25aa606caf9f size 88527 diff --git a/Japan_Raid/Japan_Raid.uproject b/Japan_Raid/Japan_Raid.uproject index 0bdf047f..55d5852f 100644 --- a/Japan_Raid/Japan_Raid.uproject +++ b/Japan_Raid/Japan_Raid.uproject @@ -30,6 +30,26 @@ { "Name": "MovieRenderPipeline", "Enabled": true + }, + { + "Name": "DLSSMoviePipelineSupport", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "Streamline", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "DLSS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "NIS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" } ] } \ No newline at end of file