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: China Command Center Missing Radar Upgrade Icon #351

Merged
merged 1 commit into from
Sep 13, 2021
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
2 changes: 1 addition & 1 deletion Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ https://github.com/commy2/zerohour/issues/108 [IMPROVEMENT][NPROJECT] Chinook an
https://github.com/commy2/zerohour/issues/107 [IMPROVEMENT][NPROJECT] Pilots Have Misleading Upgrade Icons
https://github.com/commy2/zerohour/issues/106 [DONE][NPROJECT] Cargo Planes With Countermeasures Are Missing Hit Effects
https://github.com/commy2/zerohour/issues/105 [DONE][NPROJECT] Some American And Chinese Units Use GLA Death Scream When Gamma Poisoned
https://github.com/commy2/zerohour/issues/104 [IMPROVEMENT][NPROJECT] China Command Center Missing Radar Upgrade Icon
https://github.com/commy2/zerohour/issues/104 [DONE][NPROJECT] China Command Center Missing Radar Upgrade Icon
https://github.com/commy2/zerohour/issues/103 [DONE][NPROJECT] Some Special Power Buttons Disappear From Command Center After Mines Upgrade
https://github.com/commy2/zerohour/issues/102 [DONE][NPROJECT] Tank Hunter Missing Patriotism Upgrade Icon
https://github.com/commy2/zerohour/issues/101 [DONE][NPROJECT] Speaker Tower Lacks Mine Upgrade
Expand Down
8 changes: 6 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,14 @@ End
Object Boss_CommandCenter

; *** ART Parameters ***

; ------------ the main building itself -----------------
SelectPortrait = SNComCentr_L
ButtonImage = SNComCentr

; Patch104p @bugfix commy2 13/09/2021 Add missing Radar upgrade icon.

UpgradeCameo1 = Upgrade_ChinaRadar

; ------------ the main building itself -----------------
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

Expand Down
12 changes: 8 additions & 4 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/FactionBuilding.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2929,10 +2929,14 @@ End
Object ChinaCommandCenter

; *** ART Parameters ***

; ------------ the main building itself -----------------
SelectPortrait = SNComCentr_L
ButtonImage = SNComCentr

; Patch104p @bugfix commy2 13/09/2021 Add missing Radar upgrade icon.

UpgradeCameo1 = Upgrade_ChinaRadar

; ------------ the main building itself -----------------
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

Expand Down Expand Up @@ -14672,7 +14676,7 @@ Object ChinaNuclearMissileLauncher
Behavior = ArmorUpgrade ModuleTag_26
TriggeredBy = Upgrade_ChinaEMPMines
End

Geometry = BOX
GeometryMajorRadius = 45.0
GeometryMinorRadius = 55.0
Expand Down Expand Up @@ -19760,7 +19764,7 @@ Object AmericaSupplyCenter
ReallyDamagedParticleSystem2 = Bone:None RandomBone:No PSys:StructureTransitionSmallExplosion
ReallyDamagedParticleSystem3 = Bone:None RandomBone:No PSys:StructureTransitionSmallShockwave
End

Geometry = BOX
GeometryMajorRadius = 44.0
GeometryMinorRadius = 45.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3187,10 +3187,14 @@ End
Object Infa_ChinaCommandCenter

; *** ART Parameters ***

; ------------ the main building itself -----------------
SelectPortrait = SNComCentr_L
ButtonImage = SNComCentr

; Patch104p @bugfix commy2 13/09/2021 Add missing Radar upgrade icon.

UpgradeCameo1 = Upgrade_ChinaRadar

; ------------ the main building itself -----------------
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

Expand Down
8 changes: 6 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4922,10 +4922,14 @@ End
Object Nuke_ChinaCommandCenter

; *** ART Parameters ***

; ------------ the main building itself -----------------
SelectPortrait = SNComCentr_L
ButtonImage = SNComCentr

; Patch104p @bugfix commy2 13/09/2021 Add missing Radar upgrade icon.

UpgradeCameo1 = Upgrade_ChinaRadar

; ------------ the main building itself -----------------
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

Expand Down
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15498,10 +15498,12 @@ End
Object Tank_ChinaCommandCenter

; *** ART Parameters ***

; ------------ the main building itself -----------------
SelectPortrait = SNComCentr_L
ButtonImage = SNComCentr

UpgradeCameo1 = Upgrade_ChinaRadar

; ------------ the main building itself -----------------
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes
; DAY ************************************
Expand Down