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

Spawned Missiles

From ModEnc
Revision as of 23:28, 28 February 2009 by Millennium (talk | contribs)
Jump to: navigation, search

Spawned Missiles are the AircraftTypes spawned by the V3 Launcher, the Dreadnought and the Boomer Submarine. They are technically limbo launching AircraftTypes, flying kamikaze-style into their targets, and detonating the warhead defined by their appropriate tags. Without the RockPatch, there are three types of spawned missile: V3, DMisl and CMisl.

V3 missiles are spawned by the V3 Rocket Launcher and use the following tags located in the General section.

DMisl missiles are launched by the Soviet Dreadnought and use the following tags, also located in the General section: *DMislPauseFrames

CMisl missiles are launched by the Yuri Boomer Submarine, and use these tags which are only in the General section of Yuri's Revenge. CMisls are not available in Red Alert 2.

Besides the settings in the General section, the missiles are affected in various ways by several characteristics that can be set on the missiles themselves. While the game is hardcoded to work only with these three missiles as "true" spawned missiles, this allows the re-creation of spawnable AircraftTypes as fake missiles:

  • Locomotor - In the unmodded game, the various missiles use the Ballistic loco. The same locomotor can be used on a buildable AircraftType to turn it into a missile.
  • Weapons - The behaviour of any missile can be modified in various ways by giving it weapons. Just like normal aircraft, spawned missiles are highly sensitive to the ROF of weapons given to them, and the ROT of the projectiles these weapons use. If a missile is buildable and it is ordered to Move rather than Attack, it will crash into the destination without firing the weapon. This gives the possibility of creating two distinct attack modes.
    • ROT=0 - Giving a missile a weapon with a projectile with a rate of turn of 0 will cause the missile to fire this weapon in the direction of its flight as it descends upon its target. The missile will always fire its weapon at the furthest point allowed by its range, and always in the direction it faced before descent.
  • Spawned - Removing Spawned=yes from the section of a missile will make that missile controllable when built. If a missile is buildable but is Spawned, it cannot be player-controlled and will crash into apparently randomly selected targets near by when ordered to move or attack.
  • MissileSpawn

When you install the RockPatch version 1.08 or later, you can make your own spawned missiles which are not limited to one AircraftType per missile type. See this page for details on how to do this.