• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Fixed System.log: "Can't init font INTERFACE_NORMAL"

Pieter Boelen

Navigation Officer
Administrator
Storm Modder
Hearts of Oak Donator
Another mystifying one is this:
Code:
Can't init font INTERFACE_NORMAL
can not init start font: interface_normal
I know those fonts exist AND I know the game uses them just fine.
So why is the game complaining about them missing there?
 
Another mystifying one is this:
Code:
Can't init font INTERFACE_NORMAL
can not init start font: interface_normal
I know those fonts exist AND I know the game uses them just fine.
So why is the game complaining about them missing there?
change this line in engine.ini
Code:
startFontIniFile = resource\ini\fonts.ini
to
Code:
startFontIniFile = resource\ini\fonts_euro.ini
 
So this one IS fixed, but not technically in the current Beta 4 release because adding it means overwrite engine.ini on EVERY new update.
For that reason, this will be included only in the PUBLIC release for which I will redo the entire contents archive one more time.

In the meantime, everyone can use @Levis' one-line fix above to solve it on their own games. :doff
 
Back
Top