There are unknown 2types of .TOTEXB files. Here is it. https://www.mediafire.com/?xl8gww1aflwu2vo
Since chrrox's DDS script does not containing
'if type == 0x85', so 19010.TOTEXB can not be converted correctly. Look at it.
<another type> Header - 19010.TOTEXB

So, I think
Code: Select all
if type == 0x85
putVarChr MEMORY_FILE2 0x?? 0x?? byte
endif
However, the most important thing for me is the font file. It has a unique value.
<font file> Header - 19996.TOTEXB

All of the other files at 0xC and 0x13 is 0, however font file is not 0 but 01 at 0xC and 10 at 0x13.
So 'get null short 1' should be changed for 19996.TOTEXB. What does 10 means..?
And How could I modified chrrox's DDS script..? In the chrrox's script, there are already 'if type == 0x86' but all of other files at 0x13 is 0.
So font file is different from other 0x86 types. I need some help.

I upload chrrox's bms script rather than post it. Because it is too long.