TiberiumSpreadRadius
| 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 |

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.