ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "LaserOuterSpread"

From ModEnc
Jump to: navigation, search
(Rewrite)
(Added info about a bug related to the flag)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|files={{Categ|Rules(md).ini}}
 
|files={{Categ|Rules(md).ini}}
 
|values=three comma-separated unsigned integers (RGB colour)
 
|values=three comma-separated unsigned integers (RGB colour)
|special=None
 
 
|default=0,0,0
 
|default=0,0,0
 
|types={{Categ|Weapon|Weapons}}
 
|types={{Categ|Weapon|Weapons}}
|games=[[TS]], [[RA2]], [[YR]]
+
|ts=yes
 +
|fs=yes
 +
|ets=yes
 +
|ra2=yes
 +
|yr=yes
 +
|rp=yes
 
}}
 
}}
  
Defines the RGB color of the outer 'spread' of {{TTL|IsLaser|yes}} weapons. If this is set and is different from {{TTL|LaserOuterColor}}, you can get a colour-changing laser. Otherwise, no visible effect is produced.
+
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)
 +
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 23:53, 8 November 2022

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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.

Cc alert.png 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.