diff --git a/Patch104pZH/Design/Changes/v1.0/2450_cbgrashut3_textures.yaml b/Patch104pZH/Design/Changes/v1.0/2450_cbgrashut3_textures.yaml new file mode 100644 index 000000000..61c333f6a --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/2450_cbgrashut3_textures.yaml @@ -0,0 +1,49 @@ +--- +date: 2024-07-21 + +title: Fixes cbgrashut3 textures + +changes: + - fix: Fixes Civilian cbgrashut3 textures. + +subchanges: + - fix: | + cbgrashut3, cbgrashut3_d + - Adds missing pipe texture + - Fixes under-saturated door texture + - fix: | + cbgrashut3_e + - Fixes under-saturated door texture + - fix: | + cbgrashut3_r + - Fixes minor alpha channel damage inconsistencies with cbgrashut3_e + - fix: | + cbgrashut3_s + - Fixes over-saturated door texture + - fix: | + cbgrashut3_ds + - Adds missing pipe texture + - Fixes over-saturated door texture + - fix: | + cbgrashut3_es + - Fixes texture damage inconsistencies with cbgrashut3_ds + - fix: | + cbgrashut3_rs + - Fixes texture damage inconsistencies with cbgrashut3_es + - Fixes minor alpha channel damage inconsistencies with cbgrashut3_es + - fix: | + cbgrashut3_en, cbgrashut3_esn, cbgrashut3_rn, cbgrashut3_rsn + - Fixes incorrect night light + +labels: + - art + - civilian + - minor + - optional + - v1.0 + +links: + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2450 + +authors: + - xezon diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3.psd new file mode 100644 index 000000000..c0727e6fa Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_d.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_d.psd new file mode 100644 index 000000000..b1e7476fd Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_d.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_ds.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_ds.psd new file mode 100644 index 000000000..67b671750 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_ds.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_e.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_e.psd new file mode 100644 index 000000000..a733c582e Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_e.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_es.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_es.psd new file mode 100644 index 000000000..5b7a0434c Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_es.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_r.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_r.psd new file mode 100644 index 000000000..ac9586390 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_r.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_rs.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_rs.psd new file mode 100644 index 000000000..227d331b7 Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_rs.psd differ diff --git a/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_s.psd b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_s.psd new file mode 100644 index 000000000..c612c5a0d Binary files /dev/null and b/Patch104pZH/GameFilesOptional/Art/Textures/GenerateMip/cbgrashut3_s.psd differ diff --git a/Patch104pZH/ModBundleOptionalItems.json b/Patch104pZH/ModBundleOptionalItems.json index 13a317316..4a711aa7b 100644 --- a/Patch104pZH/ModBundleOptionalItems.json +++ b/Patch104pZH/ModBundleOptionalItems.json @@ -385,6 +385,22 @@ "source": "Art/Textures/Template/black16px.tga", "target": "Art/Textures/cbgrashut2_rsn.dds" }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbgrashut3_en.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbgrashut3_esn.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbgrashut3_rn.dds" + }, + { + "source": "Art/Textures/Template/black16px.tga", + "target": "Art/Textures/cbgrashut3_rsn.dds" + }, { "source": "Art/Textures/GenerateMip/cbwrfwhrs2_s.psd", "target": "Art/Textures/cbwrfwhrs2_sg.dds"