[Main Page]

Ps2DumpCodeType1

From EurAsiaWiki

Main Page | Recent changes | View source | Page history | Log in / create account |

Printable version | Disclaimers | Privacy policy
Category: PS2

Contents

Dump Code Type 1

Written by: Codemasters Project Codehacking Team @ http://www.codemasters-project.net/portal-english/apportal/content.php?article.117


Dump Code type 1 = only on save will game dump to memcard

Read First:

Type 1 is a dump code that will allow u to dump the game when u save your game .. it is recommended that u have more then 1 memcard or a backing up of your game saves since once u dump the game it turns the save into a junk file that can only be use to extracted the dump (with Ps2save tools) out of the game save when u have it on your computer..

This below Code Guide Is for Advanced users only the CMP does not take responsibility for any Corrupt memcard u may make if u use the fallowing Guide.. and to let u ppl know we have yet to come across a Bad memcard from using this information so your in safe hands


Main Dumping Codes

Dump String First and second line
Press Ctrl+F and search for the following string...
23 28 02 02 21 18 22 02

Use this String to Jump directly to the first line of the Dump code
It will look something like this
0??????? 02022823 subu a1, s0, v0 <-Main Address 1
0??????? 02221821 addu v1, s1, v0 <-Main Address 2

Alternate (Use this one if the game don?t find with the first one)
Press Ctrl+F and search for the following string...
24 10 43 00 23 10 44 00

0??????? 00431024 and v0, v0, v1
0??????? 00441023 subu v0, v0, a0
0??????? 02022823 subu a1, s0, v0 <- Main Address 1
0??????? 02221821 addu v1, s1, v0 <-Main Address 2

Format in actual Usage
2???????? 3C030000 main address
2???????? 3C050200 2 Main Address

-=Do not delete save code-
this code makes it so that the game will no delete a corrupt save
not always needed . but is here just in case it is ..

sceSifCallRpc =
Stop from Deleting Dump
Press Ctrl+F and search for the following string...
0f 00 05 24 00 00 a0 af 01 00 06 24 14 04 08 24

All the Delete code is for is to stop the game from trying to overwrite the dumped save with more data..
The line to use when using this pattern is the first Jal under this address u jump to ..

Format in actual Usage
2??????? 24020000

-=Finding the buffer address-. (This is to find the auto activating joker)
This is mainly what i use.. With the main addresses
Press Ctrl+F and search for the following string...
00 00 A0 Af 2d 30 00 00 2d 38 00 02 80 00 0a 24

You should be sent to the following data...

0??????? afa00000 sw zero
0??????? 0000302d daddu a2, zero, zero
0??????? 0200382d daddu a3, s0, zero <--- Press right on this address
0??????? 240a0080 li, t2

The address your sent to after pressing right is the buffer address
Add 14E to it to find the memcard Buffer

Format in actual Usage
D??????? 00000070

A little about the 2 Main addresses Values.. u may notice in a few of the
Examples that it?s changing from 3c030000 and 3c050200 to 3c030010 and 3c050070
Basically this is why.. The First main address is the Starting point in the elf.
here is an example
Pattern for dumping
00100000 to 07FFFFFF = 0010
00800000 to 00EFFFFF = 0080
00F00000 to 015FFFFF = 00F0
01600000 to 01CFFFFF = 0160
01D00000 to 023FFFFF = 01D0

That is the breakdown of the what u will see from each time u dump it ..

Them = are the Starting points.. That u would want to change the???? In 3c03????
To and then it would start at 7mb Skips for u to easily read..
The 2nd main address is the finishing.. Basically telling the game when to stop dumping..
3c050200 = 32mbs
3c050070 = 7Mbs
And so on .. this should help u out a bit ..

Here's something to try:

Way 1

GTA SA
205344E8 3C030000 main address
205344EC 3C050200 2 Main Address
This above code will write till the card is full..

20534d94 24020000 (Only put if needed.. Delete code)

Note: with this one above u must have already made a save for the game or this code will just corrupt the save and make it so u can pull it to your computer..

Way 2 (Auto jokerd)

GTA SA DUMP
205344E8 3C030010 -- main address
205344EC 3C050070 -- 2 Main Address
D086C14E 00000070 -- Joker (Auto Activates at 7mbs)
205344EC 3C050001 -- (makes the code close the save)
This above code will Wright till it hits 7.0 mbs
in Ps2dis it shows 0010000 to 007FFFFF best to use to make them so u can combined them.,.

205344E8 3C030000 main address
This value can be changed.. to make it dump form another area ..
3C03????

All u do is take the first 4 digits from the address u want to start at.. So say u want to start at 00100000
u would put 0010 in the ???? Area....

Dump Guide Pictures Guide

dumppic1.jpg

dumppic2.jpg

dumppic3.jpg

dumppic4.jpg


Examples

GTA SA
205344E8 3C030000
205344EC 3C050200
20534d94 24020000

205344c8 00000000

the Punisher
201ba840 3C030000
201ba844 3C050200

Ace combat 5
2033cbd8 3C030000
2033cbdc 3C050200

Ace Combat 4
0026dbd8 3C030000
0026dbdC 3C050200

Dark Cloud 2
20122c98 3C030000
20122c9c 3C050200
D037e80c 00000070

Nocturne
202ce580 3C030000
202ce584 3C050200
002ceed0

MK Deceptions
2011BC18 3C030010
2011BC1C 3C050070
D05DFC8E 00000070
2011BC1C 3C050001

Mercenaries-Playground Of Destruction
00456008
0045600c
00456890 Delete

Code set up 2

Dragon Ball Z B2
20118BA0 3C03003A main address
20118BA4 3C050070 2 Main Address
D03ADB0E 00000070 Joker (Auto Activates at 7mbs)
20118BA4 3C050001 (makes the code close the save)

Retrieved from "http://www.eurasia.nu/wiki/index.php/Ps2DumpCodeType1"

This page has been accessed 795 times. This page was last modified 17:38, 16 February 2010.