Metroid dread .btxt texts

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Metroid dread .btxt texts

Post by ISKA »

Anyone make a tool for unpack and repack?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Metroid dread .btxt texts

Post by aluigi »

It's just a sequence of two strings: the key and the unicode value.
If you want to try quickbms:

Code: Select all

idstring "BTXT"
get DUMMY short # 1
get DUMMY short # 10
get LIMIT asize
do
    slog "" -1 -1
    slog "" -1 -1 unicode
    savepos TMP
while TMP != LIMIT
reimport3.bat should do the job for reimporting the strings... in theory.