Jump to content

UnloadingClass: Difference between revisions

From ModEnc²
en>Testid123
mNo edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|yr=yes
|yr=yes
}}
}}
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.<br>
[[VehicleTypes]] that are contained within '''UnloadingClass''' can have {{f|Turret|yes|link}} and {{f|TurretSpins|yes|Link}}(But [[ROT]] is based on the default [[VehicleTypes]] only).<br>


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.
The [[TurretRotateSound]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|Turret|yes|link}}.<br>
 
The [[NoShadow]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|NoShadow|yes|link}}.<br>
 
The [[FireAngle]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|FireAngle|x|link}}.<br>
 
The [[WalkRate]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|WalkRate|x|link}}.<br>
 
The [[IdleRate]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|IdleRate|x|link}}.<br>
 
The [[ZFudgeTunnel]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|ZFudgeTunnel|x|link}}.<br>
 
The [[ZFudgeColumn]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|ZFudgeColumn|x|link}}.<br>
 
The [[ZFudgeBridge]] tag also affects [[VehicleTypes]] that are contained within '''UnloadingClass''' if the [[VehicleTypes]] That invokes the {{f| IsSimpleDeployer|yes|link}} tag to have {{f|ZFudgeBridge|x|link}}.<br>


== Notes ==
== Notes ==
Although this tag is parsed for all [[TechnoTypes]], the logic works only for [[VehicleTypes]] that make use of [[Dock]] and [[IsSimpleDeployer]].
Although this tag is parsed for all [[TechnoTypes]], the logic works only for [[VehicleTypes]] that make use of [[Dock]] and [[IsSimpleDeployer]].


{{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.
*[[VehicleTypes]] Types [[Voxel]] That uses the {{f|IsSimpleDeployer|yes|link}} tag cannot determine '''UnloadingClass=[[VehicleTypes]] SHP'''. (but I found a way to make it work[testid123])
 
>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.

Latest revision as of 18:01, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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.
VehicleTypes that are contained within UnloadingClass can have Turret=yes and TurretSpins=yes(But ROT is based on the default VehicleTypes only).

The TurretRotateSound tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have Turret=yes.

The NoShadow tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have NoShadow=yes.

The FireAngle tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have FireAngle=x.

The WalkRate tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have WalkRate=x.

The IdleRate tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have IdleRate=x.

The ZFudgeTunnel tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have ZFudgeTunnel=x.

The ZFudgeColumn tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have ZFudgeColumn=x.

The ZFudgeBridge tag also affects VehicleTypes that are contained within UnloadingClass if the VehicleTypes That invokes the IsSimpleDeployer=yes tag to have ZFudgeBridge=x.

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