Jump to content

ConsideredAircraft: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by one other user not shown)
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 (for [[VehicleTypes]]) yes (for [[AircraftTypes]])
|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.

Latest revision as of 21:39, 31 March 2025

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 (for VehicleTypes) yes (for AircraftTypes)
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