TheSuperHackers/GeneralsGamePatch

LaserUpdate particles do not play on frame 1

Opened this issue · 0 comments

xezon commented

The Avenger laser flares will not play on frame 1, but on frame 2 only. This means they will always be offset by 1 frame, which is noticeable when the unit moves.

This also happens with other laser weapons, such as the Laser Crusader Tank.

Object AvengerLaserBeam
  ClientUpdate = LaserUpdate ModuleTag_07
    MuzzleParticleSystem = PaladinPointDefenseLaserFlare
    TargetParticleSystem = AvengerStarburst
  End
  ...
End

ParticleSystem PaladinPointDefenseLaserFlare
  Lifetime = 2.00 2.00
  ...
End