Jump to content

TiberiumSpreadRadius: Difference between revisions

From ModEnc²
en>Crimsonum
Created page with "{{Flag |name={{PAGENAME}} |files={{Ini|Art}} |values={{values|uint}} |types={{categ|Animations}} |ts=yes |fs=yes |hp=yes |ra2=yes |yr=yes |ares=yes |tsobsolete=yes }} Specifi..."
 
en>Crimsonum
Updated
Line 13: Line 13:
}}
}}


Specifies the radius, in [[cells]], of the area that this animation [[TiberiumSpawnType|spawns Tiberium (or any other overlay) in]]. Although this flag is parsed, it doesn't do anything. The radius is hardcoded to 1, meaning the animation will spawn the overlay in a 3x3 area.
[[File:Tiberium-spawn-radius.jpg|thumb|Demonstrating the pattern in how animations spawn overlay. Red cell is where the animation expired. Green cells is where the overlay are spawned.]]Supposedly, this flag would have specified the radius, in [[cells]], of the area that this animation [[TiberiumSpawnType|spawns Tiberium (or any other overlay) in]]. However, although this flag is parsed, it doesn't do anything. The animation will spawn the [[TiberiumSpawnType|specified overlay]] in the three nearest cells to the north, if the terrain allows it.


== See Also ==
== See Also ==
* {{f|TiberiumSpawnType|link}}
* {{f|TiberiumSpawnType|link}}
* {{f|IsTiberium|link}}
* {{f|IsTiberium|link}}

Revision as of 19:02, 14 February 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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

Logic related to TiberiumSpreadRadius, as a whole or in part, is obsolete in Tiberian Sun, Red Alert 2 and/or Yuri's Revenge.



Demonstrating the pattern in how animations spawn overlay. Red cell is where the animation expired. Green cells is where the overlay are spawned.
Supposedly, this flag would have specified the radius, in cells, of the area that this animation spawns Tiberium (or any other overlay) in. However, although this flag is parsed, it doesn't do anything. The animation will spawn the specified overlay in the three nearest cells to the north, if the terrain allows it.

See Also