Page 1 of 1

Can't use external fonts

Posted: 19 Oct 2017, 11:50
by netnk9151
When i try to use Korean mod that using external fonts, the game has fatal error.

It says: Font loading Error: File too small to be a valid bitmap
File name: Fonts/blah blah.tex


and I can't join other OpenMW sites but Forum. It keep says that my IP is banned.

Re: Can't use external fonts

Posted: 19 Oct 2017, 17:51
by kuyondo
Hello, welcome to the OpenMW community!

The correct place to submit anything about mod problems or issues is the "Mod Compatibility" section.

So, I see your problem is about fonts, can you provide the mod you are referring to? So i can test it and create a new issue in the bugtracker if necessary.

I am not sure about your case about IP ban, i think you should talk about it to the admins.

Re: Can't use external fonts

Posted: 20 Oct 2017, 05:21
by netnk9151
https://mega.nz/#!HEcgmLQB!em-W-izVsSZb ... RxV7182Mxs

here it is.

and after installing the mods, you should modify fonts in morrowind.ini like this:

[Fonts]
;Font 0=magic_cards_regular
Font 0=smallbatang4
;Font 0=KyeolHanMephisto
;Font 0=KyeolHan
Font 1=century_gothic_font_regular
Font 2=daedric_font

Re: Can't use external fonts

Posted: 20 Oct 2017, 12:28
by AnyOldName3
Are you re-running the ini importer after changing that?

Re: Can't use external fonts

Posted: 20 Oct 2017, 16:08
by netnk9151
Yes i am.

But sometimes it just get failed to import and give me an error message like:
Arguments:
--game-files --encoding win1252 --ini C:/Program Files (x86)/Steam/steamapps/common/Morrowind/Morrowind.ini --cfg C:\Users\user\Documents\My Games\OpenMW/openmw.cfg

when it comes like this, i just re install everything.

and sometimes it just go fine (which i don't understand why) and game starts, but the text looks like this:

https://imgur.com/a/QYVTE

and I'm sure this is not Korean.

Re: Can't use external fonts

Posted: 20 Oct 2017, 19:01
by AnyOldName3
I'd guess what's happening there is it's trying to display the bytes of the Korean characters as if they were regular ASCII so either something's going wrong with code pages or MyGUI's Unicode support sucks.