roocker666 wrote:Hello guys, Is it possible to unpack the chara.bin file from the game "sword of etheria"?
This file contains more .bin files(character files). There is a table of names in offset 0x09610800.
I tried to extract some manually but it is hard to see where starts and ends every character.
Thanks
It's something like this, I'm not sure what the data is supposed to look like to know if that is all correct but I'm guessing it's pretty close.
53 49 4D 42 //Magic
A7 00 00 00 //Count
02 00 00 00 //Number of Blocks in Offset Table (Note Block size is 0x800)
21 2C 01 00 //Number of Blocks to String Table (Start offset)
02 00 00 00 //Number of Blocks in String Table
00 00 00 00 00 00 00 00 00 00 00 00 //Unknown 12 Bytes from Example
00 00 00 00 //Relative Block Offset (For this section only)
1A 04 00 00 //Number of Blocks
55 CC 20 00 //Length
00 00 00 00 //String offset (Read bytes until 0x00)
Assuming it's all right the attached should work, you can try taking a look at the output.