mburbea/koar-item-editor

Symbol_table_*.bin format

Closed this issue · 0 comments

Offset Length Desc Example
0 4 Element_Count 87 5E 00 00

After this point the structure loops for Element_Count number of elements and every Nth element will look like so

Offset Length Field Example
4 + (3 * N) 4 Id F1 1D 20 00
4 + (3 * N) + 4 4 String offset B0 EB 09 00
4 + (3 * N) + 8 4 End string offset C5 EB 09 00

Finally the string data is stored at offset 8 + Element_Count * 12.
An example output is attached:

region.csv