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

SW.Range: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Ares tag definition
 
No edit summary
 
Line 11: Line 11:
== Float/integer value ==
== Float/integer value ==
Specifies the radius the superweapon will affect.
Specifies the radius the superweapon will affect.
SW.Range=3.5 defines a circle with 7 cells diameter.
<pre>SW.Range=3.5</pre> defines a circle with 7 cells diameter.


== 2 integers value ==
== 2 integers value ==
Specifies a rectengular area.
Specifies a rectengular area.
SW.Range=4,6 defines a rectangle 4 cells wide and 6 cells high
<pre>SW.Range=4,6</pre> defines a rectangle 4 cells wide and 6 cells high

Latest revision as of 20:50, 19 April 2014

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: SW.Range
File(s): rulesmd.ini
Values: float/integer or 2 integers
Default: 0
Extension Version: New in version 0.1.
Applicable to: SuperWeaponTypes

This flag is part of Ares. Do not use it without Ares installed.



Float/integer value

Specifies the radius the superweapon will affect.

SW.Range=3.5
defines a circle with 7 cells diameter.

2 integers value

Specifies a rectengular area.

SW.Range=4,6
defines a rectangle 4 cells wide and 6 cells high