Originally posted by Stugger
You should now show how to recompress the files back to the patch, I'm still confused on how to do that.
to recompress the patch together, you first need to Edit the Gsc coding in the file to be recompressed. In this case i will say i'm going to edit the _missions_comp.gsc. I will first decompress the _missions_comp.gsc ass follows;
I will;
1.open CMD, drag offzip into the CMD window
2. type the exact code : -a -z -15
3. insert a space after ...-15 and drag the _missions_comp.gsc into CMD window
4. insert a space then drag and drop the destination folder of the intended 00000002.dat file
5. insert a space and type 0 and hit enter! You should now have a 00000002.dat file in your intended destination folder. Now open in Notepad ++ and edit Gsc!
This can be used for any patch, any .gsc to be decompressed. To recompress the edited 00000002.dat file we will do as follows;;
1. first we need to create a file in Hex editor BLANK and save it as _missions_recomp.gsc
2. then open CMD drag and drop packzip, then type -o 0x00000002 -w -15 00000002.dat _missions_recomp.gsc
where the .dat/.gsc represent the ACTUAL files
3. now we need to open BOTH missions in HxD, we first need to fix the header of the _missions_recomp.gsc and to do this go to the first line of the file and in the start of the file shange the 00 00 to 78 DA. that is the header Done!
4. Actually why don't you follow Alabama's tutorial IT WORK's PERFECTLY FINE!!!
You must login or register to view this content.