XCOM 2
86 个评价
[WotC] Better UI Fonts
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
5.051 MB
2020 年 6 月 14 日 上午 12:38
2021 年 10 月 11 日 上午 3:00
3 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
[WotC] Better UI Fonts

在 Eric Kotato 的 2 个合集中
Font mods by Eric Kotato
7 件物品
Photobooth Fix [Required for photobooth font mods!]
3 件物品
描述
This mod improves default UI fonts (Cyrillic, mostly). Changes:

  1. "Alpha" font – all characters now have more consistent look. Cyrillic characters and some extended Latin characters initially were taken from other font that even doesn't have height matched.
  2. "AF Carplates Medium" font – it already looks fine aside from too wide gaps between Cyrillc characters. The mod shrinks them, making font looks the same in both Latin and Cyrillic.

Also few Cyrillic characters were added to both fonts, so the fonts should support at least Ukranian and Belarussian.

This mod is incompatible with other fonts that replace default font library and photobooth fix, since fix is already included in it.

For Russian language also recommended subtitles mod:
[WotC] Better Subtitles Font (Russian)

Why split mods?
UI fonts mod could be used in any language (except for asian ones), but subtitles font mod is for exact language, so using it in other languages can lead to unexpected behavior.


This mod is for WotC version of the game. Vanilla version is here:
[Vanilla] Better UI Fonts

Want to know how mod has been made? Look at my guide:
Making a UI Font Mod
热门讨论 查看全部(1)
11
2021 年 9 月 27 日 下午 2:09
XCOM Vanilla
CharaQ
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.