ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Turret"

From ModEnc
Jump to: navigation, search
(Westwood programmers should be loaded into cannons and shot into the sun.)
(Added note about turreted vehicle shape size limitation.)
 
(5 intermediate revisions by one other user not shown)
Line 16: Line 16:
 
;On VehicleTypes
 
;On VehicleTypes
 
:The turret filename has to be the same as the object's, with the suffix {{Tt|tur}}, and be in [[VXL]] format, with an accompanying [[HVA]]. Should [UNIT] have Turret=yes set but no file with the name unittur exist, the game will crash.
 
:The turret filename has to be the same as the object's, with the suffix {{Tt|tur}}, and be in [[VXL]] format, with an accompanying [[HVA]]. Should [UNIT] have Turret=yes set but no file with the name unittur exist, the game will crash.
 +
;On AircraftTypes
 +
It was hardcoded to not have a turret. Even though there is a tag <b>Turret=yes</b>.
 
;On BuildingTypes
 
;On BuildingTypes
 
:The turret filename is specified by {{f|TurretAnim|link}}, should be the same as on VehicleTypes, and its format is specified by {{f|TurretAnimIsVoxel|link}}. If the turret is in [[SHP]] format, it should be defined in art(md).ini and listed in [Animations] in order to be loaded by the game. If the turret is in VXL format, this is not necessary.
 
:The turret filename is specified by {{f|TurretAnim|link}}, should be the same as on VehicleTypes, and its format is specified by {{f|TurretAnimIsVoxel|link}}. If the turret is in [[SHP]] format, it should be defined in art(md).ini and listed in [Animations] in order to be loaded by the game. If the turret is in VXL format, this is not necessary.
 +
 +
*for a [[Voxel]] turret. Even though it is a [[Voxel]] file, those [[Voxel]] turrets It's not sloping Along the sloping area.<b>(My opinion: Since [[BuildingTypes]] cannot use [[Locomotor]], it [[BuildingTypes]] cannot tilt along sloped terrain)</b>.
 +
 +
[[File:TurretAnimIsVoxel=True on a sloping area.png]]
  
 
{{Bugs}}
 
{{Bugs}}
 
+
*If [[VehicleTypes]] [[SHP]] has <b>Turret=yes</b> there will be a shadow above the ground.  When floating above the ground by any means
*Makes the vehicle [[SHP]] shadowed from the [[SHP]] image when it floats above the ground With any action
 
  
 
*If Buildings that infantry canable occupy '''({{f|CanBeOccupied|yes|Link}})''' have '''{{f|Turret|yes|Link}}''' after infantry leaves the building. Will not be able to go back in again.
 
*If Buildings that infantry canable occupy '''({{f|CanBeOccupied|yes|Link}})''' have '''{{f|Turret|yes|Link}}''' after infantry leaves the building. Will not be able to go back in again.
  
 
*Causes shadows of <u><b>[[VehicleTypes]]</b></u> to display incorrectly
 
*Causes shadows of <u><b>[[VehicleTypes]]</b></u> to display incorrectly
 +
 +
*At least in {{ts}}, [[VehicleTypes|Vehicle]] [[SHP|shapes]] with a turret are limited to a 160x160 pixel canvas. Any pixels beyond this limit are not drawn.
  
 
<b><font style="color:red">IE Warning:</font></b>
 
<b><font style="color:red">IE Warning:</font></b>

Latest revision as of 18:45, 1 September 2024

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: Turret
File(s): Rules(md).ini
Values: boolean
Default: no
Applicable to: VehicleTypes, BuildingTypes


Specifies whether this object has a turret.

On VehicleTypes
The turret filename has to be the same as the object's, with the suffix tur, and be in VXL format, with an accompanying HVA. Should [UNIT] have Turret=yes set but no file with the name unittur exist, the game will crash.
On AircraftTypes

It was hardcoded to not have a turret. Even though there is a tag Turret=yes.

On BuildingTypes
The turret filename is specified by TurretAnim, should be the same as on VehicleTypes, and its format is specified by TurretAnimIsVoxel. If the turret is in SHP format, it should be defined in art(md).ini and listed in [Animations] in order to be loaded by the game. If the turret is in VXL format, this is not necessary.

TurretAnimIsVoxel=True on a sloping area.png

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

  • If VehicleTypes SHP has Turret=yes there will be a shadow above the ground. When floating above the ground by any means
  • If Buildings that infantry canable occupy (CanBeOccupied=yes) have Turret=yes after infantry leaves the building. Will not be able to go back in again.
  • At least in Tiberian Sun, Vehicle shapes with a turret are limited to a 160x160 pixel canvas. Any pixels beyond this limit are not drawn.

IE Warning:

Without considering any extension engines, for a vehicle with Image=<none>, even if it should not have an image or create an empty Shape image due to Image settings, if you add Turret=yes, the game will still attempt to obtain a Voxel Turret section, and you will receive a internal error. Congratulations. xD

Only God knows about such an outrageous work logic.