Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
Hey thanks for this hint. Could you link me the mod? I was not planning to support mods but i could check whats the problem and maybe fix it.
Greetings
Thanks.
Hello again. I've a quick workaround for you:
Change line 407 from:
else if (type.Contains("LCDPanel") || type.Contains("TextPanel"))
to just
else
or
else if (type.Contains("LCDPanel") || type.Contains("TextPanel") || type.Contains("Transparent"))
I'll may add a settings-List to Filter Type Names for Mods and give the ability to select a Formatting option for them.