Jump to content

LaserOuterSpread: Difference between revisions

From ModEnc²
en>DCoder
Correcting per executable
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(3 intermediate revisions by 3 users not shown)
Line 13: Line 13:
}}
}}


Defines the "variability" of the laser's outer color defined by {{TTL|LaserOuterColor}}. Basically, every frame a random number from the range  
Defines the "variability" of the laser's outer color defined by {{f|LaserOuterColor|link}}. Basically, every frame a random number from the range  
  [LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B)
  [LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B)
is used as the laser's outer color.
is used as the laser's outer color.
=={{bugs}}==
This flag is only correctly read from the object's {{f|Primary|link}} weapon; If the object has a {{f|Secondary|link}} [[IsLaser|laser]] weapon, it will use the {{f|{{PAGENAME}}}} values of the {{f|Primary}} weapon.

Latest revision as of 17:33, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: LaserOuterSpread
File(s): Rules(md).ini
Values: three comma-separated unsigned integers (RGB colour)
Default: 0,0,0
Applicable to: Weapons


Defines the "variability" of the laser's outer color defined by LaserOuterColor. Basically, every frame a random number from the range

[LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B)

is used as the laser's outer color.

Bugs/Side-Effects/Unexpected Limitations

This flag is only correctly read from the object's Primary weapon; If the object has a Secondary laser weapon, it will use the LaserOuterSpread values of the Primary weapon.