Jump to content

ParentCountry: Difference between revisions

From ModEnc²
ATHSE (talk | contribs)
No edit summary
No edit summary
Line 8: Line 8:
In a singleplayer (mission) map, new Countries can be defined for the purposes of map scripting, but newly added [[Countries]] in maps must specify which existing Country they mimic, and thus what [[Sides|side]] they belong to. This will also determine which sidebar the country gets when played by a human, and which units are available to them.
In a singleplayer (mission) map, new Countries can be defined for the purposes of map scripting, but newly added [[Countries]] in maps must specify which existing Country they mimic, and thus what [[Sides|side]] they belong to. This will also determine which sidebar the country gets when played by a human, and which units are available to them.


Set the value to one of the countries from the [Countries] list in [[Rules(MD).ini]].  
Set the value to one of the countries from the [Countries] list in [[Rules.ini]].  


==Note==
==Note==
In RA2/YR specifically, singleplayer maps use [[Houses]] for such things as the [[Owner]] of pre-placed [[TechnoTypes]] like infantry or buildings, and therefore requires a new house be defined for each new country.
In RA2/YR specifically, singleplayer maps use [[Houses]] for such things as the [[Owner]] of pre-placed [[TechnoTypes]] like infantry or buildings, and therefore requires a new house be defined for each new country.

Revision as of 10:37, 5 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ParentCountry
File(s): Maps
Values: Strings: Normal text.
Applicable to: Countries


In a singleplayer (mission) map, new Countries can be defined for the purposes of map scripting, but newly added Countries in maps must specify which existing Country they mimic, and thus what side they belong to. This will also determine which sidebar the country gets when played by a human, and which units are available to them.

Set the value to one of the countries from the [Countries] list in Rules.ini.

Note

In RA2/YR specifically, singleplayer maps use Houses for such things as the Owner of pre-placed TechnoTypes like infantry or buildings, and therefore requires a new house be defined for each new country.