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

Difference between revisions of "IsBase"

From ModEnc
Jump to: navigation, search
m (Correcting my own grammar for a change)
m (Replacing Template:TTL with Template:F.)
Line 11: Line 11:
 
;psst....IsBase isn't a Rules flag
 
;psst....IsBase isn't a Rules flag
  
The above comment appears in the Red Alert 2 {{tt|rules(md).ini}} file against the {{TTL|BaseNormal}} flag.
+
The above comment appears in the Red Alert 2 {{tt|rules(md).ini}} file against the {{f|BaseNormal|link}} flag.
  
This flag was valid in Tiberian Sun, and appears to have the same functionality as Red Alert 2's {{TTL|BaseNormal}} flag (which is assumed to have replaced {{TTL|IsBase}}). The purpose of the comment is presumably to remind the developers of this change so that they don't mistakenly use the old flag.
+
This flag was valid in Tiberian Sun, and appears to have the same functionality as Red Alert 2's {{f|BaseNormal|link}} flag (which is assumed to have replaced {{f|IsBase|link}}). The purpose of the comment is presumably to remind the developers of this change so that they don't mistakenly use the old flag.
  
In Red Alert 2, this flag is included by mistake on {{tt|[CAOUTP]}} (the Tech Outpost) as {{TTL|IsBase|yes}} instead of {{TTL|BaseNormal|yes}}. However, as {{TTL|IsBase}} isn't parsed and {{TTL|BaseNormal}} defaults to yes, the intended effect is achieved anyway.
+
In Red Alert 2, this flag is included by mistake on {{tt|[CAOUTP]}} (the Tech Outpost) as {{f|IsBase|yes|link}} instead of {{f|BaseNormal|yes|link}}. However, as {{f|IsBase|link}} isn't parsed and {{f|BaseNormal|link}} defaults to yes, the intended effect is achieved anyway.
  
 
=See also=
 
=See also=
*{{TTL|BaseNormal}}
+
*{{f|BaseNormal|link}}

Revision as of 10:13, 27 November 2009

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: IsBase
File(s): Rules(md).ini
Values: N/A (see below)
Applicable to: BuildingTypes


psst....IsBase isn't a Rules flag

The above comment appears in the Red Alert 2 rules(md).ini file against the BaseNormal flag.

This flag was valid in Tiberian Sun, and appears to have the same functionality as Red Alert 2's BaseNormal flag (which is assumed to have replaced IsBase). The purpose of the comment is presumably to remind the developers of this change so that they don't mistakenly use the old flag.

In Red Alert 2, this flag is included by mistake on [CAOUTP] (the Tech Outpost) as IsBase=yes instead of BaseNormal=yes. However, as IsBase isn't parsed and BaseNormal defaults to yes, the intended effect is achieved anyway.

See also