XCOM 2
[WotC] Better UI Fonts
4 条留言
CrPunk 9 月 8 日 下午 1:54 
Спасибо большое.
Vorpal Spoon 9 月 2 日 上午 4:42 
Thank you
Eric Kotato  [作者] 9 月 2 日 上午 3:26 
@Vorpal Spoon
Honestly, I haven't touched XCOM 2 modding for a while, but as far as I remember, subtitle font is bitmap. So if you want to change font size, you will need to change the font itself.

You can make your own font by creating a new package. Here's how to import a font:
https://docs.unrealengine.com/udk/Three/ImportingFonts.html

After creating a package, you need to point the game to your package in XComEngine.ini like this:

[Engine.Engine]
SubtitleFontName=MyPackageName.MyFontResourceName

Here's my subtitle font mod which you can use as example:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2130070324
Vorpal Spoon 9 月 2 日 上午 3:04 
Hello Kotato. I know you're an expert on modding font and I saw you respond over on Aquillio's page, so i figured you might not mind me asking you this too, having confidence in your judgement on this. I'd like to change the font size of ONLY the subtitles for the cutscenes. So...

-Where would I go to access this file?

-What would I need to do to *ONLY increase the font size of the subtitles *?

-And is this a goo/bad idea? I know the "space size" for each character is limited, and increasing the font size might funk sh!t up.

Thanks for taking a moment to read this.