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
Tech stuff: Prepare landing (PL) is doing a postfix hook on WorldInterfaceOnGUI (all mods can do that without any problems) which means the original method (in Rimworld) is called **and then** the PL method is called. If someone (another mod) does a **prefix** hook - calling their function and then the original - it gets complicated and the postfix hooks might not be called altogether. Which seems to be what happens here.
I'll see what I can do, mostly performing stuff in degraded mode (some stuff are really not going to work) and then logging the fact that PL is not working correctly.
https://gist.github.com/d6b75decb1a35251077021274b16169e