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

IsSimpleDeployer

From ModEnc
Jump to: navigation, search
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.

See also