diff --git a/Patch104pZH/Design/Changes/v1.0/2512_cbniteclub_textures.yaml b/Patch104pZH/Design/Changes/v1.0/2512_cbniteclub_textures.yaml new file mode 100644 index 000000000..174760ad5 --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/2512_cbniteclub_textures.yaml @@ -0,0 +1,160 @@ +--- +date: 2024-09-24 + +title: Fixes and improves cbniteclub textures + +changes: + - fix: Fixes and improves Civilian cbniteclub textures. + +subchanges: + - fix: | + cbniteclub, cbniteclub_d, cbniteclub_g + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes minor misshaped window reflections + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - fix: | + cbniteclub_e + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - fix: | + cbniteclub_r + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Adds small additional damages + - fix: | + cbniteclub_dg + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - Fixes window reflections over barricades + - fix: | + cbniteclub_s + - Fixes snow inconsistencies with cbniteclub_sg + - Fixes cyan snow + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes minor misshaped window reflections + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - Fixes window reflections over snow + - fix: | + cbniteclub_ds + - Fixes snow inconsistencies with cbniteclub_sg + - Fixes cyan snow + - Fixes snow drawing over damages + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes minor misshaped window reflections + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - Fixes window reflections over snow + - fix: | + cbniteclub_es, cbniteclub_rs + - Fixes snow inconsistencies with cbniteclub_ds + - Fixes cyan snow + - Fixes snow drawing over damages + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - fix: | + cbniteclub_sg + - Fixes major snow inconsistencies with cbniteclub_s + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes minor misshaped window reflections + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - Fixes window reflections over snow + - fix: | + cbniteclub_dsg + - Fixes snow inconsistencies with cbniteclub_ds + - Fixes cyan snow + - Fixes snow drawing over damages + - Fixes minor artifacts on house edges and billboards + - Fixes background visuals of wine glasses + - Increases usable surface area of blue glass facade + - Fixes minor misshaped window reflections + - Fixes wine glasses window reflection strength mismatch with blue glass facade + - Fixes window reflections over snow + - fix: | + cbniteclub_n + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Removes superfluous alpha channel + - fix: | + cbniteclub_dn + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves damage visuals on lights + - fix: | + cbniteclub_en, cbniteclub_rn, cbniteclub_esn, cbniteclub_rsn + - Fixes incorrect night light + - fix: | + cbniteclub_ng + - Fixes light artifacts around window barricades + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - fix: | + cbniteclub_dng + - Fixes light artifacts around window barricades + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves damage visuals on lights + - fix: | + cbniteclub_sn + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves snow visuals on lights + - fix: | + cbniteclub_dsn + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves damage visuals on lights + - Improves snow visuals on lights + - fix: | + cbniteclub_sng + - Fixes light artifacts around window barricades + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves snow visuals on lights + - fix: | + cbniteclub_dsng + - Fixes light artifacts around window barricades + - Fixes and polishes door, window and billboard lights + - Increases usable surface area of blue glass facade + - Adds lights for red symbols billboard + - Adds lights for blue window facade + - Improves damage visuals on lights + - Improves snow visuals on lights + +labels: + - art + - civilian + - minor + - optional + - v1.0 + +links: + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2512 + +authors: + - xezon diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.meta.txt b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.meta.txt new file mode 100644 index 000000000..7c1adeae4 --- /dev/null +++ b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.meta.txt @@ -0,0 +1,4 @@ +summer day textures : using TGA:uncompressed +winter day textures : using DDS:1x_DXTDecompressor_Source_V3-300000_G.pth +summer night textures : using TGA:uncompressed & vector graphics for lights +winter night textures : using TGA:uncompressed & vector graphics for lights & DDS:1x_DXTDecompressor_Source_V3-300000_G.pth for snow diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.psd new file mode 100644 index 000000000..b8401ef30 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_d.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_d.psd new file mode 100644 index 000000000..9162513c1 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_d.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dg.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dg.psd new file mode 100644 index 000000000..f4f2866c9 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dg.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dn.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dn.psd new file mode 100644 index 000000000..c7ca9733c Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dn.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dng.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dng.psd new file mode 100644 index 000000000..779f4a302 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dng.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ds.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ds.psd new file mode 100644 index 000000000..f103228d5 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ds.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsg.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsg.psd new file mode 100644 index 000000000..69789a4db Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsg.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsn.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsn.psd new file mode 100644 index 000000000..a4143e8d2 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsn.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsng.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsng.psd new file mode 100644 index 000000000..4a2c53e3c Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_dsng.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_e.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_e.psd new file mode 100644 index 000000000..c54299946 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_e.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_es.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_es.psd new file mode 100644 index 000000000..473b6f506 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_es.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_g.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_g.psd new file mode 100644 index 000000000..7b6bbe519 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_g.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_n.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_n.psd new file mode 100644 index 000000000..b1faf7c42 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_n.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ng.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ng.psd new file mode 100644 index 000000000..f3a98ff4b Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_ng.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_r.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_r.psd new file mode 100644 index 000000000..2e92e36da Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_r.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_rs.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_rs.psd new file mode 100644 index 000000000..7923d929d Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_rs.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_s.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_s.psd new file mode 100644 index 000000000..ca91ac9a3 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_s.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sg.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sg.psd new file mode 100644 index 000000000..67bde7e60 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sg.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sn.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sn.psd new file mode 100644 index 000000000..34267c39e Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sn.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sng.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sng.psd new file mode 100644 index 000000000..e2a4d8cb8 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbniteclub_sng.psd differ diff --git a/Patch104pZH/ModBundleOptionalItems.json b/Patch104pZH/ModBundleOptionalItems.json index fce15ae20..f9b48b8a7 100644 --- a/Patch104pZH/ModBundleOptionalItems.json +++ b/Patch104pZH/ModBundleOptionalItems.json @@ -605,6 +605,22 @@ "source": "Art/Textures/Template/black16px.tga", "target": "Art/Textures/cbmogdis06_ventesn.dds" }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbniteclub_en.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbniteclub_esn.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbniteclub_rn.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbniteclub_rsn.dds" + }, { "source": "Art/Textures/GenerateMip/cbwrfwhrs2_s.psd", "target": "Art/Textures/cbwrfwhrs2_sg.dds"