Jump to content

IsTilter: Difference between revisions

From ModEnc²
en>DCoder
Rewrite
m 6 revisions imported
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
|files={{Categ|Rules(md).ini}}
|files={{Categ|Rules(md).ini}}
|values=boolean
|values=boolean
|special=none
|default=yes
|default=yes
|types={{Categ|VehicleTypes}}
|types={{Categ|VehicleTypes}}
|games=[[TS]], [[RA2]], [[YR]]
|ts=yes
|fs=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
|tsobsolete=yes
}}
}}


Specifies whether this VehicleType should be drawn tilted when driving on slopes or rocked by {{TTL|Rocker|yes}} or {{TTL|DirectRocker|yes}} warheads. Does not work on SHP objects.
Judging by the {{ini|rules}} comment, this flag was meant to specify whether or not this [[VehicleTypes|vehicle]] should be drawn tilted when driving on slopes. However, while the flag is parsed, there is no function assigned to it. In other words, this flag doesn't do anything. Vehicles tilt on slopes as long as they use [[voxel]] graphics and use the drive or tunnel [[locomotor]]. Vehicles using drive locomotor can also be tilted by {{f|Rocker|link}} or {{f|DirectRocker|link}} warheads.
 
== See Also ==
* [[Rocker]]
* [[DirectRocker]]
* [[Weight]] – affects how much the unit is tilted by rocker warheads.

Latest revision as of 21:51, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsTilter
File(s): Rules(md).ini
Values: boolean
Default: yes
Applicable to: VehicleTypes

Logic related to IsTilter, as a whole or in part, is obsolete in Tiberian Sun, Red Alert 2 and/or Yuri's Revenge.



Judging by the rules(md).ini comment, this flag was meant to specify whether or not this vehicle should be drawn tilted when driving on slopes. However, while the flag is parsed, there is no function assigned to it. In other words, this flag doesn't do anything. Vehicles tilt on slopes as long as they use voxel graphics and use the drive or tunnel locomotor. Vehicles using drive locomotor can also be tilted by Rocker or DirectRocker warheads.

See Also