Skip to content

Commit

Permalink
Change: Add shockwaves to all Bomb Truck explosions, tweak shockwave …
Browse files Browse the repository at this point in the history
…sizes, colors and explosion sizes
  • Loading branch information
xezon committed Aug 23, 2022
1 parent 00152da commit 6eaa986
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 20 deletions.
30 changes: 30 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/FXList.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6403,6 +6403,12 @@ FXList WeaponFX_BombTruckDefaultBombDetonation
Offset = X:0.0 Y:0.0 Z:1.0
End

; Patch104p @tweak Adds shockwave
ParticleSystem
Name = BombTruckShockwave
Offset = X:0.0 Y:0.0 Z:1.0
End

ParticleSystem
Name = BombTruckDefaultExplosionTrailArms
InitialDelay = 100 100 UNIFORM ;In milliseconds
Expand Down Expand Up @@ -6434,6 +6440,12 @@ FXList Demo_WeaponFX_BombTruckDefaultBombDetonation
Offset = X:0.0 Y:0.0 Z:1.0
End

; Patch104p @tweak Adds shockwave
ParticleSystem
Name = BombTruckShockwave
Offset = X:0.0 Y:0.0 Z:1.0
End

ParticleSystem
Name = Demo_BombTruckDefaultExplosionTrailArms
InitialDelay = 100 100 UNIFORM ;In milliseconds
Expand Down Expand Up @@ -6462,6 +6474,12 @@ FXList WeaponFX_BombTruckBioBombDetonation
Offset = X:0.0 Y:0.0 Z:1.0
End

; Patch104p @tweak Adds shockwave
ParticleSystem
Name = BombTruckBioShockwave
Offset = X:0.0 Y:0.0 Z:1.0
End

ParticleSystem
Name = BombTruckBioExplosionTrailArms
InitialDelay = 100 100 UNIFORM ;In milliseconds
Expand Down Expand Up @@ -6490,6 +6508,12 @@ FXList WeaponFX_BombTruckAnthraxBombDetonation
Offset = X:0.0 Y:0.0 Z:1.0
End

; Patch104p @tweak Adds shockwave
ParticleSystem
Name = BombTruckAnthraxShockwave
Offset = X:0.0 Y:0.0 Z:1.0
End

ParticleSystem
Name = BombTruckAnthraxExplosionTrailArms
InitialDelay = 100 100 UNIFORM ;In milliseconds
Expand Down Expand Up @@ -6518,6 +6542,12 @@ FXList WeaponFX_BombTruckAnthraxGammaBombDetonation
Offset = X:0.0 Y:0.0 Z:1.0
End

; Patch104p @tweak Adds shockwave
ParticleSystem
Name = BombTruckAnthraxGammaShockwave
Offset = X:0.0 Y:0.0 Z:1.0
End

ParticleSystem
Name = BombTruckAnthraxGammaExplosionTrailArms
InitialDelay = 100 100 UNIFORM ;In milliseconds
Expand Down
Loading

0 comments on commit 6eaa986

Please sign in to comment.