Post: [Tutorial] BuC-ShoTz Convert Modded XBOX Patches To PS3 In Under 9 Minutes
10-10-2010, 04:48 AM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); OK guys, a lot of people have been asking me HOW?
And since I was the 1st guy along with davidh72 to run modded lobbies on PS3, of coarse months after Hunter128 and Unknown. I decided to make a video of how its done.
This is the proper way to convert a XBOX patch to PS3. So make yourself a patch for XBOX with a patch maker or ffviewer then convert it to PS3.

I have included the files used in the Tutorial at the bottom.
Dont use XBOX patches that have enabled setting your prestige, automatic onplayerspawned. You will get get security problem on host. Unless you do this.
You must login or register to view this content.
Credits: DEREKTROTTER & judylovespizza


Video TUT: Watch in FULLSCREEN.....
[ame=https://www.youtube.com/watch?v=66-U3sF_Jxg]YouTube - Convert your modded XBOX patches to PS3[/ame]

The correct trigger to get the PS3 patch_mp-extracted.dat in offzip:
offzip -a -1 -z -15 <inputfile> <outputfile> 0
the file created will be named 00000027.dat

All you have to do is copy the data from the xbox extracted .dat
from offset 6E95A to 8BADA, and paste write it into the ps3 extracted 00000027.dat at offset 68C16.
Then copy the data from offset 60000 to 6FFFF to a new file and save.
Then copy the data from offset 70000 to 7FFFF to a new file and save.
Then copy the data from offset 80000 to 8FFFF to a new file and save.
Then compress those 3 files with simplyzip.
Then change the 78DA headers to the length of the file with HxD starting from offset 2 till the end of the file.
Open the PS3 patch_mp.ff in HxD and delete the data from offset B49E to 2B44F.
Then paste insert the 3 .zlp files into the PS3 patch, starting with the 60000 file.
Choose select all and make note of the length.
Type the length at offset 1E to 20 and 22 to 24.
As you can see in the video, i did it in under 9 minutes.
Thats all there is to it.

Files used in the Tutorial:
You must login or register to view this content.
You must login or register to view this content.


The finished file. (dudeeitsbrian_Sept_19_V2):
You must login or register to view this content.
somebody test this file.

Have fun flying the Harrier!

Credits to dudeitsbrian for the awesome patches for XBOX.

BuC's Xbox To PS3 Patch Helper

Left some hex editing so the noobs can learn.
Plus i dont know how to use the binaryreader/writer or streamreader/writer.


[ame]https://www.youtube.com/watch?v=UrkzcPCF5-g[/ame]


If you have used my tutorial this should be easy.
This tool does not inject, hence no zlib errors when decompressing
patches made with this tool.


You must login or register to view this content.
Last edited by BuC-ShoTz ; 12-06-2010 at 04:42 AM. Reason: added app

The following 71 users say thank you to BuC-ShoTz for this useful post:

*SCHAOS*, ⒿⒺⒷⓇⓄ, |ManiaC|, $oulja, Ada Wong, aramik, BigFudge, Blackstorm, clizzzzz, CRaZyY, davidh72, DEREKTROTTER, Dexgod, digiw0rx, DiJiTaLGoDz, DiJiTaLNiCk, DR-Dizzy, Durk, exTacy Angel, Freezing-HOT, gamekilla, garybrady_09, GNDOOOR_KILLER, gtav, Hakaan, IDontbreak, iJokaa, IW_JOSH, JD_WCE, juddylovespizza, Karoolus, KillaPwner, knightryder77, lilkiller6009, Lofti, Manxlad619, ModThatGame, Mr.Kane, NGU_MVRz, Nolzad0, noobzilla, owais12, Perfekt, PS3LUV3R, qwerew, CHAOZ, SamMight69Her, Sarmas, ShadowShock, silsil, skitterz, Solo, Stejzz, STG_MUFFINES, Strike Venom, Taxi_ksa, teeth08, Tha_Cartel, The-Don, ThereThatGuy, Traxx, Tupac17, UMD, War Kid, Weescotty, Wilisete, TPB Bubbles, xSKeLZoR, xTrYiPiCz, yepitsdavid407
11-25-2010, 09:38 PM #110
Then compress those 3 files with simplyzip.

W8 can I Compress A Patch With Simply Zip Cuz Every Time I Try To Compress A Patch Manually i **** It Up? Plz Help
11-26-2010, 06:32 PM #111
BuC-ShoTz
TeamMvKâ?¢
Originally posted by RaNd0mNeSs1000 View Post
Then compress those 3 files with simplyzip.

W8 can I Compress A Patch With Simply Zip Cuz Every Time I Try To Compress A Patch Manually i **** It Up? Plz Help


use the app it has a zlib compressor with it
11-29-2010, 07:55 PM #112
BuC-ShoTz
TeamMvKâ?¢
they do the same thing, mine builds, mossy's injects
11-29-2010, 10:13 PM #113
DiJiTaLGoDz
Former Staff
mossy's doesnt even work for me i stick to this it takes 2 seconds and it works 100% of the time
12-04-2010, 11:06 PM #114
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by BucN View Post


The correct trigger to get the PS3 patch_mp-extracted.dat in offzip:
offzip -a -1 -z -15 <inputfile> <outputfile> 0
the file created will be named 00000027.dat


that is the only bit i dont understand. could you please explain this bit and i will be fine on the rest. cause on the video it doesnt show how you got that bit
12-04-2010, 11:13 PM #115
BuC-ShoTz
TeamMvKâ?¢
Originally posted by iJokaa View Post
that is the only bit i dont understand. could you please explain this bit and i will be fine on the rest. cause on the video it doesnt show how you got that bit


offzip -a -1 -z -15 <inputfile> <outputfile> 0

<inputfile> = c:/users/your/folder/patch_mp.ff
<outputfile> = c:/users/your/folder/

you can also use the app i made
12-04-2010, 11:42 PM #116
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by BucN View Post
offzip -a -1 -z -15 <inputfile> <outputfile> 0

<inputfile> = c:/users/your/folder/patch_mp.ff
<outputfile> = c:/users/your/folder/

you can also use the app i made


oka what is the app ?? i thank you so much if i manage to do this. cause i got this one patch i want to convert and no one will . so im trying to learn to do it
12-10-2010, 03:07 AM #117
when i click save button i get error like error writing ps3_ff_002.cnk EVERYTIME!!!! Plx Help

---------- Post added at 10:07 PM ---------- Previous post was at 09:59 PM ----------

and its for every header edit it says something like that
12-10-2010, 03:11 AM #118
OFWGKTA
Developer
Lol Help?

I Get this error when I try to save with that hex editor Not Happy or Sad'

Error Writing
Error 32: File sharing violation

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo