The rules have been updated, read them now: Rules!
mafia definitive edition font (hex editor)
mafia definitive edition font (hex editor)
Hi
I managed to extract the SUBtitle script. And translate it into my own language.
But I got a problem.The game doesn't support my language and I need to add my fonts to the game.
Now, my problem is I don't know how to make font and add it to the game.
I'd like if you could teach me how to make fonts, in my own language. And add it to the game.
I'd be so grateful if you would answer me.
I managed to extract the SUBtitle script. And translate it into my own language.
But I got a problem.The game doesn't support my language and I need to add my fonts to the game.
Now, my problem is I don't know how to make font and add it to the game.
I'd like if you could teach me how to make fonts, in my own language. And add it to the game.
I'd be so grateful if you would answer me.
Re: mafia definitive edition font (hex editor)
this is my problem image: https://drive.google.com/file/d/16iCPF0 ... sp=sharing
- ikskoks
- Moderator
- Posts: 735
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 463 times
- Been thanked: 203 times
- Contact:
Re: mafia definitive edition font (hex editor)
You need to share public link to your samples, because access is denied and we can't download them.
Re: mafia definitive edition font (hex editor)
You do not have the required permissions to view the files attached to this post.
Re: mafia definitive edition font (hex editor)
Hello
I have exactly the same problem, what should be done?
The letters in Arabic and Persian are shown as squares
I have exactly the same problem, what should be done?
The letters in Arabic and Persian are shown as squares
- ikskoks
- Moderator
- Posts: 735
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 463 times
- Been thanked: 203 times
- Contact:
Re: mafia definitive edition font (hex editor)
So the issue here is that characters used in your language are not defined in the font.I have exactly the same problem, what should be done?
The letters in Arabic and Persian are shown as squares
There are two ways to deal with this.
1. Add mapping for new characters to the font
2. Replace existing (unused) characters in the font
I would recommend second option as it is easier to do.
First you need to figure out what type of font is used in the game.
If it is TTF or DDS, then editing is easy and there are some tutorials for that like for example https://ikskoks.pl/poradnik-8-edycja-cz ... -oraz-dds/
If font is in some custom format, then you have to do some reverse engineering work first.
Here are some tutorials for that viewtopic.php?f=29&t=22266
Re: mafia definitive edition font (hex editor)
Thanks for your reply. If I am not mistaken, this should be the file
https://files.fm/u/vju4fsgkd
The file is in gfx format
https://files.fm/u/vju4fsgkd
The file is in gfx format
Re: mafia definitive edition font (hex editor)
Hello again
I got this file and it is possible to edit it
Now to add Persian and Arabic letters, I have to delete something from the dds file and replace the Persian letters
I got this file and it is possible to edit it
Now to add Persian and Arabic letters, I have to delete something from the dds file and replace the Persian letters
- ikskoks
- Moderator
- Posts: 735
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 463 times
- Been thanked: 203 times
- Contact:
Re: mafia definitive edition font (hex editor)
Yeah, exactly. You have to also replace those letters in text files.I have to delete something from the dds file and replace the Persian letters
You can do it automatically with some program like Notepad++ or similar
As for GFX or SWF files, you can use JPEXS Free Flash Decompiler for editing.
Re: mafia definitive edition font (hex editor)
Regarding the gfx file, I could not open it with a program
You may test
You may test