These are two tools I wrote to decompress and recompress the gfx files from Crysis 2. Source code is included, released under http://www.gnu.org/licenses/gpl2.html
Update v1.1:
Fixed a misuse of code for reading and writing the header. (Too stupid to go into detail)
Added version information.
Removal of a comment. Just some code I used to test zlib.
Downloads : 4 || Uploads : 1 || Rep Power : 5694 || Posts : 389 || Thanks : 52 ||
Thanked 1,033 Times in 236 Posts
Join Date : Nov 2010
Location : United Kingdom
Posts : 2,626
Array
Originally Posted by mojobojo
These are two tools I wrote to decompress and recompress the gfx files from Crysis 2. They are for use with CMD. I did not provide linux binarys but it should compile under linux, though I did not provide a makefile. Source code is included, released under GPLv2