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

Difference between revisions of "VoxelBarrelOffsetToPitchPivotPoint"

From ModEnc
Jump to: navigation, search
(Un-Deezire'd)
(Correction)
Line 8: Line 8:
 
}}
 
}}
  
Specifies the offset, in leptons, for the pivot point of this [[BuildingTypes|building's]] [[BarrelAnimIsVoxel|voxel barrel]], measured from the [[TurretAnimX|turret's]] [[TurretAnimY|origin]]. The pivot point is the point in 3D space which the barrel will pitch (rotate laterally) about.
+
Specifies the offset, in leptons, for this [[BuildingTypes|building's]] [[BarrelAnimIsVoxel|voxel barrel]] from the barrel's lateral rotation (pitch) pivot point. The offset is measured from the center of the barrel to the pivot point (defined by {{f|VoxelBarrelOffsetToBuildingPivotPoint|link}} and/or {{f|TurretAnimX|link}}/{{f|TurretAnimY|link}}).
  
This offset is expressed in X,Y,Z format, with each value moving the pivot point as follows:
+
This offset is expressed in X,Y,Z format, with each value moving the barrel as follows:
  
* '''X''': Positive values move the pivot point forward, negative values moves the point backward.
+
* '''X''': Positive values move the barrel forward, negative values moves the barrel backward.
* '''Y''': Positive values move the pivot point to the left, negative values moves the point to the right.
+
* '''Y''': Positive values move the barrel to the left, negative values moves the barrel to the right.
* '''Z''': Positive values move the pivot point up, negative values moves the point down.
+
* '''Z''': Positive values move the barrel up, negative values moves the barrel down.
  
 
== See Also ==
 
== See Also ==

Revision as of 19:16, 18 April 2022

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: VoxelBarrelOffsetToPitchPivotPoint
File(s): rules(md).ini
Values: X,Y,Z; Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0,0,0
Applicable to: BuildingTypes


Specifies the offset, in leptons, for this building's voxel barrel from the barrel's lateral rotation (pitch) pivot point. The offset is measured from the center of the barrel to the pivot point (defined by VoxelBarrelOffsetToBuildingPivotPoint and/or TurretAnimX/TurretAnimY).

This offset is expressed in X,Y,Z format, with each value moving the barrel as follows:

  • X: Positive values move the barrel forward, negative values moves the barrel backward.
  • Y: Positive values move the barrel to the left, negative values moves the barrel to the right.
  • Z: Positive values move the barrel up, negative values moves the barrel down.

See Also