offzip by Masherdude at 8:20 PM EDT on April 18, 2010
Hello, I am using offzip command line tool to decompress .ff files to get the sound files of a game. The problem is that im stuck with using the offzip application.
By using 'cmd' i have searched in the location of it and this comes up:
Offset file unzipper 0.3.3 by Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org
Options: -s search for possible zip/gzip data in the input file, the scan starts from the specified offset and finishs when something is found the output field is ignored so you can use any name you want -S as above but continues the scan (just like -a but without extraction) -a unzip all the possible zip data found in the file. the output directory where are unzipped the files is identified by <output> all the output filenames contain the offset where they have been found -A as above but without unzipping data, the output files will contain the same original zipped data, just like a simple data dumper -1 related to -a/-A, generates one unique output file instead of many -m SIZE lets you to decide the length of the zip block to check if it is a valid zip data. default is 32. use a higher value to reduce the number of false positive or a smaller one (eg 16) to see small zip data too -z NUM this option is needed to specify a windowBits value. If you don't find zip data in a file (like a classical zip file) try to set it to -15 valid values go from -8 to -15 and from 8 to 15. Default is 15 -q quiet, all the verbose error messages will be suppressed -r don't remove the invalid uncompressed files generated with -a and -A
Note: offset is a decimal number or a hex number if you add a 0x before it examples: 1234 or 0x4d2
So when this comes up on it, what do i do now? What to do to use it?
Pepper has some instructions in that XeNTaX thread I linked. There's more instructions a bit down from there. These people have actually done it so they'll be more use than me.