I need to update that part in the wikiGoodOldGeorg wrote:If i change the language to hungarian the scummvm says :
Failed to load localized font 'helvb12.bdf'. Using non-localized font and GUI language instead!
Debug log:
File::open: opening 'helvb12-iso-8859-2.fcc' failed
File::open: opening 'helvb12-iso-8859-2.bdf' failed
I create helvb12-iso-8859-2.bdf with font-util-1.2.0 (ucs2any helvB12.bdf 8859-1.TXT ISO8859-1 8859-2.TXT ISO8859-2)
Please any help me, how to create required helvb12-iso-8859-2.fcc file ?
The fcc file is a cache file created by ScummVM when first loading the bdf font. So you do not need to create it yourself. The real problem here is that it cannot find the helvb12-iso-8859-2.bdf' font. It looks in two places for it: the theme and the executable directory (and on some platforms there are additional places). So the easiest is to place the font file in the executable directory. I just tested and it works for me (hopefully it works on any platform).
Note that the Mordern Theme needs two more fonts (clR6x12 and fixed5x8). So it will complain about those as well.
Edit: sev was quicker