Code: Select all
#skullgirls PC GFS
#quickbms script by chrrox
endian big
get offset long
goto 0x2F
get files long
for i = 0 < files
get nsize longlong
getdstring name nsize
get size longlong
get align long
math offset x align
log name offset size
math offset += size
next i
this script works with PS3 version too
but there is a ui-ps3.gfs file that looks encripted
any ideas bout it?