ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
UnloadingClass: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
{{Bugs}} | {{Bugs}} | ||
*<b><u>[[VehicleTypes]]</u></b> that is defined in the section <b><u><font style="Color:blue">UnloadingClass</font></u></b> always has <b><u>[[Turret]]</u></b> ;<b><u>{{f|TurretSpins|yes|Link}}</u></b>working under this error as well. | *<b><u>[[VehicleTypes]]</u></b> that is defined in the section <b><u><font style="Color:blue">UnloadingClass</font></u></b> always has <b><u>[[Turret]]</u></b> ;<b><u>{{f|TurretSpins|yes|Link}}</u></b>working under this error as well. | ||
>But if <b><u>[[VehicleTypes]]</u></b> that is defined in the section <b><u><font style="Color:blue">UnloadingClass</font></u></b> has <b><u>{{f|Turret|no|Link}}</u></b> and <b><u>{{f|TurretSpins|no|Link}}</u></b> It will actually result in the order of the original tag. |
Revision as of 15:49, 15 July 2024
Flag: | UnloadingClass |
File(s): | rules(md).ini |
Values: | Strings: Normal text. (Limited to: VehicleTypes) |
Default: | none |
Applicable to: | VehicleTypes |
Specifies the vehicle that this unit should turn into when performing a special function. The unit doesn't actually turn into another vehicle, though, and usually only the Image value is read. The default value 'none' means that the original unit's image will be used.
Notes
Although this tag is parsed for all TechnoTypes, the logic works only for VehicleTypes that make use of Dock and IsSimpleDeployer.
Bugs/Side-Effects/Unexpected Limitations
- VehicleTypes that is defined in the section UnloadingClass always has Turret ;TurretSpins=yesworking under this error as well.
>But if VehicleTypes that is defined in the section UnloadingClass has Turret=no and TurretSpins=no It will actually result in the order of the original tag.