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-04-2011, 11:19 PM #20
Correy
I'm the Original
Originally posted by thaman628 View Post
thanks mate, now i know how to do it


It's fine, I think I maye release I visuall basics or visual C++ tutorial on how to do it, with a lot more detail so stay update Smile
04-05-2011, 08:30 PM #21
Alfa
Banned
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_


are u serious? people didnt know about this? wtf?

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

Correy, dsCRAZYPYRO
04-06-2011, 12:00 AM #22
Correy
I'm the Original
Originally posted by Alfa View Post
are u serious? people didnt know about this? wtf?


What do you mean lolol
04-06-2011, 01:28 AM #23
Alfa
Banned
Originally posted by xCorrey
What do you mean lolol


when u rename a .txt file to .bat it puts anything you type in it into cmd or however your supposed to say that iv made a bunch of tools like this ''/
04-06-2011, 09:17 AM #24
Correy
I'm the Original
Originally posted by Alfa View Post
when u rename a .txt file to .bat it puts anything you type in it into cmd or however your supposed to say that iv made a bunch of tools like this ''/


Good for you, but I made this for other people
04-18-2011, 10:01 AM #25
thanks m8. this is perfect.

The following user thanked Docko412 for this useful post:

Correy
04-18-2011, 04:56 PM #26
Correy
I'm the Original
Originally posted by d3ss34tpr0ducts View Post
thanks m8. this is perfect.


your welcome, i think i might code a proper one soon Smile
04-20-2011, 12:36 AM #27
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_



have you guys even looked at my cod4 tool lol i have have this made into a actual program like 3 different times already lol. go check out my cod4 tool it recompresses decompresses and you edit your patch within the program =)

You must login or register to view this content.
04-20-2011, 09:19 AM #28
Correy
I'm the Original
Originally posted by dsCRAZYPYRO View Post
have you guys even looked at my cod4 tool lol i have have this made into a actual program like 3 different times already lol. go check out my cod4 tool it recompresses decompresses and you edit your patch within the program =)

You must login or register to view this content.


Isn't this my thread :carling:
If they wanted to see your tool they would look but wow, I've created much more advanced programs than yours, this is just a fast and simple way of decompressing and recompressing your patch without having to use CMD all the time.

The following user thanked Correy for this useful post:

emsp

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo