eprilx / FFDConverter

Tool for creating/editing custom bitmap fonts for AnvilNext, Dunia, Disrupt engine. (*.ffd, *.Fire_font_descriptor)
MIT License
9 stars 5 forks source link

Assassin's Creed 3 (Remastered) crashes after changing the font #5

Closed rm-NoobInCoding closed 1 year ago

rm-NoobInCoding commented 1 year ago

I am trying to change the font of Assassin's Creed 3. At first, I changed the font texture file and the game ran without problems (of course, because the Fire_Font file was not changed, the fonts were not displayed correctly, but the game running without problems shows that the new texture is correct) After changing the texture, I edited the Fire Font file using the tool and ran the game. But the game doesn't show any text at the beginning (when it says to press a key) and crashes after entering the main menu.

I am attaching the font I use for example Font.zip

eprilx commented 1 year ago

The original fnt (ffd->fnt) has char id 9 and 10, but your Bakh.fnt doesn't. These 2 ids are very important, id 9 for "tab" and id 10 for create "new line". Also try using the new config.xml which is not include in 1.3.2 version because I don't have time to make a newer release. Download and replace old config.xml.

P/s: If it still doesn't work, you can reopen this issue.

eprilx commented 1 year ago

I forgot that I have a workflow. You can download 1.3.3 version now with updated config.xml and fix a major bug for all of the FC games (bug happened only on 1.3.2 version)