Post: How To Create A Patch Compresser
04-02-2011, 09:42 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); How To Create Your Own Call Of Duty 4 Patch Compresser.
Please Make This For Personal Use, don't want to many to get released.


Whats Needed.
- Notepad ++
- Offzip
- Packzip
- You're Patch


Creating Decompresser-
- Open Up Notepad.
- Enter The Following..
    offzip.exe -a -z -15 patch_mp.ff ./ 0 

- Save It As "Decompress" and as a ".bat (batch file)"

Information
That will decompress the patch, keep wich ever files you need, or enter this code.
    
del 0000000e.dat
del 0000e0d7.dat
del 0000f7d8.dat
del 0000d0ec.dat
del 0000c6b1.dat
del 000a61a5.dat
del 000b2c24.dat
del 000bf08f.dat
del 000ca4fb.dat
del 000d36fc.dat
del 000dec3d.dat
del 000eafb6.dat
del 000f9134.dat
del 0003ca23.dat
del 0003f759.dat
del 0004b022.dat
del 0004dffc.dat
del 0004e09c.dat
del 0005d834.dat
del 0006cee8.dat
del 0007ab04.dat
del 0008db27.dat
del 00011c84.dat
del 00012edc.dat
del 00014d25.dat
del 00016a92.dat
del 00036b52.dat
del 00039c32.dat
del 00044dcd.dat
del 00050e22.dat
del 00051c9f.dat
del 00074a30.dat
del 00083c33.dat
del 000111ca.dat
del 000161fd.dat
del 000476cf.dat
del 000521da.dat
del 000659ce.dat
del 00055714.dat
del 00051896.dat
del 00051789.dat
del 00050290.dat
del 00042528.dat
del 00017612.dat
del 00014439.dat
del 00013878.dat
del 00012849.dat
del 00010961.dat
del 0009979b.dat
del 0004762f.dat
del 0001854d.dat
del 0001559b.dat
del 000511b6.dat

Credit to _Nutty_ for the Del Codes


Creating Recompresser-
- Open Up Notepad.
- Enter The Following..
    packzip.exe -o 0x00030783 -w -15 00030783.dat patch_mp.ff  
packzip.exe -o 0x0001ec06 -w -15 0001ec06.dat patch_mp.ff
packzip.exe -o 0x0001b571 -w -15 0001b571.dat patch_mp.ff
packzip.exe -o 0x0002cbcc -w -15 0002cbcc.dat patch_mp.ff
packzip.exe -o 0x00025c1d -w -15 00025c1d.dat patch_mp.ff
packzip.exe -o 0x000295f3 -w -15 000295f3.dat patch_mp.ff
packzip.exe -o 0x000338ec -w -15 000338ec.dat patch_mp.ff
packzip.exe -o 0x0001987e -w -15 0001987e.dat patch_mp.ff
packzip.exe -o 0x00022125 -w -15 00022125.dat patch_mp.ff

- Save It As "Recompress" and as a ".bat (batch file)"

Information
That Should Pack Ever .gsc Needed, so you can edit any .GSC


Video Tutorial Here..
[ame]https://www.youtube.com/watch?v=IFldYNwdYag&feature=channel_video_title[/ame][/FONT]


Massive Credits To _Nutty_
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to Correy for this useful post:

Baby-panama, Docko412, Galbiy, GetDeleted -_-, IRiSe_GodFather, juddylovespizza, tylerallmighty
04-02-2011, 09:48 PM #2
juddylovespizza
I'VE GOT JUNGLE FEVER
This is good for cod4 as theres no patch editor Smile
04-02-2011, 09:51 PM #3
Correy
I'm the Original
Originally posted by Juddy View Post
This is good for cod4 as theres no patch editor Smile


i've got a helper, i'm working on a .FF viewer.
it's hard though, but i should be able to do it although it will take a while

The following 2 users say thank you to Correy for this useful post:

Galbiy, Mousey2
04-02-2011, 10:06 PM #4
tylerallmighty
Human After All
I'm surprised no one made these yet. This really isnt that hard to make either. Good job Correy and Nutty
04-02-2011, 10:21 PM #5
Originally posted by xCorrey
How To Create Your Own Call Of Duty 4 Patch Compresser.
Please Make This For Personal Use, don't want to many to get released.


Whats Needed.
- Notepad ++
- Offzip
- Packzip
- You're Patch


Creating Decompresser-
- Open Up Notepad.
- Enter The Following..
    offzip.exe -a -z -15 patch_mp.ff ./ 0 

- Save It As "Decompress" and as a ".bat (batch file)"

Information
That will decompress the patch, keep wich ever files you need, or enter this code.
    
del 0000000e.dat
del 0000e0d7.dat
del 0000f7d8.dat
del 0000d0ec.dat
del 0000c6b1.dat
del 000a61a5.dat
del 000b2c24.dat
del 000bf08f.dat
del 000ca4fb.dat
del 000d36fc.dat
del 000dec3d.dat
del 000eafb6.dat
del 000f9134.dat
del 0003ca23.dat
del 0003f759.dat
del 0004b022.dat
del 0004dffc.dat
del 0004e09c.dat
del 0005d834.dat
del 0006cee8.dat
del 0007ab04.dat
del 0008db27.dat
del 00011c84.dat
del 00012edc.dat
del 00014d25.dat
del 00016a92.dat
del 00036b52.dat
del 00039c32.dat
del 00044dcd.dat
del 00050e22.dat
del 00051c9f.dat
del 00074a30.dat
del 00083c33.dat
del 000111ca.dat
del 000161fd.dat
del 000476cf.dat
del 000521da.dat
del 000659ce.dat
del 00055714.dat
del 00051896.dat
del 00051789.dat
del 00050290.dat
del 00042528.dat
del 00017612.dat
del 00014439.dat
del 00013878.dat
del 00012849.dat
del 00010961.dat
del 0009979b.dat
del 0004762f.dat
del 0001854d.dat
del 0001559b.dat
del 000511b6.dat

Credit to _Nutty_ for the Del Codes


Creating Recompresser-
- Open Up Notepad.
- Enter The Following..
    packzip.exe -o 0x00030783 -w -15 00030783.dat patch_mp.ff  
packzip.exe -o 0x0001ec06 -w -15 0001ec06.dat patch_mp.ff
packzip.exe -o 0x0001b571 -w -15 0001b571.dat patch_mp.ff
packzip.exe -o 0x0002cbcc -w -15 0002cbcc.dat patch_mp.ff
packzip.exe -o 0x00025c1d -w -15 00025c1d.dat patch_mp.ff
packzip.exe -o 0x000295f3 -w -15 000295f3.dat patch_mp.ff
packzip.exe -o 0x000338ec -w -15 000338ec.dat patch_mp.ff
packzip.exe -o 0x0001987e -w -15 0001987e.dat patch_mp.ff
packzip.exe -o 0x00022125 -w -15 00022125.dat patch_mp.ff

- Save It As "Recompress" and as a ".bat (batch file)"

Information
That Should Pack Ever .gsc Needed, so you can edit any .GSC [/FONT]

Massive Credits To _Nutty_


you forgot HxD and the values...
To edit the tupa (00030783.dat) file CTRL E Start offset:: 2924 Length:: 5F0D

To edit the Wepons (0002cbcc.dat) Start offset:: 1AC7 Length:: 9E0A
Hope these are useful :p

The following user thanked studman31 for this useful post:

tylerallmighty
04-02-2011, 10:43 PM #6
Originally posted by xCorrey
i've got a helper, i'm working on a .FF viewer.
it's hard though, but i should be able to do it although it will take a while


i hope u work on the .FF I well be the first rep+ for your thread Outie keep it up correy
04-02-2011, 10:45 PM #7
Callum.
The Welsh Guy FTW
Thanks xD :Sad AwesomeSad AwesomeD
04-02-2011, 11:03 PM #8
Correy
I'm the Original
this is just a simple way, you can make much detailed ways but this is just simple and easy.

---------- Post added at 12:03 AM ---------- Previous post was at 12:01 AM ----------

Originally posted by studman31 View Post
you forgot HxD and the values...
To edit the tupa (00030783.dat) file CTRL E Start offset:: 2924 Length:: 5F0D

To edit the Wepons (0002cbcc.dat) Start offset:: 1AC7 Length:: 9E0A
Hope these are useful :p


i knoe ha, i left them out for a reason.

it tells you when you look at the offsets in my other programme and people need to work them self ha. but thanks
04-02-2011, 11:51 PM #9
Originally posted by xCorrey
this is just a simple way, you can make much detailed ways but this is just simple and easy.

---------- Post added at 12:03 AM ---------- Previous post was at 12:01 AM ----------



i knoe ha, i left them out for a reason.

it tells you when you look at the offsets in my other programme and people need to work them self ha. but thanks


Oh, lol sorry :L
04-03-2011, 12:20 PM #10
Correy
I'm the Original
Originally posted by studman31 View Post
Oh, lol sorry :L


rofl it's fine, thanks for posting that.
saves people looking =D

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo