Jump to content

Cloakable: Difference between revisions

From ModEnc²
ATHSE (talk | contribs)
m still
mNo edit summary
Line 27: Line 27:


{{Bugs}}
{{Bugs}}
In RA2, a fully cloaked unit (presumably submarine) might still reveal itself when retaliating (enabled by {{f|CanRetaliate|yes|link}}), or if the target of attack is sufficiently far away from it.
* In RA2, a fully cloaked unit (presumably submarine) might still reveal itself when retaliating (enabled by {{f|CanRetaliate|yes|link}}), or if the target of attack is sufficiently far away from it.


Explicitly set Cloakable=no will be overridden if a unit gains the abilities through [[Veterancy|promotion]].
* Explicitly set Cloakable=no will be overridden if a unit gains the abilities through [[Veterancy|promotion]].


[[SpeedType|Hovering]]/Flying units do not support Cloakable=yes, however granting them cloakability via [[VeteranAbilities]] or [[EliteAbilities]] is possible.
* [[SpeedType|Hovering]]/Flying units do not support Cloakable=yes, however granting them cloakability via [[VeteranAbilities]] or [[EliteAbilities]] is possible.
*Ares has removed this hardcode, allowing the definition of the height for determining cloakable, and defaults it to the value of [[HoverHeight]] located under [General], used by hovering units. Therefore by default, just having Ares enables the logic for hovering units, and requires additional configuration to return to vanilla game behaviour.
** Ares has removed this hardcode, allowing the definition of the height for determining cloakable, and defaults it to the value of [[HoverHeight]] located under [General], used by hovering units. Therefore by default, just having Ares enables the logic for hovering units, and requires additional configuration to return to vanilla game behaviour.
 
* Cloaked units will not trigger / activate celltags on maps. This was an intentional design choice from Westwood, as per analysis of the engine code (per Rampastring work).


==See also==
==See also==

Revision as of 14:54, 10 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Cloakable
File(s): Rules(md).ini
Values: boolean
Default: no
Applicable to: InfantryTypes,VehicleTypes,BuildingTypes


Specifies whether this object has a cloaking device, which can render it invisible to enemy units without Sensors=yes, or buildings without SensorArray=yes. This effect also applies to the mini-map, which will only show the revealed (uncloaked) state of the unit.

In Tiberian Sun

Strangely, despite TechnoTypes lacking Sensors=yes, they can still automatically attack units that have Cloakable=yes within range, as if there was no cloaking effect.

Unlike in later games, TS (and Firestorm) support Cloakable and CloakingSpeed tags on buildings, without any problems.

In Red Alert 2

Earlier games did not have submarines, and so the cloaking effect only applied to terrestrial units, but in RA2 the cloaking system was repurposed for the Soviet Attack Sub. As such, the sound effects were updated to reflect their aquatic nature, with the splash effect defined by CloakSound under [AudioVisual], played for both cloaking and decloaking.

The CloakStop=yes tag was added to keep a unit like the Attack Sub cloaked when firing or in ambush position.

Bugs/Side-Effects/Unexpected Limitations

  • In RA2, a fully cloaked unit (presumably submarine) might still reveal itself when retaliating (enabled by CanRetaliate=yes), or if the target of attack is sufficiently far away from it.
  • Explicitly set Cloakable=no will be overridden if a unit gains the abilities through promotion.
  • Hovering/Flying units do not support Cloakable=yes, however granting them cloakability via VeteranAbilities or EliteAbilities is possible.
    • Ares has removed this hardcode, allowing the definition of the height for determining cloakable, and defaults it to the value of HoverHeight located under [General], used by hovering units. Therefore by default, just having Ares enables the logic for hovering units, and requires additional configuration to return to vanilla game behaviour.
  • Cloaked units will not trigger / activate celltags on maps. This was an intentional design choice from Westwood, as per analysis of the engine code (per Rampastring work).

See also

CloakingStages

Sensors

SensorArray

RadarInvisible