Post: EBOOT Modding Tool Will Allow You To Add Your Own Cheats + Patches ARRIVES
11-18-2012, 10:18 AM #1
Xx--AIDAN--xX
One Man Army
(adsbygoogle = window.adsbygoogle || []).push({}); Skiller over at the CMP Forums has informed us of CMP Auto Tools Version 6.3. This EBOOT modding tool will allow you to add your own cheats and patches while patching EBOOT files from firmware version 3.60 to 3.41. He also outlines an example of how the Duplex team patched Assassins Creed 3. Another great tool for those patching their own games. More from the man himself below.

About CMP Auto Tools Version 6.3:
Thought I would give u a heads up on the Orignal Eboot modding tool :P

CMP Auto tools has been fully update to Version 6.3. There are still things being worked on it, but as of right now it will allow you to add in your own cheats/Patchs. It auto patches the standard 3.60 down to 3.41.. The patches duplex are putting out (3.55) can be easily compared original EBOOT vs Dup EBOOT to get Patterns for making your own mods into other regions of the said game or Versions.. just in case u did not know that them new games are big time patched..

Things I'm still Adding are auto support to SPRX/Self file Decryption/Repacking (note Can be done from other tools folder but is not put into root yet)
PKGtoPKG: This will allow people to go from PKG state update add codes and back (right now Auto tools goes from folder to Pkg or Eboot.bin Depending on the Param.sfo...

Check it out if your into modding files more freely :P

You will notice I put a little Example of the layout in the GameSource ..
its the layout u need to have to use the bats..

Here an Example of one of the Duplex patches...

Assassins Creed 3:

In CMP Auto Tools Main folder u will see Mcode.txt this is where u place all the codes between this line

:: Put Your Code Between this And the next dots
And
:: Dont change anything below this

So example
Code:
OGP=E87F00083C801000
COP=E87F00083C800000
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3C801000E87F0008
COP=3C800000E87F0008
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3C801000E87F0008
COP=3C800000E87F0008
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3860007F786307C6
COP=3860000F786307C6
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3860007F80A10084
COP=3860000F80A10084
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=0000007FBB7FFFFF
COP=0000000FBB7FFFFF
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%

This is the Patch Duplex did to AC3 to make it work on 3.55, using this on that game will make it work if your patching the orignal Eboot :P
We have had this bit of news for a while, but unfortunately BahumatLord is battling the flu. So apologies to Skiller for the delay.

You must login or register to view this content.


You must login or register to view this content.

You must login or register to view this content.
Last edited by Xx--AIDAN--xX ; 11-22-2012 at 05:32 AM.

The following 10 users say thank you to Xx--AIDAN--xX for this useful post:

^TPP^, DEREKTROTTER, Dr. Mayham, hibye3, ibombo, M QTR, Machiavelli_23, Murt, ryu2050, Swifter
11-18-2012, 11:15 AM #2
Murt
< ^ > < ^ >
very nice , you should be news team man , Happy btw so if i want to patch black ops 2 what codes do i u se?

The following 2 users groaned at Murt for this awful post:

iTruceFret, Dr. Mayham
11-18-2012, 12:12 PM #3
justeve
< ^ > < ^ >
Sounds great anyone wanna upload it
I dont have an account at PSX-Scene
11-18-2012, 06:02 PM #4
Great post! This will help a few people (y)
11-19-2012, 01:38 AM #5
^TPP^
Who’s Jim Erased?
Originally posted by xX View Post
Skiller over at the CMP Forums has informed us of CMP Auto Tools Version 6.3. This EBOOT modding tool will allow you to add your own cheats and patches while patching EBOOT files from firmware version 3.60 to 3.41. He also outlines an example of how the Duplex team patched Assassins Creed 3. Another great tool for those patching their own games. More from the man himself below.

About CMP Auto Tools Version 6.3:
Thought I would give u a heads up on the Orignal Eboot modding tool :P

CMP Auto tools has been fully update to Version 6.3. There are still things being worked on it, but as of right now it will allow you to add in your own cheats/Patchs. It auto patches the standard 3.60 down to 3.41.. The patches duplex are putting out (3.55) can be easily compared original EBOOT vs Dup EBOOT to get Patterns for making your own mods into other regions of the said game or Versions.. just in case u did not know that them new games are big time patched..

Things I'm still Adding are auto support to SPRX/Self file Decryption/Repacking (note Can be done from other tools folder but is not put into root yet)
PKGtoPKG: This will allow people to go from PKG state update add codes and back (right now Auto tools goes from folder to Pkg or Eboot.bin Depending on the Param.sfo...

Check it out if your into modding files more freely :P

You will notice I put a little Example of the layout in the GameSource ..
its the layout u need to have to use the bats..

Here an Example of one of the Duplex patches...

Assassins Creed 3:

In CMP Auto Tools Main folder u will see Mcode.txt this is where u place all the codes between this line

:: Put Your Code Between this And the next dots
And
:: Dont change anything below this

So example
Code:
OGP=E87F00083C801000
COP=E87F00083C800000
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3C801000E87F0008
COP=3C800000E87F0008
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3C801000E87F0008
COP=3C800000E87F0008
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3860007F786307C6
COP=3860000F786307C6
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=3860007F80A10084
COP=3860000F80A10084
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%
OGP=0000007FBB7FFFFF
COP=0000000FBB7FFFFF
"%HOME%\binrep.exe" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" "%HOME%\GameTMP\%SFOTITLE_ID%\USRDIR\EBOOT.ELF" %OGP% %COP%

This is the Patch Duplex did to AC3 to make it work on 3.55, using this on that game will make it work if your patching the orignal Eboot :P
We have had this bit of news for a while, but unfortunately BahumatLord is battling the flu. So apologies to Skiller for the delay.

You must login or register to view this content.

You must login or register to view this content.


thnx broHappy
11-19-2012, 04:27 PM #6
no let me download :(

The following user thanked IM_GUKY for this useful post:

Dr. Mayham
11-22-2012, 04:01 AM #7
TrollinOverload
Bounty hunter
how would i be able to mod FEAR 2 with this?
11-22-2012, 05:31 AM #8
Xx--AIDAN--xX
One Man Army
new link for the download
11-23-2012, 03:57 PM #9
Anyone else get a Trojan pop up on there Antivirus Software? also why not update it with newer keys rather then just the 3.60 ones
11-25-2012, 01:16 PM #10
Great post man keep it up

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo