Jump to content

PitchSpeed: Difference between revisions

From ModEnc²
en>Crimsonum
No edit summary
en>Crimsonum
Updated
Line 10: Line 10:
|yr=yes
|yr=yes
|ares=yes
|ares=yes
|tsobsolete=yes
}}
}}


Supposedly, this flag is meant to specify the throttle setting (percentage of speed) at which this aircraft pitches forward when flying. However, aircraft pitch instantly to the degree specified by {{f|PitchAngle|link}}, and so this flag has only one observable effect: when set to 1 or higher, it forces {{f|PitchAngle|0|link}} on the aircraft, causing it to fly leveled like a jet.
Specifies the percentage of [[speed]] at which this aircraft will [[PitchAngle|pitch forward]] when flying. Also enables the aircraf to [[RollAngle|roll]] when turning.
 
While the aircraft's {{f|Speed}} is below {{f|Speed}} * {{f|PitchSpeed}}, the aircraft will fly leveled and will not pitch or roll. Once reaching the threshold, the aircraft will stay pitched until decelerating past this point.


Applicable to [[AircraftTypes]] and [[jumpjet]] [[VehicleTypes]].
Applicable to [[AircraftTypes]] and [[jumpjet]] [[VehicleTypes]].
== Notes ==
*When pitching, aircraft switch instantly to the degree specified by {{f|PitchAngle|link}}.
*{{f|PitchSpeed|1}} or higher means the aircraft will never pitch or roll.


== See Also ==
== See Also ==
* [[PitchAngle]]
* [[PitchAngle]]
* [[RollAngle]]
* [[RollAngle]]

Revision as of 17:44, 4 February 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: PitchSpeed
File(s): rules(md).ini
Values: Floating point values: Any decimal number (clearer range should be added in Template:Values).
Default: 0.25
Applicable to: TechnoTypes


Specifies the percentage of speed at which this aircraft will pitch forward when flying. Also enables the aircraf to roll when turning.

While the aircraft's Speed is below Speed * PitchSpeed, the aircraft will fly leveled and will not pitch or roll. Once reaching the threshold, the aircraft will stay pitched until decelerating past this point.

Applicable to AircraftTypes and jumpjet VehicleTypes.

Notes

  • When pitching, aircraft switch instantly to the degree specified by PitchAngle.
  • PitchSpeed=1 or higher means the aircraft will never pitch or roll.

See Also