Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
class CfgFactionClasses
{
class US_2027_MCA
{
displayName="US Army 2027 (Arctic)";
side = 1; <this is the addition which fixes finding these factions in REFOR>
};
class US_2027_OCP
{
displayName="US Army 2027";
side = 1;
};
class US_2027_MCT
{
displayName="US Army 2027 (Tropic)";
side = 1;
};
};
When you unpack the mods US_2027.pbo file and find the config file inside the units folder, and then find this section, adding "side = 1;" under displayName="US Army 2027", this fixes the faction side issue, I'm guessing without an entry it will place the faction by default into REDFOR, which was the original problem.
Anyway, love the work in this mod. Thanks