Jump to content

DeployFire: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 5 revisions imported
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines if this InfantryType must deploy to fire one of its weapons. The units ART.INI sequence should also specify which frames of its image sequence are to be used when it is deployed (see the ART.INI Guide) if this is a SHP based unit.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
;;|types={{Categ|Technoes}}
|types={{Categ|InfantryTypes}},{{Categ|VehicleTypes}}
|values={{values|unsigned integers}}
|default=1
|ra2=yes
|yr=yes
|ares=yes
}}
Can be set to 'yes' or 'no' and determines if this unit can be given the 'deploy' order, which will cause it to fire the weapon determined by {{Tt|[[DeployFireWeapon]]}} at the ground underneath itself.  
 
==Notes==
* For infantry units, the ART(MD).INI sequence should also specify which frames of its image sequence are to be used when it is deployed. If this is omitted, the unit will be unable to deploy if ordered to.  
*For Ra2 This tag cannot be used with  [[VehicleTypes]]
 
==See also==
* [[IsSimpleDeployer]]

Latest revision as of 21:40, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: DeployFire
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Default: 1
Applicable to: InfantryTypes,VehicleTypes


Can be set to 'yes' or 'no' and determines if this unit can be given the 'deploy' order, which will cause it to fire the weapon determined by DeployFireWeapon at the ground underneath itself.

Notes

  • For infantry units, the ART(MD).INI sequence should also specify which frames of its image sequence are to be used when it is deployed. If this is omitted, the unit will be unable to deploy if ordered to.
  • For Ra2 This tag cannot be used with VehicleTypes

See also