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

TiberiumSpreadRadius

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: TiberiumSpreadRadius
File(s): Art(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: Animations


When TiberiumSpreadRadius=1. Demonstrating the pattern in how animations spawn overlay. Red cell is where the animation expired. Green cells is where the overlay are spawned.

This flag would have specified the radius, in cells, of the area that this animation spawns Tiberium (or any other overlay) in.

You can input any value, but in reality, the game can only generate a 3x3 area at maximum.

Excessively large values will still be processed by the system - which means the game will allocate resources to compute them, potentially causing sudden lag. However, you will ultimately only obtain a 3x3 area.

Although this value is intended to specify the range, it actually controls both the size and generation position.


NW← N↑ →NE
1 0 1
2 / 2
3 4 3

The numerical values in the table indicate the increased spawnable cells for TiberiumSpawnType-specified overlay when TiberiumSpreadRadius >= a certain threshold.

Positions marked with "/" represent debris expiration locations where no generation will occur.

See Also