Quote:
Originally Posted by iversonjack
BTW: Does this font thing apply to chinese? Shame if it doesn't... or do we have to have a chinese font thingy for it?
PS: I don't get how to use this tool, please teach me.
|
You can import chinese font if there is one installed in your system. You need to know unicode range for chinese characters. Then just add this range to font.txt. Well, I'll show you:
* Download and extract archive for example to c:\temp
* Copy resource.bin to c:\temp
* Run command line (to run it press Win+R and type there cmd, then press Enter)
* In command line change working directory to c:\temp
* Edit font.txt, add there your own range of characters (find it
here). Be sure that the font you've entered in the first line has this range of characters.
By the way, the line
0x0400 0x04ff
import cyrillic characters, if you don't need cyrillic, remove this line.
* In command line type:
m6_font_import resource.bin font.txt out.bin
* out.bin will be created, copy it to your player and rename it there to resource.bin.
* Restart player, enjoy!