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
But basically if you want ordinal numbers you use $ORD$ if you want sequential you use $C$ Roman numerals $R$ and so on
Secondly, thats a really cool idea for a mod I see if I can come up with something
Awesome thank you! If I want to edit the names for example: HUMAN1_BIOENGINEEREDSQUADRON:0 "$ORD$ Bio-Engineered Squadron" do I have to edit both names in the text? What about the name file in the common folder? Sorry to pester you but I am an absolute modding noob.
Only the second. The first string (HUMAN1_BIOENGINEEREDSQUADRON) is localisation id refered in the files if you change it will not appear (because you basically creating a new loc id without any mention in game files).
Example: HUMAN1_BIOENGINEEREDSQUADRON:0 "$R$ Fishy Squadron"
If you do it like that you dont need to change the one in the common folder (also its better cause changes in localisation folder dont affect checksum, but if you do changes in the common it will)