06-04-2011, 16:40
(This post was last modified: 06-04-2011, 16:46 by SuperNovaAO.)
This is a simple command-line FF Packer/Unpacker for Call of Duty: Black Ops.
Usage:
To pack
To unpack
Known bugs:
When packing a file the compression is higher. The game will still be able to load these files but it takes a bit longer.
Usage:
To pack
Code:
FFUtil -pack MyBinaryData.unpacked MyNewFFFile.ff
To unpack
Code:
FFUtil -unpack MyFFFile.ff MyNewBinaryData.ff
Known bugs:
When packing a file the compression is higher. The game will still be able to load these files but it takes a bit longer.
Code:
Changelog:
v 0.1:
* Initial release