# Centauri Production Resource File 3 (script 0.2) # script for QuickBMS http://aluigi.org/papers.htm#quickbms getdstring SIGN 35 if SIGN == "Centauri Production Resource File 3" goto 41 else goto 0 getdstring SIGN 70 set SIGN unicode SIGN if SIGN == "Centauri Production Resource File 3" goto 82 else cleanexit endif endif get FilesCount long get TOCOffset long goto TOCOffset for i = 1 to FilesCount get FileName string get FileTime long get dunno long get isPacked long get Offset long get UnpackedSize long get PackedSize long get dunno long if isPacked == 0 log FileName Offset UnpackedSize else clog FileName Offset PackedSize UnpackedSize endif next i