Jump to content

ConsideredAircraft: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>Testid123
mNo edit summary
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Should be used only on AircraftTypes and is used to distinguish them from AircraftTypes which have MissileSpawn=yes set so that the game does not allow objects to get confused when conducting their threat scan. Also used to indicate that the object is actually a 'true' aircraft rather than a flying bullet type, and to ensure the game produces this object from the correct 'doors' on the Weapons Factories (i.e. should it emerge from the front or from the roof).
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values={{Values|bool}}
|default=no
|types={{categ|VehicleTypes}},{{categ|AircraftTypes}}
|ra2=yes
|yr=yes
}}
Should be used only on [[AircraftTypes]] and is used to distinguish them from [[AircraftTypes]] which have {{f|MissileSpawn|yes|link}} set so that the game does not allow objects to get confused when conducting their threat scan.<br>Also used to indicate that the object is actually a 'true' aircraft rather than a flying bullet type, and to ensure the game produces this object from the correct 'doors' on the Weapons Factories (i.e. should it emerge from the front or from the roof).
 
==Note==
*Makes {{categ|VehicleTypes}}([[Voxel]]),{{categ|AircraftTypes}}([[Voxel]]) have 50% smaller shadows.

Revision as of 16:40, 22 November 2024

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ConsideredAircraft
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: VehicleTypes,AircraftTypes


Should be used only on AircraftTypes and is used to distinguish them from AircraftTypes which have MissileSpawn=yes set so that the game does not allow objects to get confused when conducting their threat scan.
Also used to indicate that the object is actually a 'true' aircraft rather than a flying bullet type, and to ensure the game produces this object from the correct 'doors' on the Weapons Factories (i.e. should it emerge from the front or from the roof).

Note