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

NoSpawnAlt: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Rewrite
ATHSE (talk | contribs)
m Reverted edit by EvilRenegade (talk) to last revision by ATHSE
Tag: Rollback
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{flag
{{flag
|categ={{categ|VehicleTypes}}
|types={{categ|VehicleTypes}}
|values={{values|boolean}}
|values={{values|boolean}}
|default=0
|default=0
|ra2=yes
|ra2=yes
|yr=yes
|yr=yes
|rp=yes
|ares=yes
}}
}}


If set, this [[VehicleType]] 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]]. This image is internally stored in the same memory buffer as the turret, so a unit cannot have both a turret and this alternate image. The image's filename is derived from the original unit's {{TTL|Image}} by suffixing it with {{Tt|WO}} and only works on voxel-based units. For example, for a Destroyer ({{Tt|DEST.vxl}}) this alternate image is {{Tt|DESOWO.vxl}}.
{{Tt|NoSpawnAlt}} can be set on any [[Voxel|voxel]] based [[VehicleTypes|vehicle]] with [[Spawns]], to use different voxel art when it launches its them. Such vehicles included in {{ra2}} are the [[CNC:Destroyer|Destroyer]], [[CNC:Dreadnought|Dreadnought]], and [[CNC:V3|V3 Rocket Launcher]], the latter two being a special case of 'missile' spawns with hardcoded features. {{yr}} added a third form of missile spawn for the Boomer Sub.


{{W}}This will cause an IE if enabled on a vehicle that does not have the ability to spawn objects.
The {{Tt|NoSpawnAlt}} filename is derived from the normal [[Image]] by suffixing it with {{Tt|WO}} ("without"). For example, the Destroyer ({{Tt|DEST.vxl}}) has an alternate image of {{Tt|DESTWO.vxl}}, automatically loaded without any separate {{ini|rules}} or {{ini|art}} entry.
 
{{Bugs}}
Units always show {{tt|xxxxxWO.vxl}} when attacked by [[Temporal]] weapons.
 
*This bug has been fixed in Ares 3.0.
 
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.
 
*This bug has been fixed in Ares 3.0.
 
The original unit's shadow is displayed even when the spawn has left and the NoSpawnAlt unit is active.
 
*This bug has been fixed in Phobos Build #39.
 
[[File:spawner-shadow.jpg|example]]
 
{{W}}This will cause an [[Internal Error]] if set on a vehicle that does not have the ability to spawn objects.
 
==See Also==
[[AltImage]]
[[Spawns]]

Latest revision as of 19:53, 20 April 2025

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: NoSpawnAlt
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: 0
Applicable to: VehicleTypes


NoSpawnAlt can be set on any voxel based vehicle with Spawns, to use different voxel art when it launches its them. Such vehicles included in Red Alert 2 are the Destroyer, Dreadnought, and V3 Rocket Launcher, the latter two being a special case of 'missile' spawns with hardcoded features. Yuri's Revenge added a third form of missile spawn for the Boomer Sub.

The NoSpawnAlt 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, automatically loaded without any separate rules(md).ini or art(md).ini entry.

Bugs/Side-Effects/Unexpected Limitations

Units always show xxxxxWO.vxl when attacked by Temporal weapons.

  • This bug has been fixed in Ares 3.0.

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.

  • This bug has been fixed in Ares 3.0.

The original unit's shadow is displayed even when the spawn has left and the NoSpawnAlt unit is active.

  • This bug has been fixed in Phobos Build #39.

example

This will cause an Internal Error if set on a vehicle that does not have the ability to spawn objects.

See Also

AltImage

Spawns