THANK YOU SO MUCH! That makes it more easier to be able to datamine these files! I'll also credit you for the script on my Angry Birds Modding Hub Discord when it eventually comes out! I'll try ABGO's XLC later and see if that works. I analyzed this file's binary data before, I already knew the nulls split data. UPDATE: ABGO's works fine too!, next is ABT (China), there's an issue with that one, the files outputted are incomplete or wrongfully split and QuickBMS threw this error:
Code:
offset filesize filename
--------------------------------------
00000070 240526 00000000.dat
0003abfe 97580 00000001.dat
0005292a 269542 00000002.dat
00094610 277392 00000003.dat
000d81a0 263742 00000004.dat
001187de 133806 00000005.dat
0013928c 260982 00000006.dat
00178e02 250242 00000007.dat
001b5f84 271090 00000008.dat
001f8276 4522070 00000009.dat
Error: incomplete input file 0: abtchina\locdb.xlc
Can't read 396926 bytes from offset 002173f8.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.
coverage file 0 99% 2192348 2192376 . offset 002173f8
Last script line before the error or that produced the error:
8 log "" offset size
When looking at the file, it has null bytes after a single text character meaning it is a Unicode version of the file!