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






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://steamcommunity.com/sharedfiles/filedetails/?id=2130070324
-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.