Skip to content

Fix: GLA Toxin Tractor wreck spawned before model disappears #1648

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

Merged
merged 1 commit into from
Feb 9, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -18373,7 +18373,7 @@ Object Chem_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect ; Patch104p @bugfix from INITIAL to spawn death hulk, debris and effects at the same time.
FX = FINAL FX_ToxinTruckExplosionUpgraded
End

Expand All @@ -18386,7 +18386,7 @@ Object Chem_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect
FX = FINAL Chem_FX_ToxinTruckExplosionGamma
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19756,7 +19756,7 @@ Object Demo_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL Demo_OCL_ToxinTractorDeathEffect
OCL = FINAL Demo_OCL_ToxinTractorDeathEffect ; Patch104p @bugfix from INITIAL to spawn death hulk, debris and effects at the same time.
;FX = FINAL FX_ToxinTruckExplosionOneFinal
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ Object GC_Chem_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect ; Patch104p @bugfix from INITIAL to spawn death hulk, debris and effects at the same time.
FX = FINAL FX_ToxinTruckExplosionUpgraded
End

Expand All @@ -1625,7 +1625,7 @@ Object GC_Chem_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect
FX = FINAL Chem_FX_ToxinTruckExplosionGamma
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5870,7 +5870,7 @@ Object CINE_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = INITIAL OCL_ToxinTractorDeathEffect ; Patch104p @note This OCL spawns too early.
FX = FINAL FX_ToxinTruckExplosionOneFinal
OCL = FINAL OCL_PoisonFieldSmall
End
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,7 @@ Object GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect ; Patch104p @bugfix from INITIAL to spawn death hulk, debris and effects at the same time.
FX = FINAL FX_ToxinTruckExplosionOneFinal
End

Expand All @@ -4064,7 +4064,7 @@ Object GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect
FX = FINAL FX_ToxinTruckExplosionUpgraded
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19807,7 +19807,7 @@ Object Slth_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect ; Patch104p @bugfix from INITIAL to spawn death hulk, debris and effects at the same time.
FX = FINAL FX_ToxinTruckExplosionOneFinal
End

Expand All @@ -19820,7 +19820,7 @@ Object Slth_GLAVehicleToxinTruck
DestructionDelay = 0
DestructionDelayVariance = 200
FX = INITIAL FX_ToxinTractorDie
OCL = INITIAL OCL_ToxinTractorDeathEffect
OCL = FINAL OCL_ToxinTractorDeathEffect
FX = FINAL FX_ToxinTruckExplosionUpgraded
End

Expand Down