Thanks!

Code: Select all
# extract the dlc**0000.gw of "Lords of Football"
#
# written by AlphaTwentyThree of Zenhax
#
# script for QuickBMS http://quickbms.aluigi.org
goto -0x2c
get INFO long
goto INFO
getDstring DUMMY 0xc
get FILES long
math FILES /= 0x10
goto INFO
for i = 1 <= FILES
get UNK1 short
get UNK1 short
get OFFSET long
get SIZE threebyte
get DUMMY byte
get NAMEOFF long
savepos MYOFF
xmath NAMEOFF "MYOFF + NAMEOFF - 0x10"
goto NAMEOFF
get DUMMY short
get NAME unicode
goto MYOFF
if SIZE != 0
log NAME OFFSET SIZE
endif
next i