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: Missing RadarPriority on Bunkers and Propaganda Centers fixed #134

Merged
merged 2 commits into from
Sep 1, 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
3 changes: 3 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13155,6 +13155,9 @@ Object Boss_Bunker
PlacementViewAngle = -135

; ***DESIGN parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
DisplayName = OBJECT:Bunker
Side = Boss
EditorSorting = STRUCTURE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31178,6 +31178,9 @@ Object ChinaBunker
PlacementViewAngle = -135

; ***DESIGN parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
DisplayName = OBJECT:Bunker
Side = China
EditorSorting = STRUCTURE
Expand Down Expand Up @@ -32124,6 +32127,9 @@ Object ChinaPropagandaCenter
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE IMMOBILE SCORE CAPTURABLE FS_TECHNOLOGY MP_COUNT_FOR_VICTORY FS_ADVANCED_TECH
Body = StructureBody ModuleTag_07
MaxHealth = 1000.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11783,6 +11783,9 @@ Object Infa_ChinaPropagandaCenter
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE IMMOBILE SCORE CAPTURABLE FS_TECHNOLOGY MP_COUNT_FOR_VICTORY FS_ADVANCED_TECH
Body = StructureBody ModuleTag_07
MaxHealth = 1000.0
Expand Down Expand Up @@ -14823,6 +14826,9 @@ Object Infa_ChinaBunker
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE STICK_TO_TERRAIN_SLOPE IMMOBILE SCORE FS_BASE_DEFENSE GARRISONABLE_UNTIL_DESTROYED IMMUNE_TO_CAPTURE
Body = StructureBody ModuleTag_05
MaxHealth = 1000.0
Expand Down
6 changes: 6 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13468,6 +13468,9 @@ Object Nuke_ChinaBunker
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE STICK_TO_TERRAIN_SLOPE IMMOBILE SCORE FS_BASE_DEFENSE GARRISONABLE_UNTIL_DESTROYED IMMUNE_TO_CAPTURE
Body = StructureBody ModuleTag_05
MaxHealth = 1000.0
Expand Down Expand Up @@ -14379,6 +14382,9 @@ Object Nuke_ChinaPropagandaCenter
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE IMMOBILE SCORE CAPTURABLE FS_TECHNOLOGY MP_COUNT_FOR_VICTORY FS_ADVANCED_TECH
Body = StructureBody ModuleTag_07
MaxHealth = 1000.0
Expand Down
6 changes: 6 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12448,6 +12448,9 @@ Object Tank_ChinaBunker
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE STICK_TO_TERRAIN_SLOPE IMMOBILE SCORE FS_BASE_DEFENSE GARRISONABLE_UNTIL_DESTROYED IMMUNE_TO_CAPTURE
Body = StructureBody ModuleTag_05
MaxHealth = 1000.0
Expand Down Expand Up @@ -13343,6 +13346,9 @@ Object Tank_ChinaPropagandaCenter
End

; *** ENGINEERING Parameters ***

; Patch104p @bugfix hanfield 01/09/2021 Added missing RadarPriority = STRUCTURE parameter.
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE IMMOBILE SCORE CAPTURABLE FS_TECHNOLOGY MP_COUNT_FOR_VICTORY FS_ADVANCED_TECH
Body = StructureBody ModuleTag_07
MaxHealth = 1000.0
Expand Down