安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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://psteamcommunity.yuanyoumao.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!