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

Speed: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Testid123 (talk | contribs)
mNo edit summary
ATHSE (talk | contribs)
No edit summary
Line 16: Line 16:
|rp=yes
|rp=yes
}}
}}
== On ObjectTypes ==
== On Unit Types ==
Specifies the movement speed of this ObjectType.
Specifies the movement speed of this unit, subject to 'land characteristics' which can set different speed modifiers per [[SpeedType]], when passing over different [[LandTypes]].


== On WeaponTypes ==
== On Weapon Projectiles ==
Specifies the speed the weapon's projectile will have when fired. This only works on projectiles with a [[ROT]] larger than 0. The value will also be ignored if the weapon is used as an [[AirburstWeapon]].
Specifies the top speed a projectile will have after being fired, subject to [[Acceleration]] rate if present. This only works on projectiles with a [[ROT]] greater than 0. The value will also be ignored if the weapon is used as an [[AirburstWeapon]].


== On JumpJet Controls ==
== [JumpJetControls] ==
Specifies the speed of units flying using the Jumpjet locomotor in {{ts}}.
Specifies the speed of units flying using the Jumpjet locomotor in {{ts}}.


In {{ra2}} and {{yr}} individual units have to define {{f|JumpjetSpeed|link}} instead.
In {{ra2}}, [[JumpJet]] units have to define [[JumpjetSpeed]] instead, as long as they use the correct [[Locomotor]], using the wrong one will fallback to using the <tt>Speed=</tt> value.


== In Powerups ==
== [Powerups] ==
 
<tt>Speed</tt> is used differently here, as it's a crate property chance, see: [[Powerups]].
{{Flag
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values={{values|special}}
|special=
|default=none
|types={{Categ|Powerups}}
|ra=yes
|cs=yes
|am=yes
|ts=yes
|fs=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
}}
 
See [{{f|Powerups|link}}].


{{Bugs}}
{{Bugs}}
*Even if [[Red Alert]] does not have [[Locomotor]], if [[InfantryTypes]] has too much Speed It will move with problems This restriction is the same as {{f|Locomotor|{4A582744-9839-11d1-B709-00A024DDAFD1}|Link}}.
While {{ra}} does not have explicit [[Locomotor]] settings, if any [[InfantryTypes|infantry]] has too high of a <tt>Speed=</tt> value, it will move erratically. This restriction is the same as {{f|Locomotor|{4A582744-9839-11d1-B709-00A024DDAFD1}|Link}}.

Revision as of 13:00, 12 April 2025

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: Speed
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0
Applicable to: JumpjetControls, InfantryTypes, VehicleTypes, AircraftTypes, BuildingTypes, Weapons


On Unit Types

Specifies the movement speed of this unit, subject to 'land characteristics' which can set different speed modifiers per SpeedType, when passing over different LandTypes.

On Weapon Projectiles

Specifies the top speed a projectile will have after being fired, subject to Acceleration rate if present. This only works on projectiles with a ROT greater than 0. The value will also be ignored if the weapon is used as an AirburstWeapon.

[JumpJetControls]

Specifies the speed of units flying using the Jumpjet locomotor in Tiberian Sun.

In Red Alert 2, JumpJet units have to define JumpjetSpeed instead, as long as they use the correct Locomotor, using the wrong one will fallback to using the Speed= value.

[Powerups]

Speed is used differently here, as it's a crate property chance, see: Powerups.

Bugs/Side-Effects/Unexpected Limitations

While Red Alert does not have explicit Locomotor settings, if any infantry has too high of a Speed= value, it will move erratically. This restriction is the same as Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}.