YuriSizuku / GalgameReverse

Reverse Projects for Galgame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

9-nine- switch .fnt (Entergram's engine)

imKota opened this issue · comments

The font seems to be encrypted or compressed. Have you try to decrypt or decompress at first ?

@imKota For switch version, you can seek help from this. He made tools for 9-nine switch version, so I think he can help.

commented

@YuriSizuku any news?

@YuriSizuku any news?

It seems that this font was compressed by lz77. Later I will check it.

Sorry for the late reply.
I made a script for parsing this kind of font. You can use command to extract glphys. Then modify and append the data to the end of font.

see 9nine_switch_fnt.py

I just tested append origin glyph in the end of the fnt file.
I did't test the details of the result, you can edit and test the glphy parameter as well.

python 9nine_fnt.py e font_00.fnt font_00.zip
python 9nine_fnt.py a font_00.fnt font_00.zip font_rebuild.fnt

Here are the glphys in fnt
font_00.zip