Skip to content

Fix: cbeurocnd textures #2430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subchanges:
- Creates 2x upscale to 512x512
- Adds wooden planks to inside of damaged roof
- Adds additional dirt to bright stairs
- Removes obsolete alpha channel
- Removes superfluous alpha channel
- fix: |
cbcthdrl_r
- Creates 2x upscale to 512x512
Expand Down
52 changes: 52 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/2430_cbeurocnd_textures.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
date: 2024-06-23

title: Fixes cbeurocnd textures

changes:
- fix: Fixes Civilian cbeurocnd textures.

subchanges:
- fix: |
cbeurocnd_dg
- Fixes window reflections over window damages
- fix: |
cbeurocnd_e, cbeurocnd_r, cbeurocnd_es, cbeurocnd_rs
- Fixes floating pixels in alpha channel
- fix: |
cbeurocnd_s
- Fixes minor snow discrepancies with cbeurocnd_sg
- Fixes missing snow on window reflections
- fix: |
cbeurocnd_ds
- Fixes minor snow discrepancies with cbeurocnd_dsg
- Fixes shadows on ground floor
- fix: |
cbeurocnd_sg
- Fixes missing snow on window reflections
- fix: |
cbeurocnd_dsg
- Fixes shadows on ground floor
- Fixes error on window reflections
- optimization: |
cbeurocnd_n
- Removes superfluous alpha channel
- fix: |
cbeurocnd_dn, cbeurocnd_dng, cbeurocnd_dsn, cbeurocnd_dsng
- Fixes faint night light artifacts
- optimization: |
cbeurocnd_en, cbeurocnd_rn, cbeurocnd_esn, cbeurocnd_rsn
- Optimizes texture size

labels:
- art
- civilian
- minor
- optional
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2430

authors:
- xezon
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions Patch104pZH/ModBundleOptionalItems.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbetvstat_en.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbeurocnd_en.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbeurocnd_esn.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbeurocnd_rn.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbeurocnd_rsn.dds"
},
{
"source": "Art/Textures/GenerateMip/cbwrfwhrs2_s.psd",
"target": "Art/Textures/cbwrfwhrs2_sg.dds"
Expand Down