Also, I tried to write a script like this but I'm confused about what to do with it.
Code: Select all
getdstring SIGN 4
get FILES long
for i = 0 < FILES
get UNKNOWN1 long
get UNKNOWN2 long
get UNKNOWN3 long
next i
Code: Select all
getdstring SIGN 4
get FILES long
for i = 0 < FILES
get UNKNOWN1 long
get UNKNOWN2 long
get UNKNOWN3 long
next i
Code: Select all
"00000000.brstm"
Code: Select all
if EXISTS == 0
set NAME string i
string NAME += ".rstm"
else