Post: How do I packzip 0000000e back into patch?
03-01-2011, 02:53 AM #1
oX-matto-Xo
#1 Chaos MW3
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know how to pack the 0000000e.dat file back into the patch properly?

I used this command: offzip.exe -a -1 -z -15 patch_mp.ff

That created the single dat file, name 0000000e.dat

Now i want to know how to pack the single file back into the patch, without the blackscreen issue.

Because, using packzip.exe -o 0x0000000e -w -15

Does not work!
(adsbygoogle = window.adsbygoogle || []).push({});
03-01-2011, 02:56 AM #2
cjmurder123
What do I say here?
Originally posted by Xo View Post
Does anyone know how to pack the 0000000e.dat file back into the patch properly?

I used this command: offzip.exe -a -1 -z -15 patch_mp.ff

That created the single dat file, name 0000000e.dat

Now i want to know how to pack the single file back into the patch, without the blackscreen issue.

Because, using packzip.exe -o 0x0000000e -w -15

Does not work!



Try using -a -z -15 to decompress it. Then use packzip -o 0x0000000e -w -15 0000000e.dat patch_mp.ff. And it should work
03-01-2011, 02:59 AM #3
TRBZA
Vault dweller
Originally posted by Xo View Post
Does anyone know how to pack the 0000000e.dat file back into the patch properly?

I used this command: offzip.exe -a -1 -z -15 patch_mp.ff

That created the single dat file, name 0000000e.dat

Now i want to know how to pack the single file back into the patch, without the blackscreen issue.

Because, using packzip.exe -o 0x0000000e -w -15

Does not work!


can you directly edit that .dat file ? i thought you had to take gsc's out of it edit them and then place them back :confused: or maybe you already have done that. are you sure your doing it like so
    packzip -o 0x0000000e -w -15 0000000e.dat patch_mp.ff
03-01-2011, 03:20 AM #4
oX-matto-Xo
#1 Chaos MW3
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.
03-01-2011, 03:42 AM #5
cjmurder123
What do I say here?
Originally posted by Xo View Post
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.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo