Jump to content

Tiberium (INI flag): Difference between revisions

From ModEnc²
m 11 revisions imported
ATHSE (talk | contribs)
No edit summary
Line 33: Line 33:


Defines the probability of this crate spawning Tiberium/Ore patches when it is collected. See [{{f|Powerups|link}}] for description and format.
Defines the probability of this crate spawning Tiberium/Ore patches when it is collected. See [{{f|Powerups|link}}] for description and format.
== Random Map Generator ==
{{Flag
|name=Tiberium
|files={{Ini|RMG}}
|values={{values|unsigned integers}}
|default=0
|types=[[Random Map Generator]]
|ts=yes
|fs=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
}}
Determines the default amount of Tiberium/Ore on random maps. Possible values are:
{| align="center" cellpadding="4" class="table_descrowdesccol" style="text-align: center;"
|-
! Value !! 0 !! 1 !! 2 !! 3
|-
! Meaning || Low || Medium || High || Extreme
|}


== OverlayTypes ==
== OverlayTypes ==
Line 72: Line 48:
}}
}}
If set to yes, this OverlayType is treated as Tiberium, in other words, it will use the growth logic applicable to TiberiumTypes. It also has the added side effect of giving this OverlayType {{f|Armor|wood|link}}.
If set to yes, this OverlayType is treated as Tiberium, in other words, it will use the growth logic applicable to TiberiumTypes. It also has the added side effect of giving this OverlayType {{f|Armor|wood|link}}.
==See Also==
[[Tiberiums]]
[[Random Map Generator]]


[[Category: Rules(md).ini Flags]]
[[Category: Rules(md).ini Flags]]
[[Category: RMG(md).ini Flags]]
[[Category: RMG(md).ini Flags]]
[[Category: Powerups Flags]]
[[Category: Powerups Flags]]

Revision as of 23:06, 9 April 2025

Warheads

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Tiberium
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: Warheads


This flag determines whether or not this warhead's detonation will destroy the Tiberium/Ore present in the detonation cell.

[Powerups]

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Tiberium
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0
Applicable to: [Powerups]


Defines the probability of this crate spawning Tiberium/Ore patches when it is collected. See [Powerups] for description and format.

OverlayTypes

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Tiberium
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: OverlayTypes


If set to yes, this OverlayType is treated as Tiberium, in other words, it will use the growth logic applicable to TiberiumTypes. It also has the added side effect of giving this OverlayType Armor=wood.

See Also

Tiberiums

Random Map Generator