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
1. In your steam folder, navigate to steamapps/workshop/content/1944430/3033843593/script/custom/modules
2. Open "MenuHandler.hps" with Notepad or a similiar text editor
3. Search for OptionMenu_SectionTitle, remove ", 1.f" at end of every line where this text occurs. Note the semicolon
4. Add "//" to the beginning of line 10973.
I tried a different method based on this, and rather than removing the ", 1.f", I added ", mfTransitionAlpha" after it.
So for example: "OptionMenu_SectionTitle("NewGame", vGameModesMenuPos + cVector2f(40,-40), 1.f);" -> "OptionMenu_SectionTitle("NewGame", vGameModesMenuPos + cVector2f(40,-40), 1.f, mfTransitionAlpha);"
This has let me boot up and play the mod, and so far I haven't encountered any missing menu elements or white boxes in the UI.