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
The reason I'm overriding that toolbar font is because the vanilla one is a blue font and the icons are also the same shade of blue, and the font has no shadow or outline... it's pretty horrible reading it once text goes over the icon xD
But mind that the setting might also disable custom status text overrides in the future as I'm planning on making a monospace font specifically for that, so any other font would likely result in status not showing up (the problem is the game likes to hide text above a line that is too long, it's super annoying especially with a non-monospace font xD)
Is it possible to replace glyphs and bitmaps in the code one by one only which is you want to replace?
My font definition file (FontDataPA.xml) is just additionally contained more informations about Korean characters in the bitmaps and glyphs. Default characters(Like A - z?) and FontDataPA-0.dds are not modified.
So I just curios if code could overwrite the default character only in FontDataPA to use yours.
Google Drive - Font File of my KOR stuff[drive.google.com]
Someone maybe needs that option that you describe, but if my opinion could work then I'm able to use that future planned Feature with KOR fonts together. I just hope, Lord.
P.S.
I'm sorry, I'm not good at English. :(
I set Action Status Font Override off and my toolbar now display text normally what I expected, but Block Info's text and additional toolbar info UI(display action command what I set to toolbar ) can't display Korean. ;)
And that billboard rendering can only draw transparent material definitions, so it can't just use the existing fonts, it has to be declared in a special way for the textAPI mod to use it.
See contents of: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2163222751 - it has a script that adds textAPI-compatible font.
This mod's font for textAPI is BI_SEOutlined (declared in my mod), you probably can declare that subtype aswell with a mod and it might override it.
I asked it to you a year ago for making font actually. :D
When I was created it, the target font name of BuildInfo is "white".
And I guess, maybe it needs to update the FONTNAME const in my font mod to yours (BI_SEOutlined) for overwriting it...
I'll test it after a hour. Thank you, lord!