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

Particle Cannon ranger spawn fix #73

Merged
merged 4 commits into from
Aug 27, 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
4 changes: 2 additions & 2 deletions Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://github.com/commy2/zerohour/issues/224 [IMPROVEMENT] Mixing Bat
https://github.com/commy2/zerohour/issues/223 [IMPROVEMENT] Sentry Drone Lacks Voice Line When Leaving Factory
https://github.com/commy2/zerohour/issues/222 [MAYBE] Poison Fields Can Clear Poison Fields
https://github.com/commy2/zerohour/issues/221 [IMPROVEMENT] Units Sometimes Waste Shots On Overlord Debris
https://github.com/commy2/zerohour/issues/220 [IMPROVEMENT][NPROJECT] Units Sometimes Waste Shots On Poisoned Or Burned Infantry
https://github.com/commy2/zerohour/issues/220 [DONE] Units Sometimes Waste Shots On Poisoned Or Burned Infantry
xezon marked this conversation as resolved.
Show resolved Hide resolved
https://github.com/commy2/zerohour/issues/219 [MAYBE] Stinger Site Does Not Benefit From AP Rockets When Engaging Airborne Targets
https://github.com/commy2/zerohour/issues/218 [NOTRELEVANT] Hackers Are Bad Late Game Eco
https://github.com/commy2/zerohour/issues/217 [MAYBE] Scud Launchers Missing Upgrade Icon For AP Rockets
Expand Down Expand Up @@ -154,7 +154,7 @@ https://github.com/commy2/zerohour/issues/64 [MAYBE] Battle Dro
https://github.com/commy2/zerohour/issues/63 [MAYBE] Paladins And Microwaves Gain Slightly Less Than Intended From Composite Armor
https://github.com/commy2/zerohour/issues/62 [MAYBE] Crusader And Laser Tanks Receive Composite Armor Health Bonus Twice
https://github.com/commy2/zerohour/issues/61 [NOTRELEVANT] Destroyed American Boss Buildings Spawn Wrong Ranger Type
https://github.com/commy2/zerohour/issues/60 [IMPROVEMENT][NPROJECT] Destroyed Particle Cannons Spawn Wrong Ranger Type
https://github.com/commy2/zerohour/issues/60 [DONE] Destroyed Particle Cannons Spawn Wrong Ranger Type
https://github.com/commy2/zerohour/issues/59 [IMPROVEMENT] Air Force General Name Misspelling
https://github.com/commy2/zerohour/issues/58 [IMPROVEMENT] Some Combat Bikes Missing DoorOpenTime Entry
https://github.com/commy2/zerohour/issues/57 [IMPROVEMENT] Broken Combat Bike Animations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10710,7 +10710,7 @@ Object AirF_AmericaParticleCannonUplink
FX = INITIAL FX_ParticleUplinkDeathInitial
OCL = INITIAL OCL_SDILinkLasers
FX = FINAL FX_StructureMediumDeath
OCL = FINAL OCL_ParticleUplinkDeathFinal
OCL = FINAL OCL_AirF_ParticleUplinkDeathFinal ; Patch104p @bugfix hanfield 26/08/2021 Added proper death OCL to spawn Airforce General Rangers.
End

Behavior = InstantDeathBehavior ModuleTag_19
Expand Down
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10430,7 +10430,7 @@ Object Lazr_AmericaParticleCannonUplink
FX = INITIAL FX_ParticleUplinkDeathInitial
OCL = INITIAL OCL_SDILinkLasers
FX = FINAL FX_StructureMediumDeath
OCL = FINAL OCL_ParticleUplinkDeathFinal
OCL = FINAL OCL_Lazr_ParticleUplinkDeathFinal ; Patch104p @bugfix hanfield 26/08/2021 Added proper death OCL to spawn Laser General Rangers.
End

Behavior = InstantDeathBehavior ModuleTag_19
Expand Down Expand Up @@ -18157,7 +18157,7 @@ Object Lazr_AmericaLaserCannonUplink
FX = INITIAL FX_ParticleUplinkDeathInitial
OCL = INITIAL OCL_SDILinkLasers
FX = FINAL FX_StructureMediumDeath
OCL = FINAL OCL_ParticleUplinkDeathFinal
OCL = FINAL OCL_Lazr_ParticleUplinkDeathFinal ; Patch104p @bugfix hanfield 26/08/2021 Added proper death OCL to spawn Laser General Rangers.
End

Behavior = InstantDeathBehavior ModuleTag_19
Expand Down Expand Up @@ -19109,7 +19109,7 @@ Object Lazr_AmericaLaserCannon
FX = INITIAL FX_ParticleUplinkDeathInitial
OCL = INITIAL OCL_SDILinkLasers
FX = FINAL FX_StructureMediumDeath
OCL = FINAL OCL_ParticleUplinkDeathFinal
OCL = FINAL OCL_Lazr_ParticleUplinkDeathFinal ; Patch104p @bugfix hanfield 26/08/2021 Added proper death OCL to spawn Laser General Rangers.
End

Behavior = InstantDeathBehavior ModuleTag_19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9821,7 +9821,7 @@ Object SupW_AmericaParticleCannonUplink
FX = INITIAL FX_ParticleUplinkDeathInitial
OCL = INITIAL OCL_SDILinkLasers
FX = FINAL FX_StructureMediumDeath
OCL = FINAL OCL_ParticleUplinkDeathFinal
OCL = FINAL OCL_SupW_ParticleUplinkDeathFinal ; Patch104p @bugfix hanfield 26/08/2021 Added proper death OCL to spawn Superweapon General Rangers.
End

Behavior = InstantDeathBehavior ModuleTag_19
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/System.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ Object FlamingInfantry

; *** ENGINEERING Parameters ***
RadarPriority = NOT_ON_RADAR
KindOf = CAN_CAST_REFLECTIONS INFANTRY
KindOf = CAN_CAST_REFLECTIONS INFANTRY UNATTACKABLE

Body = ActiveBody ModuleTag_02
MaxHealth = 50.0
Expand Down Expand Up @@ -1338,7 +1338,7 @@ Object ToxicInfantry

; *** ENGINEERING Parameters ***
RadarPriority = NOT_ON_RADAR
KindOf = CAN_CAST_REFLECTIONS INFANTRY
KindOf = CAN_CAST_REFLECTIONS INFANTRY UNATTACKABLE

Body = ActiveBody ModuleTag_02
MaxHealth = 50.0
Expand Down
Loading