View Full Version : How to add cheats in Dolphin
Xtreme2damax
July 20th, 2008, 00:03
I heard Dolphin got at least a simplistic cheat system implemented which is why Windwaker was able to be patched.
I'm just wondering how this works, and what I have to do to add cheats?
Also is is possible to merge any save game from gamefaqs to a Dolphin memory card yet?
Last Dolphin versions every time you tried to merge save games from gamefaqs with Dolphin memory cards, games would complain the memory card was corrupt and to format it.
daco
July 20th, 2008, 00:17
1) to add a cheatlist for a game follow this tutorial, if you have common sense it wont be hard to add cheats to a cheatlist
step1:
open dolphin and right click a game
step2:
choose edit [gameidhere].ini
let it create the file if its not found
step3:
find the AR code you want to add and open gcncrypt
step4:
copy the AR code to the left of the gcncrypt screen and press decrypt. you should now see your code decrypted in the right screen in the following format: xxxxxxxx yyyyyyyy(for the tech guys, x = address in gc memory and y = value).
step5:
enter the name under the [ActionReplay] tag. it can be any name.
under the name you copy paste the decrypted code from step 4.
save and done.
to activate cheats enter a + before the name
2) i dont know if its even possible to mergi the cgi (those saves are cgi right?) with the memory card's raw data. unless there would be a gc memory card viewer i dont know off :p
RockmanForte
July 20th, 2008, 00:45
I prefer for them to make a better emulator without a cheats in the future. Correct me if I am wrong. I hope Ector and F|re will read this and give me an answer. :)
daco
July 20th, 2008, 00:47
I prefer for them to make a better emulator without a cheats in the future. Correct me if I am wrong. I hope Ector and F|re will read this and give me an answer. :)
imo you are right but cheat systems can cause temp solutions for sertain games (*cough*zelda*cough*)
Elite Knight
July 20th, 2008, 01:28
Doesent work i tryed it. Do u have to load the ini some were.
daco
July 20th, 2008, 01:41
Doesent work i tryed it. Do u have to load the ini some were.
you should place it in your patches folder. if you did correctly the emu should load it auto
EDIT: and if it fails, post the ini here
Xtreme2damax
July 20th, 2008, 01:53
It's not working here either, I have attached the ini below.
daco
July 20th, 2008, 01:59
thats odd, ive never only had trouble once with the cheat codes. ill look into it.
double post, srry
try this ini. ive been testing something and i want you to try this.
btw, it seems some codes like to crash dolphin when they are combined with others. or thats what i had in smash
Elite Knight
July 20th, 2008, 02:33
I got mine to work even ac on gamecube crashes if not used right.
Elite Knight
July 20th, 2008, 02:49
SSBM Pal
Add to patch folder.
[OnFrame]
[ActionReplay]
+mustcode? idk if it should be on, i had code problems so i added it anyway
003C04F4 98000000
C434D344 00000800
+OpenAllCharacters
003C015D 18000000
0444CD30 FFFFFFFF
+infloterycoins
003C1AB7 18000000
0444CF10 0000270F
+P1MustbeON - Vs.CharMod
003C629A 18000000
08471634 00000040
00471634 00000000
+P1 - No Damage
003C0156 18000000
04443E80 00000000
+All Event matches open and complete
003C1ABF 18000000
0444CF34 FFFFFFFF
+Mega jumps
003C1AC1 18000000
044CA1DC 40000000
+Item Appearance Modifier (bopie64)
003C4BBF 18000000
043FB838 00000003
043FB850 41000000
043FB854 3F800000
+P1 Turbo B Button (donny2112)
003C0AFF 18000000
0A45BF10 00000200
0245BF10 00000000
+One Hit Kills
003C26A9 18000000
044C9578 40100000
+Infinite Jumps
003C3BAE 18000000
040CC114 60000000
Xtreme2damax
July 20th, 2008, 03:09
thats odd, ive never only had trouble once with the cheat codes. ill look into it.
double post, srry
try this ini. ive been testing something and i want you to try this.
btw, it seems some codes like to crash dolphin when they are combined with others. or thats what i had in smash
Still not working
Elite Knight
July 20th, 2008, 03:54
Need to remove the save files becuase even on Gamecube i still wont work if u use a save file.
See works for me. Rapid fire marios fire balls.
http://img524.imageshack.us/img524/8741/unti2tleddq0.jpg
ector
July 20th, 2008, 09:57
The 01 in the filenames is not fixed - it's the game manufacturer ID, and 01 means Nintendo. We have realized that just the 4 char game ID is not unique, however, it is when you add the manufacturer ID, which are then 5th and 6th byte of an ISO.
That is, the patch txt is named after the full first 6 bytes of an ISO, not just the 4 first like before (the game id).
We should provide a way in dolphin to see the full 6-char ID easily, but until then, open the iso with your favorite hex editor and look at the first 6 characters.
daco
July 20th, 2008, 10:46
a thx ector
still makes me wonder why smash sometimes works and sometimes doesn't O_o
Elite Knight
July 20th, 2008, 11:00
Cheats also frezze the game.
ector
July 20th, 2008, 13:27
OK, added ability in R31 to right click games in the game list and automatically open the right patches ini, and create if it doesn't exist.
Elite Knight, cheats hang? Some specific cheat or in general?
BTW, feel free to post .ini files full of tested working cheats. We can add them to the SVN.
daco
July 20th, 2008, 13:44
OK, added ability in R31 to right click games in the game list and automatically open the right patches ini, and create if it doesn't exist.
Elite Knight, cheats hang? Some specific cheat or in general?
BTW, feel free to post .ini files full of tested working cheats. We can add them to the SVN.
great thx.
i'll post get the working cheats of the games i got atm and post them :)
EDIT: ector you got a problem. i get an error compiling:
src/GPUDirect3D9.cpp not found
src/GPUOpenGL.cpp not found
both in the opengl plugin as the directx plugin
ector
July 20th, 2008, 15:13
yeah stupid mistake, it's fixed now
Xtreme2damax
July 20th, 2008, 16:21
When I try to start Resident Evil Remake with cheats, I get a Panic! error saying "Fill'n'slide command not yet supported"oO
daco
July 20th, 2008, 16:25
sounds like a cheat is ****ing dolphin. try to enable them one by one to find the one causing trouble. maybe that will help :)
ector
July 20th, 2008, 16:57
Nah, Dolphin just doesn't support all the Action Replay commands, so some cheats will not work. Feel free to add support ;-)
Xtreme2damax
July 20th, 2008, 17:31
sounds like a cheat is ****ing dolphin. try to enable them one by one to find the one causing trouble. maybe that will help :)
I figured what it was, I can't use the code for the Self defense/stun gun yet.:(
:Edit: Cheats still are not working for RE Remake. I don't understand why as I followed the steps correctly, the cheats I got for Action Replay were off of Code Junkies.
ionelush2001
July 20th, 2008, 23:14
how to activate the codes
Tales of Symphonia USA, i crated the GQSE01.ini in directory Patches, and is not working, help.
[OnFrame]
[ActionReplay]
+(M)
05A0DBAC 88000000
C4114108 0000FF01
+Infinite Gald
05A0DBAD 08000000
045B68C0 05F5E0FF
+Infinite Grade
05A0DBAE 08000000
045B87E8 000F41DC
+Max Encounters
05A0DBB0 08000000
025B68C4 0000FFFF
+Max Combo
05A0DBB1 08000000
025B68C6 0000FFFF
+Low Game Time
05A0DBB2 08000000
0435AA1C 00002197
045B68C8 00000001
+Less Random Encounters
05A0DBB3 08000000
005B86E3 00000001
+Have Tons of Items and Weapons
05A0DC0E 08000000
005B776E 00003209
005B77B8 0000C609
+All Recipes
05A0DC0F 08000000
045B86D8 00FFFFFF
+LLOYD Full HP
05A0DBB7 08000000
025B6B8A 0000270F
+LLOYD Full TP
05A0DBB9 08000000
025B6B8C 000003E7
+LLOYD Status Always Normal
05A0DBBC 08000000
005B6B97 00000000
+LLOYD Super Quick Level Up
05A0DBBD 08000000
045B6B90 0098967F
+COLETTE Full HP
05A0DBC0 08000000
025B6CA2 0000270F
+COLETTE Full TP
05A0DBC2 08000000
025B6CA4 000003E7
+COLETTE Status Always Normal
05A0DBC5 08000000
005B6CAF 00000000
+COLETTE Super Quick Level Up
05A0DBC6 08000000
045B6CA8 0098967F
+GENIS Full HP
05A0DBC9 08000000
025B6DBA 0000270F
+GENIS Full TP
05A0DBCB 08000000
025B6DBC 000003E7
+GENIS Status Always Normal
05A0DBCE 08000000
005B6DC7 00000000
+GENIS Super Quick Level Up
05A0DBCF 08000000
045B6DC0 0098967F
+RAINE Full HP
05A0DBD2 08000000
025B6ED2 0000270F
+RAINE Full TP
05A0DBD4 08000000
025B6ED4 000003E7
+RAINE Max Stats
05A0DBD6 08000000
025B6EFA 000707CF
+RAINE Status Always Normal
05A0DBD7 08000000
005B6EDF 00000000
+RAINE Super Quick Level Up
05A0DBD8 08000000
045B6ED8 0098967F
+KRATOS Full HP
05A0DBDB 08000000
025B744A 0000270F
+KRATOS Full TP
05A0DBDD 08000000
025B744C 000003E7
+KRATOS Status Always Normal
05A0DBE0 08000000
005B7457 00000000
+KRATOS Super Quick Level Up
05A0DBE1 08000000
045B7450 0098967F
+SHEENA Full HP
05A0DC11 08000000
025B6FEA 0000270F
+SHEENA Full TP
05A0DC13 08000000
025B6FEC 000003E7
+SHEENA Status Always Normal
05A0DC16 08000000
005B6FF7 00000001
+SHEENA Super Quick Level Up
05A0DC17 08000000
045B6FF0 0098967F
+ZELOS Full HP
05A0DC1A 08000000
025B7102 0000270F
+ZELOS Full TP
05A0DC1C 08000000
025B7104 000003E7
+ZELOS Status Always Normal
05A0DC1F 08000000
005B710F 00000000
+ZELOS Super Quick Level Up
05A0DC20 08000000
045B7108 0098967F
+PRESEA Full HP
05A0DC23 08000000
025B721A 0000270F
+PRESEA Full TP
05A0DC25 08000000
025B721C 000003E7
+PRESEA Status Always Normal
05A0DC28 08000000
005B7227 00000000
+PRESEA Super Quick Level Up
05A0DC29 08000000
045B7220 0098967F
Xblade
July 21st, 2008, 02:49
When I try to start Resident Evil Remake with cheats, I get a Panic! error saying "Fill'n'slide command not yet supported"oO
Sounds more like the emu is hitting on you.......
Xtreme2damax
July 21st, 2008, 09:56
Sounds more like the emu is hitting on you.......
Lol yeah, after finding the conflicting cheat I am still unable to get cheats working for this and any game in the emulator.
Musou-Enrai
August 1st, 2008, 21:17
find the AR code you want to add and open gcncrypt
Where should I search for that AR code?
daco
August 1st, 2008, 21:28
Where should I search for that AR code?
http://google.com/
Musou-Enrai
August 1st, 2008, 23:21
Thanks, daco! :thumb:
OK, I've managed to gather up this baby. A patch with Everything Unlocked for Naruto Gekitou Ninja Taisen! 4. The attachment's below.
Now, I would like to tell you that I had to remove parts of the AR Code.
Originally there are 5 lines of codes below the line [Action Replay]:
0FC02632 28000000
00223258 00002FFF
042232E8 0001FF03
042232F0 00FFFFFF
002232FC 00002FFF
If you don't remove the first line the emulator will give you the following error:
Unknown Action Replay command 0f (0fc02632 28000000)
If you don't remove the next two lines in the main menu you'll get this:
Error (http://img150.imageshack.us/img150/4569/errorgb6.jpg)
So in the end you have to leave the last two lines:
042232F0 00FFFFFF
002232FC 00002FFF
Unfortunatelly, I don't think it unlocks absolutely everything. In the Unlockables the character voices are idled. Other than that all characters, stages, pictures and all are unlocked.
daco
August 2nd, 2008, 00:12
the first line is the code identifier. you can remove those
i never saw 00 as a "address" start i think its a part of the code itself.
and the 04 are Gamecube memory addresses, thats for sure. those should work...
Xtreme2damax
August 2nd, 2008, 00:26
I can't get cheats working at all, not even using the pre-made cheat files for Windwaker works, I think there is something preventing cheats from working but am unsure as to which could be causing an issue.
daco
August 2nd, 2008, 00:29
I can't get cheats working at all, not even using the pre-made cheat files for Windwaker works, I think there is something preventing cheats from working but am unsure as to which could be causing an issue.
i have been having issues of cheats not working in pso myself
i added cheat(and tried them) one by one ending up they all worked
i dont know whats wrong but something is wrong in the cheat system
Musou-Enrai
August 2nd, 2008, 11:06
...
i dont know whats wrong but something is wrong in the cheat system
Yeah, there must be because below the AR codes I found it was written "These codes works I've tested them".
The Frederick
August 2nd, 2008, 15:16
Yo guys, I can't get the SSBM codes to work, the ones that come with the emulator.
daco
August 2nd, 2008, 15:30
Yo guys, I can't get the SSBM codes to work, the ones that come with the emulator.
what region is your smash?
The Frederick
August 2nd, 2008, 15:44
It's PAL.
daco
August 2nd, 2008, 16:19
It's PAL.
odd
try making a new file and adding/trying every cheat one by one :/
The Frederick
August 2nd, 2008, 16:27
Hey, that worked, thanks. :D
Xtreme2damax
August 12th, 2008, 09:02
Cheats still aren't working for me, I've tried every imaginable thing to get them to work.:(
Musou-Enrai
August 12th, 2008, 09:17
Nah, Dolphin just doesn't support all the Action Replay commands, so some cheats will not work. Feel free to add support ;-)
Mhm. Naruto Clash of Ninja 2 doesn't buy it.
Vaskituh
August 12th, 2008, 11:35
Can anyone help me get Cheats for Smash Bros Melee USA (GALE01) to open all characters and stages ?
daco
August 12th, 2008, 11:45
step1:
right click the game in Dolphin and choose to edit the ini (and let it make it if it isn't there yet)
step2:
find the AR code you want to add and open gcncrypt
step3:
copy the AR code to the left of the gcncrypt screen and press decrypt. you should now see your code decrypted in the right screen in the following format: xxxxxxxx yyyyyyyy(for the tech guys, x = address in gc memory and y = value).
step4:
enter the name under the [ActionReplay] tag. it can be any name.
under the name you copy paste the decrypted code from step 7.
save and done.
to activate cheats enter a + before the name
If there is a problem:
step 5:
Add 1 code each time and try them 1 by 1. most of the time the code will activate then (dont ask me why idk)
there, fixed it a bit
PRprince
August 21st, 2008, 21:32
hi,
can u check if i did this right for pikman2 cuz it doesnt seem to work.
pikman2 serial: DOL-GPVE-USA
Can you see any error on my part? its was in the patches folder of dolphin Dolphinx86SVNRev177
the regular dolphin, Dolphin_Final_1.03_Beta
would give me error popups when trying to run the rom, of which no one was able or willing to help me out with.
daco
August 21st, 2008, 21:59
remove the 05B4DC56 08000000 and 05B4DC55 08000000 lines
i think those are just the AR lines that aren't needed when patching the game directly
PRprince
August 22nd, 2008, 22:18
so i should replace them with the raw codes?
D-Pad Left Resets Time
1XNZ-EEQT-3PZUW
7UH7-YRAR-WBUB8
T64A-N4JD-9R7KU
D-Pad Right Advances Time
HY33-AQT3-47EFC
QY1U-725R-NXHM2
Z8NF-4011-GN202
daco
August 22nd, 2008, 22:57
no >_>
this
[ActionReplay]
+D-Pad Right Advances Time
0A507008 00000002
84B0B4A8 00000800
+D-Pad Left Resets Time
0A507008 00000001
04B0B4A8 43E5ED60
PRprince
August 24th, 2008, 05:26
oh right, ok thx
Fevy
August 24th, 2008, 17:08
Can anyone help me get Cheats for Smash Bros Melee USA (GALE01) to open all characters and stages ?
I'm looking for it too.
I tried it myself, but it's a perfect mess.
It's also driving me nuts... :???:
I have the codes for the debug menu:
v1.0:
77H8-Y4CD-H4VRY
JR3K-U29H-U6BHT
v1.1:
69KC-WJGT-V09F5
P5A0-GP46-M8EB7
v1.2:
VBF7-P9Y6-2788D
TDA5-YA0R-8947W
PAL:
7X1H-THWE-401YB
47K3-GPZC-DBY82
But no way to make them work, I guess the format of the "cheat" it self is wrong.
Some help should be very welcome, thanks..!
jmasterx
August 24th, 2008, 23:15
@Fevy
you need to decrypt them with gcncrypt
it will give something like this,
+Debug1
00081472 08000000
024D473C 00000602
+Debug11
01CC2E1C 08000000
024D5B9C 00000602
+Debug12
01C46D0A 08000000
024D68BC 00000602
but I STILL cant get this to work!!!!
1der y smash codes dont work???
can someone send a working ini 4 smash ntsc??
Fevy
August 25th, 2008, 11:05
@Fevy
you need to decrypt them with gcncrypt
it will give something like this,
+Debug1
00081472 08000000
024D473C 00000602
+Debug11
01CC2E1C 08000000
024D5B9C 00000602
+Debug12
01C46D0A 08000000
024D68BC 00000602
but I STILL cant get this to work!!!!
1der y smash codes dont work???
can someone send a working ini 4 smash ntsc??
Thanks a lot, but, same here, it doesn't work either.
Well, I guess the action replay of dolphin isn't ready yet.
I'll wait a little longer then.
Thank you.
PRprince
August 27th, 2008, 07:25
yea even with the ini written correctly per help from daco the codes didnt work, not to mention my bigger problem, after the 1st lv of pikman2 it freezes. :(
bad_billou
August 27th, 2008, 08:58
@Fevy
you need to decrypt them with gcncrypt
it will give something like this,
+Debug1
00081472 08000000
024D473C 00000602
+Debug11
01CC2E1C 08000000
024D5B9C 00000602
+Debug12
01C46D0A 08000000
024D68BC 00000602
but I STILL cant get this to work!!!!
1der y smash codes dont work???
can someone send a working ini 4 smash ntsc??
Add thoses hook codes under the [OnFrame] section :
# Debug1
0x824D473C=byte:0x602
# Debug11
0x824D5B9C=byte:0x602
# Debug12
0x824D68BC=byte:0x602
To TURN OFF thoses codes, add a # in front of the code line, for example :
# Debug1
#0x824D473C=byte:0x602
ector
August 27th, 2008, 10:23
Add thoses hook codes under the [OnFrame] section :
# Debug1
0x824D473C=byte:0x602
# Debug11
0x824D5B9C=byte:0x602
# Debug12
0x824D68BC=byte:0x602
To TURN OFF thoses codes, add a # in front of the code line, for example :
# Debug1
#0x824D473C=byte:0x602
byte? those should be dword. if they are working, it's a bug :)
bad_billou
August 27th, 2008, 10:35
OOps, you're right (i'm at work and do not have this game, it was "on the fly" conversion), here the correction :
# Debug1
0x824D473C=dword:0x00000602
# Debug11
0x824D5B9C=dword:0x00000602
# Debug12
0x824D68BC=dword:0x00000602
Sorry I lack of coffee and after 2 hours of brain storming I'm not 100% operationnal :p
jmasterx
August 27th, 2008, 23:03
Hello,
Thanks to bad_billou &ector I got it working :-)
# GALE01 - SUPER SMASH BROS. Melee
[OnFrame]
#Add memory patches here.
# Debug1
0x824D473C=dword:0x00000602
# Debug11
0x824D5B9C=dword:0x00000602
[ActionReplay]
#Add decrypted action replay cheats here.
+Debug1
00081472 08000000
024D473C 00000602
+Debug11
01CC2E1C 08000000
024D5B9C 00000602
thanks
bad_billou
August 28th, 2008, 08:12
Nope :)
And you don't need to let the ActionReplay codes, hook codes are enough.
Xtreme2damax
September 10th, 2008, 23:04
Cheats still are not working for me. People have said they have got cheats to work in Resident Evil Remake.
When you decrypt them you leave the first line of the decrypted code out, so I tried that as someone mentioned and cheats still are not working.
Even the same cheats for the same game/region that are working for others are not working for me.
I am on a 64-bit operating system Vista64 SP1 and XP64 Pro SP2. Is there anything that can cause the cheats not to work.
Why-Fi
September 13th, 2008, 20:50
Could somebody tell me the code to play with Master Hand in SSBM?
daco
September 13th, 2008, 21:04
Could somebody tell me the code to play with Master Hand in SSBM?
google.com
Why-Fi
September 13th, 2008, 21:09
But the codes I found there don't work. I decrypted them like you said, created a GALP01.ini and put them under the Action Replay tag, added the + before the name but it still doesn't work! Then I tried with the Giga Bowser code and it still doesn't work.
Oh, and for me, it would be google.pt :lol:
snakecs
September 22nd, 2008, 04:06
Very interesting.Thanks a lot!Hope this works with Pokemon colosseum...
bll0612
September 22nd, 2008, 10:39
So, if my code is:
05224F19 08000000
4247ADB8 00500002
I need to add:
[OnFrame]
#Add memory patches here.
# Debug1
0x8247ADB8=dword:0x00500002
[ActionReplay]
#Add decrypted action replay cheats here.
+Debug1
05224F19 08000000
4247ADB8 00500002
Is that right?
youngmark78
September 23rd, 2008, 01:33
please help me
[DOL-G2GJ-0-00]
Master Code
EMXT-WZ48-Q9Q6X
Z2ZV-JTTX-BTB1E
1P durability 999
Z7BK-91KR-JVVWU
N4V4-Z3A0-48WPX
2P durability 999
QDMF-R341-QXQ5W
DYU6-Z1EC-743CK
Growth of awakening gauge MAX
E96K-06JR-TNJTE
NWWU-CM3A-GXTYM
Slazzy
September 28th, 2008, 22:23
I dont have a patch folder, do i just create it?
Master_Cloud
September 28th, 2008, 23:00
I dont have a patch folder, do i just create it?
I believe that should be done, but ensure to test dolphin to make sure.
daco
September 29th, 2008, 00:27
I believe that should be done, but ensure to test dolphin to make sure.
Patches doesn't exist anymore
Master_Cloud
September 29th, 2008, 00:39
Patches doesn't exist anymore
I stand corrected:D, in the newest revisions from 706 up, the patches folder was replaced by the GamesIni folder.
Slazzy
September 29th, 2008, 12:22
So where do I place the INI for Action Replay?
I tried creating a patches folder, but it didn't work. And there is no GamesIni folder too.
daco
September 29th, 2008, 12:27
So where do I place the INI for Action Replay?
I tried creating a patches folder, but it didn't work. And there is no GamesIni folder too.
there should be a gameini folder.
i include it with my builds and the svn should have gameini as well.
also, dolphin can make the ini for you. look on page 1 of this topic
nomby
October 2nd, 2008, 20:19
whats wrong with this one ? i did everything right but the game wont run them
[OnFrame]
[ActionReplay]
+master cheat lol:
007A04F1 98000000
C40F0838 00000800
+im not sure about this one:
007A32CA 18000000
001CC41D 00000001
+lol idunno:
008625BF 88000000
C40F28F8 0000FF00
+rings:
00860A18 08000000
041CC204 000F4240
+Chaos Devil Chao:
007A7DFF 18000000
081CC3E9 00000001
403ADACC 00496416
+master:
008625BF 88000000
C40F28F8 0000FF00
+hold Y to get boost:
00865D0A 08000000
0A357F6C 00000800
421DE604 01024120
daco
October 2nd, 2008, 21:36
what rev did you try it with?
nomby
October 3rd, 2008, 14:58
rev 49 why? if i need another one please post it :P
edit: il try it on ur rev :P (in sign)
edit2:no help :(
daco
October 3rd, 2008, 17:35
rev 49 why? if i need another one please post it :P
edit: il try it on ur rev :P (in sign)
edit2:no help :(
its just that if you tried it with a rev between my ini edit and rev 737 it would fail instantly.
other then that idk
EDIT: what game is that for? & what region is it
Matis
October 3rd, 2008, 20:00
^Sounds like Sonic Adventure 2: Battle. You'll have to wait on him for the region, though.
nomby
October 3rd, 2008, 20:50
Sonic Adventure 2: Battle and its a PAL :D
daco
October 4th, 2008, 12:46
ha, if i only remember what i was planning lol...
well if i'll remember ill ask my bro to bring his game over so i can rip it so i can take it for a spin
omegadox
October 6th, 2008, 01:40
Also check here: dolphin-cheats-database - Google Code (http://code.google.com/p/dolphin-cheats-database/)
fx2008
October 12th, 2008, 21:09
Hello, I know how to activate normal action repaly codes! You must add a + on the first code, the middle codes have no + and the last code must have a + too and then it works. In wind waker for e3 outset island im using that:
+Master Code (useless)
01E0197D 88000000
C4323EA8 0000FF00
E3 version of Outset Island
01E012AF 08000000
863ED84A 00000010
043C9D44 000000FF
043C9D48 50536869
043C9D4C 70320000
00000000 40000000
+Press R to Mega Jump
01E019BC 08000000
0A3ED84A 00000020
863E4410 00000003
shuffle2
October 12th, 2008, 21:18
Hello, I know how to activate normal action repaly codes! You must add a + on the first code, the middle codes have no + and the last code must have a + too and then it works. In wind waker for e3 outset island im using that:
+Master Code (useless)
01E0197D 88000000
C4323EA8 0000FF00
E3 version of Outset Island
01E012AF 08000000
863ED84A 00000010
043C9D44 000000FF
043C9D48 50536869
043C9D4C 70320000
00000000 40000000
+Press R to Mega Jump
01E019BC 08000000
0A3ED84A 00000020
863E4410 00000003
hahahaha if that is true, then you have found a bug, methinks :)
daco
October 12th, 2008, 21:19
Hello, I know how to activate normal action repaly codes! You must add a + on the first code, the middle codes have no + and the last code must have a + too and then it works. In wind waker for e3 outset island im using that:
+Master Code (useless)
01E0197D 88000000
C4323EA8 0000FF00
E3 version of Outset Island
01E012AF 08000000
863ED84A 00000010
043C9D44 000000FF
043C9D48 50536869
043C9D4C 70320000
00000000 40000000
+Press R to Mega Jump
01E019BC 08000000
0A3ED84A 00000020
863E4410 00000003
if this is true it changes my whole way of thinking.
please do more testing and report.
fx2008
October 12th, 2008, 21:23
it gives an error message with an unknown command 8a with e3 outset island. the code is
01E07EE0 08000000
8A3ED84A 00000010
043C9D44 000000FF
043C9D48 446D5370
043C9D4C 6F743000
00000000 40000000
but when you change 8a with 86:
01E07EE0 08000000
863ED84A 00000010
043C9D44 000000FF
043C9D48 446D5370
043C9D4C 6F743000
00000000 40000000
then the code works!
and a pic from e3 outset island:
http://img524.imageshack.us/img524/884/zwischenablage02f318596mr4.th.jpg (http://img524.imageshack.us/my.php?image=zwischenablage02f318596mr4.jpg)http://img524.imageshack.us/images/thpix.gif (http://g.imageshack.us/thpix.php)
omegadox
October 12th, 2008, 21:30
the codes are working in SA2 :D
daco
October 12th, 2008, 21:55
it doesn't matter if it gives an error of unknown code. we can worry about that later lol.
all that matters is that it gives an error cause its was going to apply the code instead of ignoring it
fx2008
October 12th, 2008, 22:00
strange the new revision 845 has a documentation about action replay:lol:
ok new things: the codes with a + are not active. But without them the middle codes doesn't work.
and that with unknown command message you can press ok to so long up to picture. and the codes are working. the problem is you must press ok all the time!
daco
October 12th, 2008, 22:16
strange the new revision 845 has a documentation about action replay:lol:
ok new things: the codes with a + are not active. But without them the middle codes doesn't work.
and that with unknown command message you can press ok to so long up to picture. and the codes are working. the problem is you must press ok all the time!
can you get on irc/aim?
i need you to get some info lol
fx2008
October 12th, 2008, 22:17
sorry but get on what? i don't know what that is.
daco
October 12th, 2008, 22:18
sorry but get on what? i don't know what that is.
EFnet - The Original IRC Network (http://www.efnet.org/)
on the left you enter your nickname and as channel enter #dolphin-emu and then click login
double post i know
for all of those who use the dolphin cheat database for their cheats
i used a temp fix to make cheats work thx to fx2008
makotech222
November 15th, 2008, 02:35
i cant seem to get the cheats to work, in either sonic adventure 2 or resident evil. i did everything it says in omega's page with rev 1176 but im not getting anything.
daco
November 15th, 2008, 11:07
i cant seem to get the cheats to work, in either sonic adventure 2 or resident evil. i did everything it says in omega's page with rev 1176 but im not getting anything.
cheats are disabled by default, is the cheat option in the config on?
if so, is there a +before the $ in the cheat name?
makotech222
November 15th, 2008, 19:40
yes there is :) nothing works anyways
shinbok
November 16th, 2008, 04:54
Hmmm. R1180 seems to have a different system now. How do you do cheats with it?
shuffle2
November 16th, 2008, 05:24
Hmmm. R1180 seems to have a different system now. How do you do cheats with it?
actually, it is the same system. The new patches and cheats gui probably will not be functional for a while. :)
darkman9
November 17th, 2008, 11:19
Hey, can somebody tell me what's wrong with this?
My Star Fox Assault cheat ini doesn't work, it's in this folder:
...\DolphinWx_1185\Binary\win32\User\GameConfig\
[ActionReplay]
+(M)
066AE2D4 88000000
C4159190 0000FF01
+Infinite Lives
066AE2D7 08000000
002A2D20 00000063
+Infinite Health
066AE2D5 08000000
0402C334 380006C0
0402C3E0 380006C0
0402F51C 380006C0
04046160 38A002BC
04046188 38A002BC
0404619C 386004B0
040461D8 380004B0
04077510 380002BC
04083E14 38000360
+Invincible (On Foot)
066AE2D6 08000000
04080F18 C04D0000
0438D120 41000000
+Infinite Boost
066AE2D8 08000000
0402D8E0 380003E9
0405136C C02D0004
04054A90 C02D0004
04054C4C C02D0004
0438D124 43340000
0404ACA0 C02D0004
04050BDC C02D0004
0405092C C02D0004
+Max Laser Upgrade: Arwing (Twin Blue Lasers)
066AE2D9 08000000
040468FC 38000002
04046900 901E0208
04046904 2C000002
+Infinite Bombs(On Pick-Up)
066AE2DA 08000000
04046E08 38000003
+Infinite Ammo
066AE2DB 08000000
040814C8 60000000
040814CC B064021A
04081720 38000063
+Super Jump
066AE2DC 08000000
0A29A8BA 00000800
0407CD30 60000000
1229A8BA 00000800
0407CD30 D01F014C
+All Missions Unlocked
066AE2DD 08000000
0029E550 0000000A
+All Missions Perfectly Completed
066AE2DE 08000000
0229E554 0004FFFF
0229E55E 00040505
00000000 8429E574
000F4240 000A0001
0429E568 000F4240
0429E56C 000F4240
+Unlock Xevious (The Bonus Game)
066AE2DF 08000000
0029E526 00000001
+(m) - Must Be On:
05542316 88000000
C4142BD4 0000FF01
#MULTIPLAYER UNLOCKABLES:
+Unlock Wolf
066AE2E1 08000000
0029E523 00000001
+Unlock Peppy
066AE2E2 08000000
0029E522 00000001
+Unlock All Maps
066AE2E3 08000000
0029E50B 00000601
0229E518 00000101
I just get an error message when I start up the game.
daco
November 17th, 2008, 12:07
what is the error?
darkman9
November 17th, 2008, 13:43
Actually, it's three errors, all titled "PANIC!":
Error 1: Action Replay Error: Master Code and Write to CCXXXXXX not implemented (+M)
Error 2: Action Replay Error: Master Code and Write to CCXXXXXX not implemented (+m - Must Be On:)
Error 3: ERROR: Trying to compile at 0. LR=00000000
Then Dolphin crashes.
daco
November 17th, 2008, 13:48
disable the master code for a starter.
it isn't needed as much as you think :P
in most cases anyway
darkman9
November 17th, 2008, 15:26
What do I do about the third error?
daco
November 17th, 2008, 15:37
the last error seems to be a jit error...
does that error happen with the cheats disabled? :/
chrrox
November 17th, 2008, 15:38
Is there any way to search for codes in the emulator?
can you cheat in wii games?
omegadox
November 17th, 2008, 16:27
Is there any way to search for codes in the emulator?
can you cheat in wii games?
Well you can use the dolphin memory viewer, but have fun trying to understand the stored data :P
can you cheat in wii games
I don't see why not, if we have access to the Wii's RAM
Also, you do not need to decode the AR codes, Dolphin can do that for you now :P
darkman9
November 17th, 2008, 19:08
the last error seems to be a jit error...
does that error happen with the cheats disabled? :/
With the cheats turned off, the game starts up normally...
GokuZ
January 5th, 2009, 12:12
Im trying to get some AR cheats working for the Pal Version of RE2
Thats my original code
Infinite Health
X30B-G064-NYB3W
U88B-0ZZQ-K1YBK
This is what GCN Decrypt spits out
Infinite Health
033E2508 18000000
0016543F 000000FF
Ive added the code to the ini
# GHAP08 - Resident Evil 2
[Core]
#Values set here will override the main dolphin settings.
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 0
[OnFrame]
[ActionReplay]
+$Infinite Health
033E2508 18000000
0016543F 000000FF
and I get an error message from Dolphin as;
Zero3 code not supported
When I goto edit the action replay code via dolphin 'Edit' (Not 'Edit Config')
The code looks like this
Name: Infinite Health
033E2508 18000000
Why does it delete the 2nd line?
I read on this tutorial GCNcrypt Tutorial (http://arcentral.net/FAQs/GCNcrypt.html)
That X codes dont work which would possibly relate to the '03' not supported
I cant figure out what to change that X into for this code to work :(
Dampih
February 9th, 2009, 07:44
# RHMP99 - ShiautaforWii
[Core]
#Values set here will override the main dolphin settings.
UseDynarec = True
UseDualCore = 1
[EmuState]
EmulationStateId = 0
[OnFrame]
[ActionReplay]
+$nlimited money [naed]
12AB264A 0000FFFF
+$nlimited stamina [naed]
10AB41F3 000000FF
+$item5
284C2753 00000200
02AB2796 00000011
E0000000 80008000
is there anything I can do to make these codes work??
Cruxie
March 14th, 2009, 19:49
Guys I need help, the cheats doesn't work in Smash, I just put one..
[ActionReplay]
+Code
003C015D 18000000
0444CD30 FFFFFFFF
That's all...It's for SSBM. Please help :(.
I decrypted the codes and all.
Why-Fi
March 14th, 2009, 20:29
Smash's are already put in. You right click the game in the main window, select properties, click the AR codes tab and tick the cheats you want to use. ;)
Don't forget to tick "Enable Cheats" in the general config. :thumb:
Cruxie
March 15th, 2009, 00:29
I thought when you said "Enable Cheats" in your post I thought I needed a new version, so I downloaded the last version, but I had a problem..
"Dolphin.WX is not a validated WIN32 aplication"
Can someone please help..?
satanic666
March 15th, 2009, 05:03
Guys I need help, the cheats doesn't work in Smash, I just put one..
[ActionReplay]
+Code
003C015D 18000000
0444CD30 FFFFFFFF
That's all...It's for SSBM. Please help :(.
I decrypted the codes and all.
+$Unlock all regular Characters
003C015D 18000000
0444CD30 FFFFFFFF
Use this code instead.
gorgargtx
April 28th, 2009, 15:42
Resident Evil 0
some cheats usefull
+$Master
018E1147 7FFFFFFF
7FFFFFFF 0000FF00
+$Billy full hp
018E114D 08000000
043130E8 000000FA
+$Rebecca Full hp
018E1154 08000000
04312ED4 00000096
+$ammo billy
018E114E 08000000
0231D76A 00000063
+$ammo rebecca
018E1155 08000000
0231D74A 00000063
TuRn
April 28th, 2009, 17:25
we need Super smash bros brawl codes -.-
nosound.97
April 28th, 2009, 18:42
Resident Evil 0
some cheats usefull
+$Master
018E1147 7FFFFFFF
7FFFFFFF 0000FF00
+$Billy full hp
018E114D 08000000
043130E8 000000FA
+$Rebecca Full hp
018E1154 08000000
04312ED4 00000096
+$ammo billy
018E114E 08000000
0231D76A 00000063
+$ammo rebecca
018E1155 08000000
0231D74A 00000063
Were these cheats in Dolphin already or they are new? If they are new, I'll add them to ini database of Dolphin.
maiweijie
May 4th, 2009, 02:53
Nah, Dolphin just doesn't support all the Action Replay commands, so some cheats will not work. Feel free to add support ;-)
IS IT mean not support [ar] Pointer and some other funtion?
I know dolphin support Base Address
CT0: Direct ram write/fill (Base Address only)now........
but Pointer ,Register (ex: power pc asm :li r3,999 and other reg r0-->rxx)
powerpc hacking (http://bb2.atbb.jp/wiicode/viewforum.php?f=12&sid=2e5835824816f8ca22b10d19d8d47a55)
not support for now?
but I KNOW HOW TO use [onframe] to get patch mem work for now(YEAH, USE DEBUG FUNTION)...........so I hope dolphin to support other like AR Pointer and some other funtion(TYPE) ...SOON,THANKS
BTW: POST MY FOUND BY MYSELF WII GAME MONSTER HUNTER 3(tri)(TRIAL) ,DMHJ08.INI
# DMHJ08 - MONSTER HUNTER 3(tri)(TRIAL)
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 5
EmulationIssues =
[OnFrame]Add memory patches to be applied every frame here
+$LOCK ITEM1 10
0x1023615A:dword:0x000A000E
+$LOCK BLOOD
0x1023624A:dword:0x00640064
[ActionReplay] Add action replay cheats here.
+$LOCK GAME RUNNING TIME
0449AEF5 008CB0FF
LOCK TO 20 MIN LOCK BLOOD ,LOCK ITEM1
nosound.97
May 4th, 2009, 07:12
Could you post the full *.ini so I can add it to Dolphin aswell? :)
maiweijie
May 4th, 2009, 11:13
FIXED,wii USE MEM2 TO 940XXXXXXXXXXXXX
GC ram
MEM1: It goes from 0x80000000 - 0x817FFFFF
MEM1: It goes from 0xC0000000 - 0xC17FFFFF
Wii ram
MEM1: It goes from 0x80000000 to 0x81800000
MEM2: It goes from 0x90000000 to 0x94000000
emuhaste Ver1.30 Wii or GC_DolphinSVN
but emuhaste seem not support two bank search,if set 80000000-C1800000 ,too big search long time...........these not = pc mem address........it's VIRTUAL, ............ real gc ,wii ram address.
fixed,now support all ver svn dolphin ,but when u snap process ,wait a few second
GCWii_DolphinSVN.INI
;Config by Nekokabu
[EMUHASTE]
PROCESS_NAME=Dolphin.exe
BASEADDR_KEY=0D15EA5E00000001
BASEADDR_FIX=-20
BASEADDR_TRY=2
VIRTUAL_ADDR=80000000
MEMORY_SIZE=14000000
COMMENT=show wii/gc ram by maiweijie
GCWii_DolphinILSVN.INI
;Config by Nekokabu
[EMUHASTE]
PROCESS_NAME=DolphinIL.exe
BASEADDR_KEY=0D15EA5E00000001
BASEADDR_FIX=-20
BASEADDR_TRY=2
VIRTUAL_ADDR=80000000
MEMORY_SIZE=14000000
COMMENT=show wii/gc ram by maiweijie
now it support all ver svn dolphin
if u test it on a gc game , 80000000 address will show gc game id
if u test it on a Wii game , 80000000 address will not show wii game id
emuhaste Ver1.30 download
emuhaste Ver1.30 download (http://hp.vector.co.jp/authors/VA018359/)
new start emuhaste Ver1.30
select GC_DolphinSVN3146.INI(if u play Dolphin.exe) or GC_DolphinILSVN3146.INI(if u play DolphinIL.exe )
see help file in emuhaste Ver1.30
when u found address ,it is VIRTUAL gc/wii hardware address ,,convert it to ar base address by yourself(xxxx.ini)
lookat the pic
ADDRESS 9023615B IS LIKE REAL GC/WII RAM ADDRESS ,
USE THIS CONVERT TO AR BASEADDRESS (MAY BE POINTER)
ADDRESS 202D615B IT IS PC MEM ADDRESS
maiweijie
May 5th, 2009, 03:03
fixed,now support all ver svn dolphin ,but when u snap process ,wait a few second
download
above ini setting can be use on emuhaste Ver1.21
too......
other ex (http://forums.ngemu.com/dolphin-discussion/115681-tatsunoko-vs-capcom-not-playable-13.html)
1kronos1
May 19th, 2009, 14:55
Sorry to bother is there an Action replay code for Tatsunoko vs. Capcom to toggle on and off the display of life bars and also characters or stages. Thanks in advance.
nosound.97
May 19th, 2009, 15:12
USBGecko.com - WiiRD Code Database (http://www.usbgecko.com/codes/)
Search for the game and then convert cheats and use with Dolphin :D
1kronos1
May 19th, 2009, 16:09
Thanks for the page but what I am looking for is a bit more specific. If you heard of mugen, I create stages and rip character sprites. With the code I could make a stage for Mugen. Also if you have these codes and help me out you will get credit and first dibs on the stages and or (*character) . I know dolphin has free look and texture dump. But these have some limitations. I am not good in math to use the hex code. Well thank you again.
*character take some time and learning where one has there limit this process is longer to rip the character. Stages are much easier to handle.
kidaware
May 21st, 2009, 21:42
nosound.97 -- i get a warning message from dolphin when i use 'infinite health' ar code form the wiird code database you posted:
write to invalid memory region (0x388830000)
there is no way to recover from this error,so dolphin will now exit.
sorry!
i just copy it straight from that site and pasted in the 'AR Codes' window for T vs C:
C2070F24 00000005
83590004 2C1A0000
41820014 2C1A0002
4182000C 90790028
4800000C 80190024
90190028 00000000
C2070FC4 00000005
83590004 2C1A0000
41820014 2C1A0002
4182000C 9079002C
4800000C 80D90024
90D9002C 00000000
if i click on 'edit config', it shows me this:
# RF7J08 - TATSUNOKO VS. CAPCOM
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 0
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
+$Infinite health (1P) [ZiT]
7FFFFFFF 00000005
7FFFFFFF 2C1A0000
41820014 2C1A0002
4182000C 7FFFFFFF
4800000C 7FFFFFFF
7FFFFFFF 00000000
7FFFFFFF 00000005
7FFFFFFF 2C1A0000
41820014 2C1A0002
4182000C 7FFFFFFF
4800000C 7FFFFFFF
7FFFFFFF 00000000
+$Infinite Special Gauge (1P) [ZiT]
7FFFFFFF 00000005
7FFFFFFF 2C110000
41820014 2C110002
4182000C 7FFFFFFF
48000008 7FFFFFFF
60000000 00000000
7FFFFFFF 00000005
7FFFFFFF 2C110000
41820014 2C110002
4182000C 7FFFFFFF
48000008 7FFFFFFF
60000000 00000000
[Video]
Hack = -1
I encrypted it and then i get the same code once i pasted. looks like dolphin is trying to decrypt ar code when it's not encrypted in the first place. lol. so if you encrypt the decrypted code then post into the ar window, it'll decrypt it. how backwards?
anyway, when i start the game, i get this message now:
action replay error: master code and write to ccxxxxxx not implemented (infinite health (1p) [zit])
joy.
here's what the config ini file looks like now:
# RF7J08 - TATSUNOKO VS. CAPCOM
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 0
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
+$Infinite health (1P) [ZiT]
C2070F24 00000005
83590004 2C1A0000
41820014 2C1A0002
4182000C 90790028
4800000C 80190024
90190028 00000000
C2070FC4 00000005
83590004 2C1A0000
41820014 2C1A0002
4182000C 9079002C
4800000C 80D90024
90D9002C 00000000
[Video]
Hack = 4
it still doesn't work ingame.
update:
i give up. nothing works. emuhaste seemed to be able to find addresses but it doesn't modify any address. i spent a good hour or so looking for the player selection timer in tvc. only to find it doesn't work. oh, well. i guess i'll just have to wait until the dolphin comes out with it's own memory/cheat search system.
zabhi
January 14th, 2010, 23:01
hye to all i need super paper mario pal cheats .ini file plz help.:D
PRprince
January 17th, 2010, 02:17
thats not the kind of help we offer, if u want to cheat look for the codes u want yourself, thats like a terrorist asking a normal person if he would blow himself up for the terrorist to not have to do it himself lol
eaglrombie
July 16th, 2010, 14:50
I have codes for Dragon ball Z Budokai 2
however, they are in USA format....
they don't work with my PAL version.
:(
is there any way to convert the codes from USA to PAL???
thanks:thumb:
wacokid
December 2nd, 2010, 00:57
I know it's new but, is there any cheats for Yu-Gi-Oh 5D's Master of the cards??
I'd like to have one to add all cards.
Can some one find them??
Thx:D
Reich
December 15th, 2010, 11:53
Resident Evil Darkside Chronicles AR code (USA VERSION)???????????
HELP PLEASE
Abyssking
March 27th, 2012, 05:47
I Check My Iso File With GC-Tool.exe Then I Get 0x08 As Master Code, How Get My Hex Code From This Master Code?
jorden1506
April 20th, 2012, 18:23
can someone help me with # GZ2E01 - The Legend of Zelda: Twilight Princess
the mastercode dont work none of the codes works is there something i do wrong?
by the way this are my full cheat files: # GZ2E01 - The Legend of Zelda: Twilight Princess
[Core]
FastDiscSpeed = 1
[EmuState]
#The Emulation State.
EmulationStateId = 4
Issues="low FPS in big areas"
EmulationIssues =
[OnFrame]
[ActionReplay]
$Mastercode
0774041C 88000000
C434F19C 0000FF01
$Mastercode 2
08AC1FBB 98000000
C434FFCC 0000FF01
$Mastercode 3
0774EB2B 88000000
C435D468 0000FF01
08AC24FB 18000000
0A3DF2BA 00000120
4240D818 027E4260
+$Moon Jump (R+A)
08AC24FB 18000000
0A3DF2BA 00000120
4240D818 027E4260
$Super spinner
07745204 08000000
04C643D8 EC01002A
0438EA48 01680168
04C6621C 2C000000
04C66220 40820058
884061CC 00000002
0438EA48 08700870
04C6621C 3EC04280
04C66220 92DF052C
3A3DD31A 00000100
04C643D8 EC010028
3A3DD31A 00000010
04C643D8 FC00B090
3A3DD31A 00000400
04C6621C 3EC041D0
00000000 40000000
0409E10C 60000000
0409E114 48000060
C222B6A8 00000003
3CA0800C 3C806000
9085E258 38800003
60000000 00000000
C209E110 00000003
3F004182 3B180010
3C80800C 9304E258
60000000 00000000
0774EB3A 08000000
004062A5 000002FF
[Core]
[Video]
ZTPSpeedupHack = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCache = False
SafeTextureCacheColorSamples = 512
sailoryue
February 13th, 2013, 05:41
how do you turn on the cheat codes? im playing Windwaker, and ive like bypassed all the upgrades availabe (in goddess tower with only 4 heards and 5 magic blocks :lol: ) i tried activating "max magic" but how do i get it to work in the game? i tried loading the save state, and the save file and neither changes my magic quotient.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.