The format is super simple. Language separation is internallly called though...
Code:
Repeating per text
1byte: 00
2byte: Bytesize of text
?bytes: UTF-8 text
Oh and I kinda wrote a script that eventually dies, can someone fix it if possible?
Code:
get NAME basename
string NAME + ".txt"
get asize asize
savepos curr
for curr = curr < asize
# Dump the strings
get dummy byte
get strSize byte
if strSize >= 128
get strSize2 byte
xmath strSize "strSize + (strSize2 - 1) * 128"
endif
savepos curr
slog NAME curr strSize
getdstring temp strSize
savepos curr
next