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

Difference between revisions of "Cluster"

From ModEnc
Jump to: navigation, search
(Fixed the article to include description of the behaviour that happens if Cluster is used without AirburstWeapon present.)
 
Line 17: Line 17:
  
 
In ''Tiberian Sun'' and ''Firestorm'', this flag also defines the amount of <tt>[[AirburstWeapon]]=</tt> shots to fire if the projectile has <tt>[[Airburst]]=yes</tt> set. With no <tt>[[AirburstWeapon]]=</tt> set, this defines the number of seperate explosions caused when the projectile hits. The explosions are spread in a circular pattern around the point of impact. In ''Red Alert 2'' and ''Yuri's Revenge'', the game instead defaults to 9 cluster explosions (or instances of the <tt>AirburstWeapon</tt>), spread in a square pattern.
 
In ''Tiberian Sun'' and ''Firestorm'', this flag also defines the amount of <tt>[[AirburstWeapon]]=</tt> shots to fire if the projectile has <tt>[[Airburst]]=yes</tt> set. With no <tt>[[AirburstWeapon]]=</tt> set, this defines the number of seperate explosions caused when the projectile hits. The explosions are spread in a circular pattern around the point of impact. In ''Red Alert 2'' and ''Yuri's Revenge'', the game instead defaults to 9 cluster explosions (or instances of the <tt>AirburstWeapon</tt>), spread in a square pattern.
 +
 +
==Notes==
 +
* If a projectile has [[Airburst]], even if no [[AirburstWeapon]] is set, Cluster will be ignored entirely.

Latest revision as of 14:51, 15 June 2015

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: Cluster
File(s): Rules(md).ini
Values: Unsigned integers
Default: 0
Applicable to: Projectiles


Cc cnrdelete-all.png
Logic related to Cluster, as a whole or in part, is obsolete in Red Alert 2 and/or Yuri's Revenge.

Can be set on a projectile to determine the amount of cluster impacts spawned by the weapon. The cluster impacts are scattered around the main weapon impact and use the same Damage and Warhead as it does.

In Tiberian Sun and Firestorm, this flag also defines the amount of AirburstWeapon= shots to fire if the projectile has Airburst=yes set. With no AirburstWeapon= set, this defines the number of seperate explosions caused when the projectile hits. The explosions are spread in a circular pattern around the point of impact. In Red Alert 2 and Yuri's Revenge, the game instead defaults to 9 cluster explosions (or instances of the AirburstWeapon), spread in a square pattern.

Notes