Hacking Donkey Kong Country Returns

Status
Not open for further replies.

megazig

SU
Member
Joined
Oct 25, 2008
Messages
467
Trophies
0
XP
232
Country
United States
wiiztec said:
Well he's living in the past, Gecko.NET is much better than WiiRd now

Gecko.NET has many issues and there's a few things that wiird does better.
though, both don't fit my needs which is why I've started making my own. I think you'll enjoy it a little more crediar
wink.gif

with regards to crediar, anyone saying hardmod for CC needs to think about his words a little harder. he's using wiird to find addresses and disassemble the code, so it's a softmod.
 

DespizingU

Well-Known Member
Member
Joined
Dec 17, 2007
Messages
705
Trophies
0
XP
140
Country
United States
Pixma said:
i simply don't understand why he wont share his trick with us...

I don't either. Instead of updating twitter that he has done it he should be sharing with the community how he has done it.

But then again, I don't know him(I believe this is the first thread I've ever seen his name mentioned) or the situation. There may simply be a few bugs that he's wanting to iron out before he shares. Who knows...
 

KHSebastian

Active Member
Newcomer
Joined
Mar 18, 2009
Messages
42
Trophies
0
XP
320
Country
United States
If Crediar really does have it (and he seems to be a trustworthy icon, according to everyone), PLEASE share... I've been waiting like 10 years for a new DKC game, and I really want to use CC to play lol. Please make my 10-year-old self's dreams come true.
 

Pixma

Well-Known Member
OP
Newcomer
Joined
Nov 22, 2010
Messages
48
Trophies
0
XP
1
Country
Australia
BlackAce83 said:
I just wanted to come and confirm that the code really does work, I've just got to test it.
smile.gif
actually it works extremely well. So just set back and wait untill crediar releases it.

what condition did you test it in...? did you use usbloader? while we wait for the CC perhaps we can clear up this version 1 & version 2 shenanigans...does anybody know what these version mean? I read something about backup vs. original copy? or is it about releases?
 

WB3000

Well-Known Member
Member
Joined
Apr 5, 2007
Messages
674
Trophies
1
Website
wb3000.co.nr
XP
471
Country
United States
Here's what crediar posted so far...

Code:
Hi guys.

as you might know I added classic controller support to DKCR.

It currently works via asm and is not using any geckoos codes but I thought maybe you can make some with my help, so the masses can enjoy playing it with the CC!

First of all two patches which allow the CC to be connected:

0x80389B90 = 0x38A00000;
0x8038710C = 0x28000009;

The tricky part is the button remapping, I've done this via hooking a function and then just used asm to do it.
Here are the important offsets:


0x805CBCE8 Holds the wiimote button status
0x805CBD48 Holds the CC button status
0x805CBE6E Set this to 0x12D or so to trigger the shake effect

(Player 2 should be at 0x805CBCE8 + 0x180)

I have never done anything with gecko codes so I thought I let the guys who know their way around them handle it.

Code:
well here you go:

CLASSIC CONTROLLER
C24A5F70 00000020
38210050 7C0802A6
80B50060 48000041
80950000 7CA52378
90B50000 80B50064
4800002D 80950004
7CA52378 90B50004
80B50068 48000019
80950008 7CA52378
90B50008 7C0803A6
4E800020 70A40200 --> button (in this case R) which triggers the shake
2C040000 4182000C
38C0012D B0D50186
38C00000 70A40800
2C040000 41820008
60C68000 70A40020 --> button (in this case Y) which simulates a 1 press
2C040000 41820008
60C60200 70A40040 --> button (in this case B) which simulates a 2 press
2C040000 41820008
60C60100 70A40001
2C040000 41820008
60C60002 70A40002
2C040000 41820008
60C60008 70A48000
2C040000 41820008
60C60004 70A44000
2C040000 41820008
60C60001 70A40400
2C040000 41820008
60C60010 70A41000
2C040000 41820008
60C61000 7CC53378
60000000 00000000
04389B90 38A00000
0438710C 28000009
 

killplaystation

Well-Known Member
Member
Joined
May 23, 2008
Messages
481
Trophies
0
XP
139
Country
United States
WB3000 said:
Here's what crediar posted so far...

Code:
Hi guys.

as you might know I added classic controller support to DKCR.

It currently works via asm and is not using any geckoos codes but I thought maybe you can make some with my help, so the masses can enjoy playing it with the CC!

First of all two patches which allow the CC to be connected:

0x80389B90 = 0x38A00000;
0x8038710C = 0x28000009;

The tricky part is the button remapping, I've done this via hooking a function and then just used asm to do it.
Here are the important offsets:


0x805CBCE8 Holds the wiimote button status
0x805CBD48 Holds the CC button status
0x805CBE6E Set this to 0x12D or so to trigger the shake effect

(Player 2 should be at 0x805CBCE8 + 0x180)

I have never done anything with gecko codes so I thought I let the guys who know their way around them handle it.

Code:
well here you go:

CLASSIC CONTROLLER
C24A5F70 00000020
38210050 7C0802A6
80B50060 48000041
80950000 7CA52378
90B50000 80B50064
4800002D 80950004
7CA52378 90B50004
80B50068 48000019
80950008 7CA52378
90B50008 7C0803A6
4E800020 70A40200 --> button (in this case R) which triggers the shake
2C040000 4182000C
38C0012D B0D50186
38C00000 70A40800
2C040000 41820008
60C68000 70A40020 --> button (in this case Y) which simulates a 1 press
2C040000 41820008
60C60200 70A40040 --> button (in this case B) which simulates a 2 press
2C040000 41820008
60C60100 70A40001
2C040000 41820008
60C60002 70A40002
2C040000 41820008
60C60008 70A48000
2C040000 41820008
60C60004 70A44000
2C040000 41820008
60C60001 70A40400
2C040000 41820008
60C60010 70A41000
2C040000 41820008
60C61000 7CC53378
60000000 00000000
04389B90 38A00000
0438710C 28000009
seems like its just about ready. I will stay tuned...
bow.gif
 

Thomas83Lin

Retro Gamer
Member
Joined
Jul 22, 2009
Messages
1,587
Trophies
1
Website
www.thomas83lincodes.com
XP
1,779
Country
United States
Pixma said:
BlackAce83 said:
I just wanted to come and confirm that the code really does work, I've just got to test it.
smile.gif
actually it works extremely well. So just set back and wait untill crediar releases it.

what condition did you test it in...? did you use usbloader? while we wait for the CC perhaps we can clear up this version 1 & version 2 shenanigans...does anybody know what these version mean? I read something about backup vs. original copy? or is it about releases?

Well i guess you can test it now that it is out. Shenanigans.lol yea I don't know why there is two versions. you can tell by using Wiird and checking in mem address 0x80000007 00=version 1 01=version 2, but whats even stranger is they both got released almost the same time, actually it seems version 2 got released before version 1. Now thats strange. but more than likely they got released at the same time Its a legit different version. No word on the difference though. Just alittle something to leave you scratching your head at.
 

mkoo

Well-Known Member
Member
Joined
Aug 30, 2007
Messages
448
Trophies
1
Age
36
Website
Visit site
XP
296
Country
I was disappointed when I had heard you need shake wiimote to do certain actions but I immediately adapted, when I actually played the game.

It is perfectly calibrated. It's not like Wario Shake Dimmension or NSMBW pick up move.
 

DespizingU

Well-Known Member
Member
Joined
Dec 17, 2007
Messages
705
Trophies
0
XP
140
Country
United States
Yeah, can someone please let us know that using Cfg how to get these codes to work on it. I've always just used cheats by downloading from Cfg.

Thanks for any help. And big thanks to crediar for releasing this.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Nearly 4 hours without power :(
  • Veho @ Veho:
    SO POWERLESS
  • K3Nv2 @ K3Nv2:
    Tell Kanye I need power
  • DinohScene @ DinohScene:
    Better start running in your hamster wheel
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Meth addicts on a treadmill connected to a generator "Unlimited POWER!!!'
  • Veho @ Veho:
    Before or after a hit?
    +1
  • Veho @ Veho:
    Do you dangle a baggie in front of them, like a carrot?
    +1
  • The Real Jdbye @ The Real Jdbye:
    they're the same thing
    +1
  • The Real Jdbye @ The Real Jdbye:
    i like that idea
    +1
  • Veho @ Veho:
    What's the same thing?
    +1
  • The Real Jdbye @ The Real Jdbye:
    before or after a hit
    +1
  • Veho @ Veho:
    Nah, a hit gives them mad meth powers, but makes them more difficult to control.
    +1
  • Veho @ Veho:
    Before a hit they're like zombies, persistent but slow.
    +1
  • Veho @ Veho:
    It's a tradeoff.
    +1
  • The Real Jdbye @ The Real Jdbye:
    no i mean, before a hit is after the previous hit
    +1
  • The Real Jdbye @ The Real Jdbye:
    if you keep them well enough fed, it's the same thing
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol
  • BakerMan @ BakerMan:
    Guys, I just learned my little brother is in the hospital because he had a seizure last night.
  • cearp @ cearp:
    Sorry to hear that BakerMan
    +2
  • BakerMan @ BakerMan:
    Just found out he's doing alright, doing a lot of complaining too, rightfully so. Who wouldn't complain after having a seizure and being hospitalized?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Glad he is OK and complaining is cool :)
    +1
  • K3Nv2 @ K3Nv2:
    Yeah been there had that no fun
    +1
  • K3Nv2 @ K3Nv2:
    They'll give him sleep studies eegs and possibly one week hospital stay
    K3Nv2 @ K3Nv2: They'll give him sleep studies eegs and possibly one week hospital stay