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

DebrisMaximums

From ModEnc
Jump to navigation Jump to search
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: DebrisMaximums
File(s): rules(md).ini
Values: Comma-separated list of integers.
Default: 0
Applicable to: Warheads, TechnoTypes:

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes



When this unit is destroyed, and the DebrisTypes list on the unit is not empty, this list specifies the maximum amount of each DebrisType on that list that can be spawned. For example:

MinDebris=3
MaxDebris=5
DebrisTypes=TIRE,HTNKTUR
DebrisMaximums=4,1

specifies that only one (1) instance of HTNKTUR can be spawned while four (4) instances of TIRE can.

Notes

It appears this system is broken in RA2 and YR and does not create any limits for each DebrisType, and as such the above example would not stop the game from spawning two or even more turrets.

Elements in this list that do not have a corresponding entry in the DebrisTypes list will be ignored.

See Also