(adsbygoogle = window.adsbygoogle || []).push({});
ok so i want to edit the _utility.gsc from the unkn0wns patch.
I extract the patch by doing the following
cd desktop/hack
offzip -a -z -15 patch_mp.ff ./ 0
i Delete all except:
00014f51.dat
0000b4a0.dat
packzip
offzip
patch_mp.ff
I then open up "000b4a0.dat" (The file which contains _utility.gsc) and enter the offsets:
Start: 903F
End: C31E
This will now highlight _utility.gsc
i then press CTRL+C CTRL+N CTRL+V and Save As "_Utility_Comp.gsc"
I now enter the following into CMD
offzip -a -z -15 _utility_comp.gsc ./ 0
This will create the editable file 00000002.dat which can be edited with a program like notepad+
Once i edit it, what do i do now?
This is the only part i am stuck on because all the tutorials show you the "_missions.gsc" which is split into two files.
If anyone could please tell me what to do next i will +rep and be very thankfull. Thanks every1 =)