Jump to content

BarrelAnimIsVoxel: Difference between revisions

From ModEnc²
en>Crimsonum
Un-DeeZire'd
en>Testid123
mNo edit summary
Line 11: Line 11:


Specifies whether or not this building's barrel uses a [[VXL|voxel]] image. This is only relevant if the [[turret]] does ''not'' use a voxel image ({{f|TurretAnimIsVoxel|false|link}}). If the turret is a voxel file, the game automatically searches for a barrel voxel file with the {{tt|-barl}} suffix (e.g. {{tt|tankbarl.vxl}}) and uses it if found.
Specifies whether or not this building's barrel uses a [[VXL|voxel]] image. This is only relevant if the [[turret]] does ''not'' use a voxel image ({{f|TurretAnimIsVoxel|false|link}}). If the turret is a voxel file, the game automatically searches for a barrel voxel file with the {{tt|-barl}} suffix (e.g. {{tt|tankbarl.vxl}}) and uses it if found.
==Note==
*Even if you specify <b>BarrelAnimIsVoxel=no</b> But you cannot use SHP files like [[TurretAnim]].


== See Also ==
== See Also ==
* [[TurretAnimIsVoxel]]
* [[TurretAnimIsVoxel]]
* [[VoxelBarrelFile]]
* [[VoxelBarrelFile]]

Revision as of 12:12, 16 September 2024

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: BarrelAnimIsVoxel
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Applicable to: BuildingTypes


Specifies whether or not this building's barrel uses a voxel image. This is only relevant if the turret does not use a voxel image (TurretAnimIsVoxel=false). If the turret is a voxel file, the game automatically searches for a barrel voxel file with the -barl suffix (e.g. tankbarl.vxl) and uses it if found.

Note

  • Even if you specify BarrelAnimIsVoxel=no But you cannot use SHP files like TurretAnim.

See Also