Jump to content

Generic Prerequisites: Difference between revisions

From ModEnc²
ATHSE (talk | contribs)
No edit summary
ATHSE (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 23: Line 23:
|-
|-
| PrerequisiteTech || TECH
| PrerequisiteTech || TECH
|}
In {{fs}}, two additional substitutes are available:
{| class="wikitable"
|-
! Building Category !! Prerequisite Alias
|-
| PrerequisiteGDIFactory || GDIFACTORY
|-
| PrerequisiteNodFactory || NODFACTORY
|-
|}
|}
In short, this means that if <tt>PrerequisiteBarracks=NAHAND,GAPILE</tt> is set, an [[InfantryTypes|infantry]] with a <tt>Prerequisite=BARRACKS</tt> can be built from from either [NAHAND] or [GAPILE], if the player owns it. You may realize this can be a little redundant, at least for the [[Factory]] types, since infantry can only be produced by a building with <tt>Factory=InfantryType</tt>, so the player must have one of them anyway.
In short, this means that if <tt>PrerequisiteBarracks=NAHAND,GAPILE</tt> is set, an [[InfantryTypes|infantry]] with a <tt>Prerequisite=BARRACKS</tt> can be built from from either [NAHAND] or [GAPILE], if the player owns it. You may realize this can be a little redundant, at least for the [[Factory]] types, since infantry can only be produced by a building with <tt>Factory=InfantryType</tt>, so the player must have one of them anyway.
==Notes==
[[Ares]] has further expanded on this by allowing the addition of a [GenericPrerequisites] section, where entirely new generic classes can be added, with their own lists of prerequisite buildings. See: https://ares-developers.github.io/Ares-docs/new/prerequisites.html


==See Also==
==See Also==
[[The Prerequisite System]]
[[BuildCat]]
[[BuildCat]]



Latest revision as of 12:14, 13 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge

Generic prerequisites are used in rules(md).ini, under the [General] section, to shorthand specific classes of buildings, so that any captured or double-owned production buildings (or technology buildings) of the type, can substitute for the specific building belonging to that Side or House.

The tags responsible for setting these, and their equivalent aliases are:
Building Category Prerequisite Alias
PrerequisitePower POWER
PrerequisiteProc PROC
PrerequisiteRadar RADAR
PrerequisiteBarracks BARRACKS
PrerequisiteFactory FACTORY
PrerequisiteTech TECH

In Firestorm, two additional substitutes are available:

Building Category Prerequisite Alias
PrerequisiteGDIFactory GDIFACTORY
PrerequisiteNodFactory NODFACTORY

In short, this means that if PrerequisiteBarracks=NAHAND,GAPILE is set, an infantry with a Prerequisite=BARRACKS can be built from from either [NAHAND] or [GAPILE], if the player owns it. You may realize this can be a little redundant, at least for the Factory types, since infantry can only be produced by a building with Factory=InfantryType, so the player must have one of them anyway.

Notes

Ares has further expanded on this by allowing the addition of a [GenericPrerequisites] section, where entirely new generic classes can be added, with their own lists of prerequisite buildings. See: https://ares-developers.github.io/Ares-docs/new/prerequisites.html

See Also

The Prerequisite System

BuildCat

Owner

AIBasePlanningSide