A tool to extract files from the resource bundles (.ZAP) for the game Star Wars: Bounty Hunter (PS2.)
I reverse engineered the file format in xxd and the decompression algorithm from the game executable in IDA.
A very simple Makefile is included
unzap [dir] <resource bundle>
will extract all files in the resource bundle to the working directory or to dir if it's specified.