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

Difference between revisions of "DebrisTypes"

From ModEnc
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
<b>DebrisTypes=DISK</b><br>
 
<b>DebrisTypes=DISK</b><br>
 
<b>DebrisMaximums=10</b><br>
 
<b>DebrisMaximums=10</b><br>
;;This designation when [LTNK] is destroyed will not leave any debris from the <b>DebrisTypes</b> section.<br>
+
;;This designation when [LTNK] is destroyed will not leave any debris from the <b>DebrisTypes</b> section (But if [DISK] has {{f|Image|LTNK|link}} the above method will produce the same result as the method below).
 
But if you set it like this:<br>
 
But if you set it like this:<br>
 
<b>[LTNK]</b><br>
 
<b>[LTNK]</b><br>
Line 31: Line 31:
 
==Note==
 
==Note==
 
*Voxel debris identified within <b>DebrisTypes</b> will now remap colors based on the Player colors. If it is specified on [[InfantryTypes]], [[VehicleTypes]], [[AircraftTypes]], [[BuildingTypes]]
 
*Voxel debris identified within <b>DebrisTypes</b> will now remap colors based on the Player colors. If it is specified on [[InfantryTypes]], [[VehicleTypes]], [[AircraftTypes]], [[BuildingTypes]]
*[[Image]] of [[VehicleTypes]] inside the tag <b>DebrisTypes</b> will change according to the current image of the [[VehicleTypes]] being mentioned.
+
*[[Image]] of [[VehicleTypes]] inside the tag <b>DebrisTypes</b> will change according to the current image of the [[VehicleTypes]] being mentioned.<br>
 +
*If there is only {{f|MinDebris|x|link}},{{f|MaxDebris|x|link}},{{f|DebrisTypes|VehicleTypes|link}} or {{f|DebrisTypes|AircraftTypes|link}},{{f|DebrisMaximums|x|link}} Debris is always below ground.<br>[[File:DebrisTypes on Underground.png]][[File:DebrisTypes on Underground(1).png]]
 +
 
 +
{{Bugs}}
 +
*If [[InfantryTypes]] within [[VehicleTypes]] use a suicide weapon, Debris from tags <b>DebrisTypes</b> pops out of [[VehicleTypes]] in a funny way.<br>[[File:Funny DebrisTypes.png]]
 
== See Also ==  
 
== See Also ==  
 
*[[MinDebris]]/[[MaxDebris]]
 
*[[MinDebris]]/[[MaxDebris]]
 
*[[DebrisMaximums]]
 
*[[DebrisMaximums]]

Latest revision as of 18:15, 7 October 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: DebrisTypes
File(s): Rules(md).ini
Values: comma-separated list of strings (names of VoxelAnims)
Default: null
Applicable to: Warheads(YR Only), InfantryTypes, VehicleTypes, AircraftTypes, BuildingTypes


Specifies which VoxelAnims can be spawned as debris after this TechnoTypes is destroyed. If it is left blank, debris from [General] → ExplosiveVoxelDebris list is used instead.

For VehicleTypes and AircraftTypes

It is strange for VehicleTypes and AircraftTypes if you specify according to the steps below. The game will provide special effects for VehicleTypes and AircraftTypes.
[LTNK]
MinDebris=6
MaxDebris=6
DebrisTypes=DISK
DebrisMaximums=10

This designation when [LTNK] is destroyed will not leave any debris from the DebrisTypes section (But if [DISK] has Image=LTNK the above method will produce the same result as the method below).

But if you set it like this:
[LTNK]
MinDebris=6
MaxDebris=6
DebrisTypes=LTNK
DebrisMaximums=10

Debris from theDebrisTypesare output as specified.

I don't know why this is.

Note

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

See Also