Skip to content
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

Fix: cbnfarmhse textures #2508

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
52 changes: 52 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/2508_cbnfarmhse_textures.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
date: 2024-09-14

title: Fixes and improves cbnfarmhse textures

changes:
- fix: Fixes and improves Civilian cbnfarmhse textures.

subchanges:
- fix: |
cbnfarmhse, cbnfarmhse_s
- Fixes door texture inconsistencies with cbnfarmhse_g, cbnfarmhse_sg
- fix: |
cbnfarmhse_r
- Fixes house damages in alpha channel
- fix: |
cbnfarmhse_ds
- Removes window barricade and holes in walls
- fix: |
cbnfarmhse_es
- Fixes blue tint in snow
- Fixes snow drawing over burns
- fix: |
cbnfarmhse_rs
- Fixes minor damage inconsistencies with cbnfarmhse_es
- Fixes house damages in alpha channel
- fix: |
cbnfarmhse_n, cbnfarmhse_dn, cbnfarmhse_sn, cbnfarmhse_dsn
- Recreates night lights
- fix: |
cbnfarmhse_ng, cbnfarmhse_dng, cbnfarmhse_sng, cbnfarmhse_dsng
- Recreates night lights
- Adds lights to holes
- fix: |
cbnfarmhse_en
- Fixes incorrect night light
- optimization: |
cbnfarmhse_esn
- Optimizes texture size

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

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

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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cbnfarmhse_rn is unused
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cbnfarmhse_rsn is unused
Binary file not shown.
24 changes: 24 additions & 0 deletions Patch104pZH/ModBundleOptionalItems.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,30 @@
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbmogdis06_ventesn.dds"
},
{
"source": "Art/Textures/GenerateMip/cbnfarmhse_n.psd",
"target": "Art/Textures/cbnfarmhse_sn.dds"
},
{
"source": "Art/Textures/GenerateMip/cbnfarmhse_dn.psd",
"target": "Art/Textures/cbnfarmhse_dsn.dds"
},
{
"source": "Art/Textures/GenerateMip/cbnfarmhse_ng.psd",
"target": "Art/Textures/cbnfarmhse_sng.dds"
},
{
"source": "Art/Textures/GenerateMip/cbnfarmhse_dng.psd",
"target": "Art/Textures/cbnfarmhse_dsng.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbnfarmhse_en.dds"
},
{
"source": "Art/Textures/Template/black16px.tga",
"target": "Art/Textures/cbnfarmhse_esn.dds"
},
{
"source": "Art/Textures/GenerateMip/cbwrfwhrs2_s.psd",
"target": "Art/Textures/cbwrfwhrs2_sg.dds"
Expand Down