• We are currently performing site maintenance, parts of civfanatics are currently offline, but will come back online in the coming days (this includes any time you see the message "account suspended"). For more updates please see here.

High-Res and font size

saamohod

Deity
Joined
Jul 22, 2014
Messages
3,324
Location
Unoccupied Ukraine
Playing Civ 5 at 3440x1440 is fun except for the font size. It's so small that it gives me a headache and gradually makes my eyesight go downhill. Because of this I had to switch to a lower resolution, which is a trade-off I'd rather not have to make.

Does anyone know a mod or config file edit that would enlarge font size?
 
Playing Civ 5 at 3440x1440 is fun except for the font size. It's so small that it gives me a headache and gradually makes my eyesight go downhill. Because of this I had to switch to a lower resolution, which is a trade-off I'd rather not have to make.

Does anyone know a mod or config file edit that would enlarge font size?
Does this work for you?
https://www.reddit.com/r/civbeyonde...rilians_doityourself_guide_to_increasing_the/

If not, maybe this:
https://forums.civfanatics.com/threads/guide-how-to-change-font-size.382817/
 
It seems like this [cut from the above] could be added using XML with Change VP Options mod. Than it could be adjusted on the fly and not touch the main game's config files.
Code:
<!-- Custom: NimbusSansNovus -->
<FontNormal14 Font="n023014t.ttf" FontSize="20"/>
<FontNormal15 Font="n023014t.ttf" FontSize="20"/>
<FontNormal16 Font="n023014t.ttf" FontSize="20"/>
<FontNormal17 Font="n023014t.ttf" FontSize="20"/>
<FontNormal18 Font="n023014t.ttf" FontSize="20"/>
<FontNormal20 Font="n023014t.ttf" FontSize="20"/>
<FontNormal22 Font="n023014t.ttf" FontSize="20"/>
<FontNormal23 Font="n023014t.ttf" FontSize="21"/>
<FontNormal24 Font="n023014t.ttf" FontSize="22"/>
<FontNormal25 Font="n023014t.ttf" FontSize="23"/>
<FontNormal26 Font="n023014t.ttf" FontSize="24"/>
<FontNormal28 Font="n023014t.ttf" FontSize="26"/>
<FontNormal36 Font="n023014t.ttf" FontSize="36"/>
 
Back
Top Bottom