Actually it is fvcked up. I wrote a small c++ proggy to convert this dat to text and it's totally messed up.
Supposed to be total entries: 290
Actual entries:280
Some entries also are not of the format:
Code:
<entry no> <3c 00> <entry length> <text data>
Hex sample:
00 00 3C 00 18 00 Some chinese stuff here
Decimal:
0,60,24,Some chinese stuff
I get few entries like this:
Code:
12,3388,10,Chinese stuff
254,49,22,More chinese stuff
Can someone post his dat and ini files to save me the translation time?
Thanks