ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
NoSpawnAlt: Difference between revisions
Jump to navigation
Jump to search
Filename correction and minor touch-ups |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
If {{ | If {{f|AltImage|link}} is set on this [[VehicleType]] then the vehicle will use a different image when it runs out of spawns. Examples include the [[CNC:Dreadnought|Dreadnought]], [[CNC:Destroyer|Destroyer]], and [[CNC:V3|V3 Rocket Launcher]]. The image is internally stored in the same memory buffer as the turret so a unit cannot have both a turret and an alternate image. The {{f|AltImage|link}} filename is derived from the normal {{f|Image|link}} by suffixing it with {{Tt|WO}} ("without"). For example, the Destroyer ({{Tt|DEST.vxl}}) has an alternate image of {{Tt|DESTWO.vxl}}. | ||
{{ | {{f|AltImage|link}} only works on voxel-based units. | ||
*In Ares 3.0, it can be used for vehicles with turret. | |||
{{W}}This will cause an [[Internal Error]] if set on a vehicle that does not have the ability to spawn objects. | |||
{{ | {{Bugs}} | ||
these units always show **WO.vxl when attacked by Temporal weapons. | |||
*This bug has been fixed in ares 3.0. | |||
Cannot be used with SHP vehicles. |
Latest revision as of 05:18, 16 July 2024
Flag: | NoSpawnAlt |
File(s): | rules(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Default: | 0 |
Applicable to: | VehicleTypes |
If AltImage is set on this VehicleType then the vehicle will use a different image when it runs out of spawns. Examples include the Dreadnought, Destroyer, and V3 Rocket Launcher. The image is internally stored in the same memory buffer as the turret so a unit cannot have both a turret and an alternate image. The AltImage filename is derived from the normal Image by suffixing it with WO ("without"). For example, the Destroyer (DEST.vxl) has an alternate image of DESTWO.vxl. AltImage only works on voxel-based units.
- In Ares 3.0, it can be used for vehicles with turret.
This will cause an Internal Error if set on a vehicle that does not have the ability to spawn objects.
Bugs/Side-Effects/Unexpected Limitations
these units always show **WO.vxl when attacked by Temporal weapons.
- This bug has been fixed in ares 3.0.
Cannot be used with SHP vehicles.