Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Scarlet Legacy BTB File format

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Locked
cmb
Banned
Posts: 1
Joined: Tue Oct 26, 2010 9:02 am

Scarlet Legacy BTB File format

Post by cmb »

Hi, I've recently started playing this game, and was wanting to take a look at the tables (like exp to level up, items, npc, etc...) but the format is in this wierd btb format, that has to be their own doing. Can anyone assist me in decrypting these files? I noticed that somebody had worked on the .pak files for this game, but no mention of these exact ones. I've upload a couple different ones of varying sizes aswell as the main client exe. Please let me know if there is anything else that you might need to help me!!! I'd really appreciate the help!! thanks! :)

* snip *
Last edited by Mr.Mouse on Tue May 22, 2012 12:09 pm, edited 1 time in total.
Reason: Banned for rules violation
Allen
n00b
Posts: 15
Joined: Fri Feb 17, 2012 9:49 am
Has thanked: 7 times
Been thanked: 9 times

Re: Scarlet Legacy BTB File format

Post by Allen »

File Data zlib compression

Code: Select all

#GAME:Scarlet Legacy BTB File Format decomprssion Zlib Data
#BY Allen May 2012
#script for QuickBMS http://quickbms.aluigi.org
Comtype Zlib
Idstring "umy="
Goto 0x40
get zsize long
savepos OFFSET
set OFFSET2 OFFSET
math OFFSET2 += ZSIZE
goto OFFSET2
get SIZE long
get name filename
Clog NAME OFFSET ZSIZE SIZE
Locked