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: cbniteclub textures #2512

Open
wants to merge 4 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
160 changes: 160 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/2512_cbniteclub_textures.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
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.
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 @@ -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"
Expand Down