ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
JumpjetControls: Difference between revisions
Jump to navigation
Jump to search
Minor changes |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | In {{ts}} and {{ra2}}, this section of {{rules}} is where the global [[JumpJet]] controls are located. They define the default [[Speed|speeds]] and movement behavior for units with <tt>Jumpjet=yes</tt> set. Units can override the values individually, or omit them to use defaults set here, though there is some divergence from the equivalent unit tags, because many of the tags would conflict with existing ones. | ||
The below table will show the [JumpjetControls] tags, and their unit equivalents: | |||
{| class="wikitable" | |||
|- | |||
! Global setting !! Override setting | |||
|- | |||
| Speed || [[JumpjetSpeed]] | |||
|- | |||
| TurnRate || [[JumpjetTurnRate]] | |||
|- | |||
| Acceleration || [[JumpjetAccel]] | |||
|- | |||
| Climb || [[JumpjetClimb]] | |||
|- | |||
| CruiseHeight || [[JumpjetHeight]] | |||
|- | |||
| WobbleDeviation || [[JumpjetDeviation]] | |||
|- | |||
| WobblesPerSecond || [[JumpjetWobbles]] | |||
|} | |||
<br> | |||
{{Bugs}} | |||
This entire section is believed to be obsolete in YR. | |||
* Phobos version 0.3 re-enables this section. | |||
==See also== | ==See also== | ||
[[MovementZone]] | |||
[[SpeedType]] | |||
[[Locomotor]] | |||
[[HoverAttack]] | |||
[[Crashable]] | |||
[[Category:{{PAGENAME}} Flags| ]] | [[Category:{{PAGENAME}} Flags| ]] | ||
[[Category:Rules(md).ini Sections]] | [[Category:Rules(md).ini Sections]] | ||
[[Category:Jumpjet Flags]] | |||
<!-- [[Category:General Editing Information]] --> | <!-- [[Category:General Editing Information]] --> | ||
Revision as of 13:16, 12 April 2025
In Tiberian Sun and Red Alert 2, this section of Rules(md).ini is where the global JumpJet controls are located. They define the default speeds and movement behavior for units with Jumpjet=yes set. Units can override the values individually, or omit them to use defaults set here, though there is some divergence from the equivalent unit tags, because many of the tags would conflict with existing ones.
The below table will show the [JumpjetControls] tags, and their unit equivalents:
Global setting | Override setting |
---|---|
Speed | JumpjetSpeed |
TurnRate | JumpjetTurnRate |
Acceleration | JumpjetAccel |
Climb | JumpjetClimb |
CruiseHeight | JumpjetHeight |
WobbleDeviation | JumpjetDeviation |
WobblesPerSecond | JumpjetWobbles |
Bugs/Side-Effects/Unexpected Limitations
This entire section is believed to be obsolete in YR.
- Phobos version 0.3 re-enables this section.