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
I'll post the code in a discussion page
Load order depends entirely on the player; they're loaded in the order in which they press the "Enable" button in the Mods menu. The one exception to this is if one mod requires another by adding a require=mod_name, the reqiured mod will load first, and the one that specified the requirement will load second. This is why the game refuses to load if two mods require each other; it doesn't know which one to listen to.
Point being that it's conceivable that the player might load our mods in either order, so it's good that both of them are set up to deal with the other :)