• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

malakhglitch

Rogue Servitor
6 Badges
Sep 13, 2020
909
1.091
  • Knights of Pen and Paper +1 Edition
  • Teleglitch: Die More Edition
  • The Showdown Effect
  • Magicka 2
  • Age of Wonders III
  • Shadowrun Returns
I want to use the Atkinson Hyperlegible font from Braille Institute for my personal mod (and probably upload it to paradox mods if successful). I already have the following:
  • mod/fonts/mod_fonts.asset
  • mod/gfx/fonts/atkinson-hyperlegible/ # contains 4 Atkinson Hyperlegible 102 ttf files
Do I still need to add a .dds and .fnt file? Do I also need to tweak any .gui files?
 
Okay... this will probably be a lot harder than I initially envisioned. I changed the gui for the game setup and it returned with a serif font that looks like Times New Roman. I guess I will need to make at least two fnt files and modify all of the gui files.
 
I tried a different route from my initial foray and it still doesn't work. This time around I made modifications to
  • /fonts/fonts.asset
  • /interface/fonts.gfx
  • /interface/load_screen_font.gfx
  • added the Atkinson-Hyperlegible TTF files to /gfx/fonts/
The results of which was to render the fonts invisible.

I limited myself to using bitmapfont_overrides, but since that doesn't seem to work I might have to experiment.

So as you can see, I still need some help if you could throw me a lifeline.