http://www.5st.com.tw/

I have figured out the file format and I have wrote a script that extracts the first file perfectly. I just cannot figure out
how to make it skip a set number of bytes to go to the next file in the archive. I also used a bunch of get dummy commands witch is most likely wrong.
Code: Select all
# 5 Street
# script for QuickBMS http://aluigi.org/papers.htm#quickbms
# get DUMMY long
# get FILES long
goto 61
for i = 0 < 1
get NAMESZ short
getdstring NAME NAMESZ
get SIZE long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get OFFSET long
get ZSIZE long
get DUMMY1 string
clog NAME OFFSET ZSIZE SIZE
next iany help would be great
here is an archive.
oh is it possible to remove the last 3 of the file name also they add .tx to the end of all files for some reason.
This game uses granny mesh files witch can be converted

