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
---------------------
+SoldierRanks=( AbilitySlots=( ;(AbilityType=()), \\
---------------------
this should be:
---------------------
+SoldierRanks=( AbilitySlots=( (AbilityType=()), \\
---------------------
the semicolon is the problem. Notice how no other rank has it. Also, you have 3 empty ability slots for the squaddie rank, this may also be problematic (but I'm not sure).
You also have :
---------------------
(StatType=eStat_Hacking,StatAmount=0),
(StatType=eStat_CombatSims,StatAmount=0)) \\
-----------------------
That should be:
---------------------
(StatType=eStat_Hacking,StatAmount=0), (StatType=eStat_CombatSims,StatAmount=0)) \\
-----------------------
(Note how they are on the same line, whereas the previous example had an empty line in between them). That needs to be fixed on every rank.