Here are 3 QuickBMS scripts for those who want to code a text export/import tool.
Usage: message_parse.bms -> data_parse.bms -> sir_text_parse.bms
Edit: I made a mistake.
The comment-line in sir_text_parse.bms # offset_starttable_2 = offset_endtable_1 + 16 + offset_endtable_1%16 (padding 16)
should be:
Code: Select all
# padding1 = 16 - offset_endtable_1%16
# if padding1 == 16 then padding1 = 0
# offset_starttable_2 = offset_endtable_1 + 16 + padding1