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

Difference between revisions of "IsSimpleDeployer"

From ModEnc
Jump to: navigation, search
m
Line 17: Line 17:
 
* If the original vehicle has {{f|Turret|yes|link}}, but the [[UnloadingClass]] does not, the game will still try to look for a turret graphic corresponding to the UnloadingClass image when the unit deploys, and will use an invisible turret if it doesn't find one.
 
* If the original vehicle has {{f|Turret|yes|link}}, but the [[UnloadingClass]] does not, the game will still try to look for a turret graphic corresponding to the UnloadingClass image when the unit deploys, and will use an invisible turret if it doesn't find one.
 
* If the original vehicle has {{f|Turret|no|link}}, but the [[UnloadingClass]] has {{f|Turret|yes|link}}, the turret image corresponding to the UnloadingClass image will still get loaded, but the unit itself will turn to face the target, with the turret fixed facing the same direction as the unit.  
 
* If the original vehicle has {{f|Turret|no|link}}, but the [[UnloadingClass]] has {{f|Turret|yes|link}}, the turret image corresponding to the UnloadingClass image will still get loaded, but the unit itself will turn to face the target, with the turret fixed facing the same direction as the unit.  
 +
 +
{{Bugs}}
 +
*If there is only one <b><u><font style="color:blue">IsSimpleDeployer=yes</font></u></b> tag with no additional tags involved. This tag will disable the tag. <b><u>[[BalloonHover]]</u></b>
 +
That means <b><u>[[VehicleTypes]]</u></b> able to land  When not moving, even if <b><u>{{f|BalloonHover|yes|Link}}</u></b>
  
 
==See also==
 
==See also==

Revision as of 18:07, 15 July 2024

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: IsSimpleDeployer
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: VehicleTypes


Specifies whether or not this object is allowed to deploy to change its weapon (specified by the DeployFireWeapon tag on the unit) and its Image (taken from the unit specified by the UnloadingClass tag). If specified, the unit will be able to fire its' DeployFireWeapon normally when deployed. If a vehicle only has DeployFire, it will fire its' DeployFireWeapon directly at the ground underneath itself when deployed (although the weapon can also be fired at other targets by the unit's owner).

The game will also play DeployingAnim when the unit is ordered to deploy or undeploy. Units which only have DeployFire will simply fire at the ground at their position when deployed and can be aimed at other targets and ordered to move as any other unit, while units which have IsSimpleDeployer will also be unable to move in this form, until ordered to deploy again.

Notes

  • If the unit is JumpJet=yes and has DeployToLand set, it will first turn to face the direction specified by [AudioVisual]PoseDir=, and land to deploy only after.
  • If the original vehicle has Turret=yes, but the UnloadingClass does not, the game will still try to look for a turret graphic corresponding to the UnloadingClass image when the unit deploys, and will use an invisible turret if it doesn't find one.
  • If the original vehicle has Turret=no, but the UnloadingClass has Turret=yes, the turret image corresponding to the UnloadingClass image will still get loaded, but the unit itself will turn to face the target, with the turret fixed facing the same direction as the unit.

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

  • If there is only one IsSimpleDeployer=yes tag with no additional tags involved. This tag will disable the tag. BalloonHover

That means VehicleTypes able to land When not moving, even if BalloonHover=yes

See also