ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
IsBase: Difference between revisions
Jump to navigation
Jump to search
m Correcting my own grammar for a change |
EvilRenegade (talk | contribs) 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 {{ | 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 {{ | 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 {{ | 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= | ||
*{{ | *{{f|BaseNormal|link}} |
Revision as of 08:13, 27 November 2009
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.