Originally posted by manu0466
i need a help to recompress 000085c1.dat 000170b7.dat in the patch.ff can some one write me the comand for packzip??
PS:sorry for my english i'm italian
NOT MY TUTORIAL
since this post is in W@W section...this tutorial is for W@W modding
This tutorial shows you how to edit _rank.gsc. If you follow the tutorial you will not get a black screen, but you will still get syntax error if you code has errors. Please use a clean patch or a patch you know is already working when doing this.
1. open cmd
2. type
Code:
cd desktop/pack
3. type
Code:
offzip -a -z -15 patch_mp.ff ./ 0
4. Delete all the new created files except these (only two of them will be used in this tutorial) 0002cbcc 000295f3 00030783
5. Open0002cbcc 000295f3 in your hex editor
6. In 000295f3 press
Code:
ctrl + E
7. In the start box put
Code:
A00D
8. In length box put
Code:
5FF3
9. Click ok
10. Press
Code:
ctrl + C
11. Then
Code:
Ctrl + N
12. Then
Code:
Ctrl + V
13. Now go to the 0002cbcc file
14. Press ctrl + E start offset is
Code:
0
15. Length is
Code:
1A9B
16. Press
Code:
ok
17. Press
Code:
Ctrl + C
18. Go to the end of the new file you created and press
Code:
Ctrl+V
19. Delete all of the 00 at the end end of the file
It should look something like the picture below with the 0A at the end
19. Save the file as
Code:
rank.gsc
20. Go to your pack folder and right click on rank.gsc and open it up with notepad++ or whatever text editor you use
21. Edit the file however you want
22. Save the file after you edit in and open it back up in the hex editor
23. Press
Code:
Ctrl + E
24. In the Start offset box put
Code:
0
25. In the length box put
Code:
5ff3
26. Go to the 000295f3 file
27. Press
Code:
Ctrl + E
28. In the Start offset box put
Code:
A00D
29. In the length box put
Code:
5ff3
30. Press
Code:
ctrl + B
to paste the selected text from rank.gsc into the selected area in 000295f3 (make sure you don't change the file size.)
31. Save 000295f3
32. Open cmd
33. type
Code:
cd desktop/pack
then press enter
34. then type
Code:
packzip -o 0x000295f3 -w -15 000295f3.dat patch_mp.ff
35. Close 000295f3 in your hex editor
36. Go to rank.gsc in your hex editor
37. Press
Code:
Ctrl + G
38. Go to offset
Code:
5ff3
39. Press
Code:
Ctrl + Shift + END
40. Copy the selected text
41. Go to 0002cbcc
42. Press
Code:
Ctrl + E
43. Start offset is
Code:
0
44. Length is
Code:
1A9B
45. Press
Code:
Ctrl + B
to paste what you copied from rank.gsc
46. Place the insertion point in right after the red letters
47. Now push
Code:
Ctrl + E
48. Leave Start offset wherever it is at
49. In length put
Code:
1a9b
50. Click ok
51. right click the selected area
52. Click fill selection
53. Fill with 00
54. Save the file
55. open cmd and type
Code:
cd desktop/pack
56. then type
Code:
packzip -o 0x0002cbcc -w -15 0002cbcc.dat patch_mp.ff
Your Done!!