Originally posted by Xo
Oh crap, I put it in the wrong section.
Its ment to be for Cod4.
This is what I have done to my patch.
offzip.exe -a -1 -z -15 patch_mp.ff
Now I have a 0000000e.dat file that is 3,969 KB
This now has all the scripts into one dat file.
I need to know how to pack this 0000000e.dat file with 3,969 KB back into the patch!
I dont know how to pack it back in, packzip.exe -o -1 0x0000000e -w 15 ..
I need help, if anyone knows how.
Well you want to extract the gsc from the 0000000e.dat by doing
offzip -a -z -15 000000e.dat ./ 0
. IF IT IS THE SAME FOR COD4. Then edit what you want. Pack it back by using
packzip -o 0x0000000e -w -15 0000000e.dat patch_mp.ff
.
Im not sure if you have to change file size in cod4 though. You may hack to.