Editing Game Modding
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category:Software]] | |||
==Game Files Mods== | |||
===Call of Duty: World at War=== | ===Call of Duty: World at War=== | ||
====So Simple==== | ====So Simple==== | ||
Line 17: | Line 13: | ||
===Call of Duty: Modern Warfare 2=== | ===Call of Duty: Modern Warfare 2=== | ||
====iMCSv7 Private patch 1.13==== | ====iMCSv7 Private patch 1.13==== | ||
{{Boxtip2|content='''Created by:''' iMCSx http://www.fivestargamerz.com/f192/imcsv7-private-patch-1-13-%7C-big-font-scroll-menu-menu-space-40416/<br />'''Download:''' http://www.mediafire.com/?18dw0w7g6ddxz71}} | {{Boxtip2|content='''Created by:''' iMCSx http://www.fivestargamerz.com/f192/imcsv7-private-patch-1-13-%7C-big-font-scroll-menu-menu-space-40416/<br />'''Download:''' http://www.mediafire.com/?18dw0w7g6ddxz71}} | ||
Line 53: | Line 48: | ||
** Replace the patch_mp.ff using Comgenies File Manager or FTP in the directory of '''dev_hdd0/GAME/BLESxxxx/USDIR/patch_mp.ff''' | ** Replace the patch_mp.ff using Comgenies File Manager or FTP in the directory of '''dev_hdd0/GAME/BLESxxxx/USDIR/patch_mp.ff''' | ||
=== | ===Grand Theft Auto 4=== | ||
===Skyrim=== | ===Skyrim=== | ||
Line 111: | Line 59: | ||
*Porting mods to PS3 | *Porting mods to PS3 | ||
**The files modifyed uses to be: INTERFACE.BSA (optional), SHADERS.BSA (optional), MISC.BSA, UPDATE.BSA, UPDATE.BSM, UPDATE.ESM. Can be obtained from the game update with pkgview.exe, or from the internall ps3 hdd after his installation | **The files modifyed uses to be: INTERFACE.BSA (optional), SHADERS.BSA (optional), MISC.BSA, UPDATE.BSA, UPDATE.BSM, UPDATE.ESM. Can be obtained from the game update with pkgview.exe, or from the internall ps3 hdd after his installation | ||
**The tools needed to modify this files are: BSA Unpacker, BSA Commander, and a hex editor (e.g: XVI Hex Editor). Link to the tools: | **The tools needed to modify this files are: BSA Unpacker, BSA Commander, and a hex editor (e.g: XVI Hex Editor). Link to the tools: http://www.mediafire.com/?d2zb4ozldkplx4y | ||
**Turorial video: http://www.youtube.com/watch?v=pdHleBeftDY | **Turorial video: http://www.youtube.com/watch?v=pdHleBeftDY | ||
Line 160: | Line 108: | ||
===The Last Of Us / Uncharted series: Naughty Dog Texture Editor=== | ===The Last Of Us / Uncharted series: Naughty Dog Texture Editor=== | ||
{{Boxtip2|content='''Created by:''' akderebur aka Burak Akdere | {{Boxtip2|content='''Created by:''' akderebur aka Burak Akdere | ||
http://psx-scene.com/forums/content/release-naughty-dog-texture-editor-3503/)}} | |||
[[File:Texture_mod_Ellie_Jacket_TV.png|100px|thumb|right|Texture mod on Last Of Us]] | |||
*Info Tools: | |||
Texture editor (Import .dds / export .png) for [http://en.wikipedia.org/wiki/DirectDraw_Surface| DDS graphical texture] contained inside .pak files. Psarc files contains .paks files (e.g.: actor34.psarc) | |||
http:// | *Generic info and skins pack:[http://www.ps3hax.net/showthread.php?p=623194&posted=1#post623194] | ||
==Game Saves Mods== | ==Game Saves Mods== | ||
Line 319: | Line 242: | ||
L2: Game Time Modification | L2: Game Time Modification | ||
Select: XP Modification (x2000 XP) | Select: XP Modification (x2000 XP) | ||
==Eboot Mods== | ==Eboot Mods== | ||
Line 347: | Line 264: | ||
As you see for each cheat there is a (SET OGP) using a hex editor this is the Value you search (the value can be lengthy to make sure you don t find/edit others starting with the same) for in the eboot. The (SET COP) is what you change it to. | As you see for each cheat there is a (SET OGP) using a hex editor this is the Value you search (the value can be lengthy to make sure you don t find/edit others starting with the same) for in the eboot. The (SET COP) is what you change it to. | ||
In hex editor press search then find and enter one of the SET OGP | In hex editor press search then find and enter one of the SET OGP (See other example above) D1BF0834813E841838002420C01F083410210CC4D0012420 | ||
When it finds it press search replace and enter the corresponding SET COP 60000000813E841838002420C01F083410210CC4D0012420 | |||
You have now entered your first cheat ..which in this example was Infinite Oxygen . | |||
After every cheat entered remember to return to the start at offset 00000000 and click so the next search will start from here. When you have entered your required cheats . Just close the hex editor (remembering to save). | After every cheat entered remember to return to the start at offset 00000000 and click ... so the next search will start from here. When you have entered your required cheats . Just close the hex editor (remembering to save). | ||
Now back to the self resigner and | Now back to the self resigner and press 2. Resign to Disc Backup Eboot. Swap the cheat eboot with your original one , in your game backup (remember to keep somewhere safe your original eboot/save data/profile). | ||
Boot up the game (in this case no update installed) and cheats should be present. | Boot up the game (in this case no update installed) and cheats should be present. | ||
Line 374: | Line 279: | ||
'''Code example''' | '''Code example''' | ||
In '''Bold''', what you really modify. From a quick look, you can see some patterns. | |||
<div style="height:255px; overflow:auto"> | <div style="height:255px; overflow:auto"> | ||
Max Money | Max Money | ||
Line 393: | Line 289: | ||
Infinite | Infinite Everything (Ammo,Items,Skills,Parts) | ||
SET OGP='''7D2B1B2E'''419E00105520043E7C005050900600007C6B1A2E480000083860FFFF | |||
SET | SET COP='''60000000'''419E00105520043E7C005050900600007C6B1A2E480000083860FFFF | ||
ONLY USE THIS CODE AFTER FIRST MEDIKIT WAS USED | |||
Line 430: | Line 328: | ||
ONLY USE THIS CODE AFTER FIRST MEDIKIT WAS USED | ONLY USE THIS CODE AFTER FIRST MEDIKIT WAS USED | ||
Infinite Oxygen | |||
SET OGP='''D1BF0834'''813E841838002420C01F083410210CC4D0012420 | |||
SET COP='''60000000'''813E841838002420C01F083410210CC4D0012420 | |||
</div> | </div> | ||
===Call of Duty: Black Ops=== | ===Call of Duty: Black Ops=== | ||
Line 485: | Line 391: | ||
==PS3 apps ?== | ==PS3 apps ?== | ||
code unique versions (and cloned/cracked versions) | code unique versions (and cloned/cracked versions) | ||