From 97da041d9bc6cea45448cc353426aaf65ca13338 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Mon, 1 Nov 2021 14:57:47 -0700 Subject: [PATCH] changes to city backdrop and fog city_district_harbor.prp [Scene Node - City_District_Harbor] Added Scene Objects - "CityBackDropFull", "CityBackDropHalf", "CityBackDropQuarter", "CityBackDropThreeQuarter" [Scene Object - CityBackDrop] Added Coord Interface "CityBackDrop", Added to Modifiers - Python File Mods "CityBackdropShowHide" and "CityFogControl" [Scene Object - CityBackDropFull] Duplicate of CityBackDrop [Scene Object - CityBackDropHalf] Duplicate of CityBackDrop [Scene Object - CityBackDropQuarter] Duplicate of CityBackDrop [Scene Object - CityBackDropThreeQuarter] Duplicate of CityBackDrop [Layer - Map #7062] Y Transfer lowered to "-0.005000" from "-0.180000", Texture changed to "dnicitybackdrop_level0.dds" [Layer - m_26.001_Map__7062.001] Duplicate of "Map #7062", Texture is "dnicitybackdrop_level1.dds" [Layer - m_26.002_Map__7062.002] Duplicate of "Map #7062", Texture is "dnicitybackdrop_level2.dds" [Layer - m_26.003_Map__7062.003] Duplicate of "Map #7062", Texture is "dnicitybackdrop_level3.dds" [Layer - m_26.004_Map__7062.004] Duplicate of "Map #7062", Texture is "dnicitybackdrop_level4.dds" [Material - m_26.001] Duplicate of "Material #26", Layer set to "Map #7062_anim_lakeLightQuarter" [Material - m_26.002] Duplicate of "Material #26", Layer set to "Map #7062_anim_lakeLightHalf" [Material - m_26.003] Duplicate of "Material #26", Layer set to "Map #7062_anim_lakeLightThreeQuarters" [Material - m_26.004] Duplicate of "Material #26", Layer set to "Map #7062_anim_lakeLightFull" [Coord Interface - CityBackDrop] Z lowered by -11 [Draw Interface - CityBackDropFull] Created for CityBackDropFull scene Object [Draw Interface - CityBackDropHalf] Created for CityBackDropHalf scene Object [Draw Interface - CityBackDropQuarter] Created for CityBackDropQuarter scene Object [Draw Interface - CityBackDropThreeQuarter] Created for CityBackDropThreeQuarter scene Object [Layer Animation - Map #7062_anim_lakeLightThreeQuarters] Base Layer set to "m_26.003_Map__7062.003" [Layer Animation - Map #7062_anim_lakeLightQuarter] Base Layer set to "m_26.001_Map__7062.001" [Layer Animation - Map #7062_anim_lakeLightHalf] Base Layer set to "m_26.002_Map__7062.002" [Layer Animation - Map #7062_anim_lakeLightFull] Base Layer set to "m_26.004_Map__7062.004" [Layer Animation - Map #7062_anim_lakeLightDark] Base Layer set to "Map #7062" [Drawable Span - city_harbor_00000000_0Spans] Added drawables for 4 new Backdrops, New mesh was created by Emor [Python File Mod - CityBackdropShowHide] New, Created to hide CityBackDrop Scene Object [Python File Mod - CityBackDropFullShowHide] New, Created to hide CityBackDropFull Scene Object [Python File Mod - CityBackDropHalfShowHide] New, Created to hide CityBackDropHalf Scene Object [Python File Mod - CityBackDropQuarterShowHide] New, Created to hide CityBackDropQuarter Scene Object [Python File Mod - CityBackDropThreeQuarterShowHide] New, Created to hide CityBackDropThreeQuarter Scene Object [Python File Mod - CityFogControl] New, Created to give Fog a dim and brighting effect over time City_District_HarborReflect.prp [Scene Node - city_HarborReflect] Added Scene Objects - "CityBackDropReflectionFull", "CityBackDropReflectionHalf", "CityBackDropReflectionQuarter" and "CityBackDropReflectionThreeQuarter" [Scene Object - CityBackDropReflection] Added Coord Interface "CityBackDropReflection", Added to Modifiers Python File Mod "CityBackdropShowHide" [Scene Object - CityBackDropReflectionFull] Duplicate of CityBackDropReflection, Modifier has Python File Mod "CityBackDropFullShowHide" [Scene Object - CityBackDropReflectionHalf] Duplicate of CityBackDropReflection, Modifier has Python File Mod "CityBackDropHalfShowHide" [Scene Object - CityBackDropReflectionQuarter] Duplicate of CityBackDropReflection, Modifier has Python File Mod "CityBackDropQuarterShowHide" [Scene Object - CityBackDropReflectionThreeQuarter] Duplicate of CityBackDropReflection, Modifier has Python File Mod "CityBackDropThreeQuarterShowHide" [Coord Interface - CityBackDropReflection] Raised the Z by 11 [Draw Interface - CityBackDropReflectionQuarter] Duplicate of CityBackDropReflection, different Drawable key [Draw Interface - CityBackDropReflectionHalf] Duplicate of CityBackDropReflection, different Drawable key [Draw Interface - CityBackDropReflectionThreeQuarter] Duplicate of CityBackDropReflection, different Drawable key [Draw Interface - CityBackDropReflectionFull] Duplicate of CityBackDropReflection, different Drawable key [Drawable Span - city_HarborReflect_00000000_0Spans] Added 4 new backdrop objects city_District_Textures.prp Adds 5 new Mipmaps - dnicitybackdrop_level[0-4].dds City Source Files 5 new backdrop textures created by Emor Co-authored-by: Emor-Dni-Lap --- compiled/dat/city_District_HarborReflect.prp | 4 ++-- compiled/dat/city_District_Textures.prp | 4 ++-- compiled/dat/city_District_harbor.prp | 4 ++-- sources/textures/tga/city/dnicitybackdrop_level0.tga | 3 +++ sources/textures/tga/city/dnicitybackdrop_level1.tga | 3 +++ sources/textures/tga/city/dnicitybackdrop_level2.tga | 3 +++ sources/textures/tga/city/dnicitybackdrop_level3.tga | 3 +++ sources/textures/tga/city/dnicitybackdrop_level4.tga | 3 +++ 8 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 sources/textures/tga/city/dnicitybackdrop_level0.tga create mode 100644 sources/textures/tga/city/dnicitybackdrop_level1.tga create mode 100644 sources/textures/tga/city/dnicitybackdrop_level2.tga create mode 100644 sources/textures/tga/city/dnicitybackdrop_level3.tga create mode 100644 sources/textures/tga/city/dnicitybackdrop_level4.tga diff --git a/compiled/dat/city_District_HarborReflect.prp b/compiled/dat/city_District_HarborReflect.prp index 298a2318..b3fa2e13 100644 --- a/compiled/dat/city_District_HarborReflect.prp +++ b/compiled/dat/city_District_HarborReflect.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e47621d78a1eb63cf3b68ee954c730a3879e2350b7af87641cd89771f6e96912 -size 285715 +oid sha256:097ca2a168eb8bf7bbff45e367a2e02d1ca18ea30a59f74b1ccad6f35c2979b3 +size 392454 diff --git a/compiled/dat/city_District_Textures.prp b/compiled/dat/city_District_Textures.prp index d8e456be..0c95f870 100644 --- a/compiled/dat/city_District_Textures.prp +++ b/compiled/dat/city_District_Textures.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74931bdbd9feb4c87adaf617207a22b7e322c6345cdf1b5048774faaaa556512 -size 64361491 +oid sha256:ea4a9e5009ca5f18589bac9a2f1486dbf8f6edd001b027b331e819e378137936 +size 71352761 diff --git a/compiled/dat/city_District_harbor.prp b/compiled/dat/city_District_harbor.prp index 8c819bb3..275c273b 100644 --- a/compiled/dat/city_District_harbor.prp +++ b/compiled/dat/city_District_harbor.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b409809f9478ffd13b11198c2e07f2b8d2eca81057c53b5bf3386e96fe008a18 -size 990355 +oid sha256:92d77727bd868e9ce2f8dfb0b72cd448a82504e814fdfedbee0f01c5f9382c33 +size 1091466 diff --git a/sources/textures/tga/city/dnicitybackdrop_level0.tga b/sources/textures/tga/city/dnicitybackdrop_level0.tga new file mode 100644 index 00000000..fa71bc9a --- /dev/null +++ b/sources/textures/tga/city/dnicitybackdrop_level0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7355c84e6b2c9ace3ecae487c5a92957be790ef29213378ea8ae589d11a507ee +size 1456263 diff --git a/sources/textures/tga/city/dnicitybackdrop_level1.tga b/sources/textures/tga/city/dnicitybackdrop_level1.tga new file mode 100644 index 00000000..62debaf1 --- /dev/null +++ b/sources/textures/tga/city/dnicitybackdrop_level1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228e0bff78a2e1f9977231728647dc073c32420f4ce377c6e3bc5a90c9e6cc65 +size 2305132 diff --git a/sources/textures/tga/city/dnicitybackdrop_level2.tga b/sources/textures/tga/city/dnicitybackdrop_level2.tga new file mode 100644 index 00000000..8f0e64f4 --- /dev/null +++ b/sources/textures/tga/city/dnicitybackdrop_level2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c068d294d9c1fd22be4cea4b26996fb11581decd9edc8243c0c954f5554d57 +size 1908100 diff --git a/sources/textures/tga/city/dnicitybackdrop_level3.tga b/sources/textures/tga/city/dnicitybackdrop_level3.tga new file mode 100644 index 00000000..f627f7d3 --- /dev/null +++ b/sources/textures/tga/city/dnicitybackdrop_level3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1267f5ad6745917ec0f67a8f0c315d7e489a8e33fcad9a98d966f4795d4ce2e +size 2074520 diff --git a/sources/textures/tga/city/dnicitybackdrop_level4.tga b/sources/textures/tga/city/dnicitybackdrop_level4.tga new file mode 100644 index 00000000..7035c669 --- /dev/null +++ b/sources/textures/tga/city/dnicitybackdrop_level4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a19d6be79b8e1b23a3dc139f9e23b8f0c9aac784cd59a07558a9b17e449453 +size 2033713