Post: *must read!!* Need help with custom Patch
09-15-2010, 12:05 AM #1
Kidd Cold
**** my Toaster !~!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU it's Ken aka(Kidd~Cold) I wouldn't be posting this lovely thread if I didn't think it was important. I've been at this for 6 days I've had people help me and I've helped some people..

I need your help.. yes you coders and what not you are the people I'm talking about. I'm sick and should be on bed rest but I'm not(far more interested in this custom patches and shit)

Here is the main point I have a godlymodz patch edited* only thing I changed was the name and stuff, something small but noticeable to see if it was working properly*

But anywho... I have gotten past the black screen but have met a new foe named ERROR:script compile error bad syntax.. I get into multiplayer select split-screen go to start match goes to loading screen gets half way and then it freezes and that bad boy pops up!

so I figured I'd be nice enough and upload it and let you guys take a wack at it.

You must login or register to view this content.


Edit: Ok so I decided to add the rest of the godly mod files to my orginal patch and it black screened..so something in the godlymodz file is causing the black screen when mixed with the original patch..

Edit: I attempted to just inject 0000d7d4(modz) into the original mw2 patch which resulted in black screen.. so there is something else inside 0000b4a0 that is important to it running correctly..I have yet to find what else is missing to get past the script compile error.


Edit 12:38PM 15-9-2010-- I've been slowly one at a time injecting Godly Mod files into the original mw2 patch.
0000b4a0-Pasts black screen, script error.
00001c91-Didn't notice any difference from above.
0002a8db-Black Screen
0002b69e-Black Screen
0002c6a3-Black Screen
0002d4ac-Black Screen
(adsbygoogle = window.adsbygoogle || []).push({});

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

Mangupi, Tzee
09-15-2010, 01:18 AM #11
davidh72
Do a barrel roll!
Originally posted by fightinillini94 View Post
Thanks.im gonna make a custom patch this weekend.


This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.
09-15-2010, 01:20 AM #12
Tzee
Grunt
after i have done the first step i only get 1 file. 00000027. so for step 2 you say im supposed to find 0000b4a0. by that do you mean i open up 00000027 in a hex editor and copy from that header to the end or am i supposed to have 22 individual files after step 1?
09-15-2010, 01:21 AM #13
fightinillini94
Climbing up the ladder
Originally posted by davidh72 View Post
This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.


Lol are you serious? I've never seen you post anything useful. I can code,something you probably can't do.

The following user thanked fightinillini94 for this useful post:

Traxx
09-15-2010, 01:23 AM #14
Mateen
pretty chill guy
Originally posted by davidh72 View Post
This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.


So how about you upload your patch you made then?

The following user thanked Mateen for this useful post:

fightinillini94
09-15-2010, 01:23 AM #15
.Say Hi.
Rep is so 2010
Originally posted by davidh72 View Post
This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.


Its not nice to insult other members. Be nice. Cool Man (aka Tustin)
09-15-2010, 01:36 AM #16
Kidd Cold
**** my Toaster !~!
Originally posted by davidh72 View Post
This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.


lol... I'd hate to say it but I believe he is more experienced then I am..


Originally posted by Tzee View Post
after i have done the first step i only get 1 file. 00000027. so for step 2 you say im supposed to find 0000b4a0. by that do you mean i open up 00000027 in a hex editor and copy from that header to the end or am i supposed to have 22 individual files after step 1?


I can not seem to get you to check you in-box.. so yes after step 1 you are supposed to have 22 individual files... I'm assuming you are using -1??
09-15-2010, 10:34 AM #17
EliteMossy
TheDigitalBoard.com
Originally posted by davidh72 View Post
This made me laugh. hahah. silly noob, editing PS3 patches is for the big boys. Smile you can't do it.


Why will you just not help? don't be another unkn0wn or hunter. I am no noob, i made the MW2 Hack Tool which you can see in my thread. So i am no noob. But theres somethings people are good at and some there not.

People are just asking for a bit of help.

The following user thanked EliteMossy for this useful post:

riotmost
09-15-2010, 12:03 PM #18
DiJiTaLNiCk
BaLLiN' STaTuS
Originally posted by Kidd
Just the name and stuff that should show up in game..

how I did it..

Step 1--I took the godlymodz patch and decompressed.. pasting that line into cmd*note* it changes according to your pc and stuff*
"C:\Users\d{~.~}b\Desktop\offzip.exe" -a -z -15 "C:\Users\d{~.~}b\Desktop\6\patch_mp.ff" "C:\Users\d{~.~}b\Desktop\FF DECOMP" 0

which like Brandon says splits it into 22 files

Step 2--0000b4a0 find that file and decompress it the same way as above It creates another decent amount of files.
"C:\Users\d{~.~}b\Desktop\offzip.exe" -a -z -15 "C:\Users\d{~.~}b\Desktop\0000b4a0" "C:\Users\d{~.~}b\Desktop\FF DECOMP" 0

Step 3--Look for 0000d7d4.dat I then opened it with notepad and edited what I wanted..

Step 4--Recompression.. of 0000d7d4 into 0000b4a0
"C:\Users\d{~.~}b\Desktop\packzip.exe" -o 0x0000d7d4 -w -15 "C:\Users\d{~.~}b\Desktop\0000d7d4.dat" "C:\Users\d{~.~}b\Desktop\0000b4a0"

Step 5--Recompression of 0000b4a0 into Original IW mw2 patch
"C:\Users\d{~.~}b\Desktop\packzip.exe" -o 0x0000b4a0 -w -15 "C:\Users\d{~.~}b\Desktop\0000b4a0.dat" "C:\Users\d{~.~}b\Desktop\Orginal\patch_mp.ff"

Step 6-- Drag and drop using FTP server and Client.


use -a -z -1 - 15
09-15-2010, 12:53 PM #19
Gendjisan
A.k.a. Bushigan
Here is the offsets...

Début = Start of the offset
Fin = End of the offset

___________________________

Fichier : "maps/mp/mp_afghan.gsc"
Début : 0x00068C3B (offset héxadécimal)
Fin : 0x00068D93 (offset héxadécimal)

Fichier : "maps/mp/mp_rust.gsc"
Début : 0x00068DB3 (offset héxadécimal)
Fin : 0x00068EBA (offset héxadécimla)

Fichier : "maps/mp/mp_derail.gsc"
Début : 0x00068EDC (offset héxadécimal)
Fin : 0x0006901D (offset héxadécimla)

Fichier : "maps/mp/_utility.gsc"
Début : 0x0006903E (offset héxadécimal)
Fin : 0x0006C31E (offset héxadécimla)

Fichier : "maps/mp/_events.gsc"
Début : 0x0006C31E (offset héxadécimal)
Fin : 0x0006D3E9 (offset héxadécimla)

Fichier : "maps/mp/_animatedmodels.gsc"
Début : 0x0006D411 (offset héxadécimal)
Fin : 0x0006D7A5 (offset héxadécimla)

Fichier : "maps/mp/gametypes/_missions.gsc"
Début : 0x0006D7D1 (offset héxadécimal)
Fin : 0x0007061C (offset héxadécimla)

Fichier : "maps/mp/gametypes/_rank.gsc"
Début : 0x00070644 (offset héxadécimal)
Fin : 0x00071623 (offset héxadécimla)

Fichier : "maps/mp/gametypes/_class.gsc"
Début : 0x0007164C (offset héxadécimal)
Fin : 0x00073040 (offset héxadécimla)

Fichier : "maps/mp/gametypes/_music_and_dialog.gsc"
Début : 0x00073074 (offset héxadécimal)
Fin : 0x00073B3D (offset héxadécimla)

Fichier : "maps/mp/gametypes/dd.gsc"
Début : 0x00073B62 (offset héxadécimal)
Fin : 0x000754BC (offset héxadécimla)

Fichier : "maps/mp/gametypes/koth.gsc"
Début : 0x000754E3 (offset héxadécimal)
Fin : 0x00076E55 (offset héxadécimla)

Fichier : "maps/mp/killstreaks/_ac130.gsc"
Début : 0x00076E80 (offset héxadécimal)
Fin : 0x00079C4C (offset héxadécimla)

Fichier : "maps/mp/killstreaks/_airstrike.gsc"
Début : 0x00079C7B (offset héxadécimal)
Fin : 0x0007BA47 (offset héxadécimla)

Fichier : "maps/mp/killstreaks/_helicopter.gsc"
Début : 0x0007BA77 (offset héxadécimal)
Fin : 0x0007EC67 (offset héxadécimla)

Fichier : "maps/mp/killstreaks/_killstrikes.gsc"
Début : 0x0007EC98 (offset héxadécimal)
Fin : 0x0007FCEA (offset héxadécimla)

Fichier : "maps/mp/killstreaks/_airdrop.gsc"
Début : 0x0007FD17 (offset héxadécimal)
Fin : 0x00081F45 (offset héxadécimla)

Fichier : "maps/mp/perks/_perkfunctions.gsc"
Début : 0x00081F72 (offset héxadécimal)
Fin : 0x00083431 (offset héxadécimla)

Fichier : "maps/mp/_destructible_dlc.gsc"
Début : 0x0008345B (offset héxadécimal)
Fin : 0x000834E0 (offset héxadécimla)

Fichier : "common_scripts/_destructible_types_dlc.gsc"
Début : 0x00083CC4 (offset héxadécimal)
Fin : 0x00083FD4 (offset héxadécimla)

Fichier : "animtrees/_destructibles.atr"
Début : 0x00083FFC (offset héxadécimal)
Fin : 0x0008412F (offset héxadécimla)

Fichier : "animtrees/_destructibles_dlc.atr"
Début : 0x0008415B (offset héxadécimal)
Fin : 0x0008418F (offset héxadécimla)

Fichier : "maps/mp/_destructible_dlc2.gsc"
Début : 0x000841BA (offset héxadécimal)
Fin : 0x00084240 (offset héxadécimla)

Fichier : "common_scripts/_destructible_dlc2.gsc"
Début : 0x00084272 (offset héxadécimal)
Fin : 0x000849EE (offset héxadécimla)

Fichier : "common_scripts/_destructible_types_dlc2.gsc"
Début : 0x00084A26 (offset héxadécimal)
Fin : 0x0008524E (offset héxadécimla)

Fichier : "animtrees/_destructibles_dlc2.atr"
Début : 0x0008527B (offset héxadécimal)
Fin : 0x000852D7 (offset héxadécimla)

Fichier : "mp/basemaps.arena"
Début : 0x000852F5 (offset héxadécimal)
Fin : 0x000856B3 (offset héxadécimla)

Fichier : "vision/mp_vacant.vision"
Début : 0x000856D7 (offset héxadécimal)
Fin : 0x000857ED (offset héxadécimla)

Fichier : "vision/mp_overgrown.vision"
Début : 0x00085814 (offset héxadécimal)
Fin : 0x0008592B (offset héxadécimla)

Fichier : "vision/mp_backlot.vision"
Début : 0x00085950 (offset héxadécimal)
Fin : 0x00085A1C (offset héxadécimla)

Fichier : "vision/mp_pipeline.vision"
Début : 0x00085A42 (offset héxadécimal)
Fin : 0x00085B23 (offset héxadécimla)

Fichier : "vision/mp_strike.vision"
Début : 0x00085B47 (offset héxadécimal)
Fin : 0x00085C76 (offset héxadécimla)

Fichier : "vision/mp_crash.vision"
Début : 0x00085C99 (offset héxadécimal)
Fin : 0x00085D96 (offset héxadécimla)

The following user thanked Gendjisan for this useful post:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo