Hacking Nintendont

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
It seems mostly fine, except for two things:
  • On the second image, I can see two the same IF statement about the quarter clockwise being mentioned in lines 141+ and also at 163+, but in the 163+ section they're commented out. Was this a simple typing mistake? Since in the 1st image it looks fine.
  • I forgot to mention that this line:
    Code:
    if(drcbutton & WIIDRC_BUTTON_R) button |= PAD_TRIGGER_Z;
    Should be commented out (or deleted), since the Z button will now be mapped to the MINUS button.
 
  • Like
Reactions: 77Urmel77

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,190
Country
United States
what line is that one? the one in your post "code"?

1645806736321.png
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
what line is that one? the one in your post "code"?

View attachment 299536
In your "first edit" post, it's located in line 190.
So in line 190 (or around there, depending on how many lines were added by the IF conditions for the trigger stuff) it should be like this:
Code:
(last line of the trigger code here)
if(drcbutton & WIIDRC_BUTTON_MINUS) button |= PAD_TRIGGER_Z;
if(drcbutton & WIIDRC_BUTTON_PLUS) button |= PAD_BUTTON_START;
if(drcbutton & WIIDRC_BUTTON_HOME) goto DoExit;
//write in mapped out buttons
Pad[WiiUGamepadSlot].button = button;
...

(I didn't see the BUTTON_PLUS = START line in your code, so I added it to make sure it's not being overwritten with that of the MINUS button).
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
View attachment 299546

I think that part was deleted when I removed the redundant lines of code. plus and minus are flipped if that matters.
Ah that's fine. The lines being flipped doesn't have any real importance when it comes to the compiled code.

here's it complete (forgot about that):

This one has the PLUS/MINUS lines added in?
(I kinda missed this post and only saw it when opening your last response lol)
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
I hope it works. if it doesn't, I can always send you the PadReadC.c to look over yourself. I'm using visual studio 2019 to make the changes. ;)
Oh my, that didn't occur to me (modifying the PadRead.C file directly and send it over for a quick compile).
If anything goes wrong, I'll do that instead so it's easier for others to compile if another update does drop.

Thanks!
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,190
Country
United States
Oh my, that didn't occur to me (modifying the PadRead.C file directly and send it over for a quick compile).
If anything goes wrong, I'll do that instead so it's easier for others to compile if another update does drop.

Thanks!
it does help me learn a little more about modifying code. I've made changes to this ds homebrew before when it was like 8-10 years old using someone's guidance, and it did work. also, I've tested nintendont that I've compiled on my wii u, and it worked without a problem. it was just a normal compile though, no changes to code. it had the current date as the build date. lol
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
it does help me learn a little more about modifying code. I've made changes to this ds homebrew before when it was like 8-10 years old using someone's guidance, and it did work. also, I've tested nintendont that I've compiled on my wii u, and it worked without a problem. it was just a normal compile though, no changes to code. it had the current date as the build date. lol
Oh you're compiled your own build of Nintendont as well?
Or you mean you tested the one you just made on your WIiU?
Gotta say tho, giving coding a tackle at 8-10 yo is a feat on its down.
I'm way past those years and I still feel like a noob at best with anything programming-wise.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,190
Country
United States
not my own build. I just compiled what was on github to see if I could. there's nothing more satisfying than finally compiling something. some apps have given me a lot of trouble just to compile them.
 
  • Like
Reactions: 77Urmel77

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,190
Country
United States
I don't remember all that's required for nintendont, but I think pacman -S zip and unzip are for the kernel.elf. that's the only thing I can remember when I was trying to compile it for the first time.
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
@ShadowOne333 , I just tested it. the buttons have indeed changed with the gamepad. B is jump, select is opening the map, and what was B is now Y (throwing yourself forward). I think you'll be happy with it. :D
Awesome!
I haven't been able to test it yet, been having a hell of a busy weekend.
Which one is the right dol?
This
https://gbatemp.net/threads/nintendont.349258/page-2089#post-9759141

Or this one?
https://gbatemp.net/threads/nintendont.349258/page-2089#post-9759142
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,248
Trophies
2
XP
34,956
Country
Mexico
they're both identical. it didn't mention that it would rename the loader.dol to boot.dol in the build window, but it did. I even hex compared them. it's just whichever one you want to use. the second is just a rename.
Neat! I'll download the second one then, and hopefully I can test it in a bit.
Thank you! :D
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    @Texasauras why did you start a thread, ignored all the answers there, then come here to chat and ask the same thing. You gotta be like 12, bro
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Biker Mice from Mars needed a Sequel, Angry Hamsters from Uranus
  • T @ Texasauras:
    uh bro i was just asking have you seen these, help me look
  • T @ Texasauras:
    its on amazon
  • Psionic Roshambo @ Psionic Roshambo:
    Download Batocera make it your own
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    If you want GC PS2 Wii stuff like that use a PC
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, i also use my tv stick to watch YouTube and streaming services
    +1
  • BigOnYa @ BigOnYa:
    Psi those play well on the Pi5 now...
  • BigOnYa @ BigOnYa:
    @Xdqwerty yep that's what I use my stick for most anymore, streaming tv shows, movies. or even youtube. Or doing kens mum.
    +1
  • K3Nv2 @ K3Nv2:
    RG Cube is going to be good for ps2 if it's $100
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, and since the default emulator is below average i downloaded some "replacements" like snes9x for snes games for example
    +1
  • Xdqwerty @ Xdqwerty:
    And I also have my ps3
    +1
  • BigOnYa @ BigOnYa:
    Yea ps3 is a beast still to today compared to most "sticks"
  • K3Nv2 @ K3Nv2:
    If you just want pi for emulation no point when Anbernic releases new shit every two seconds
    +1
  • BigOnYa @ BigOnYa:
    What's really cool about Pi's tho is you can have multiple SD cards with different OS on each SD card and change from say a gaming machine to a full fledged pc if wanted
  • K3Nv2 @ K3Nv2:
    Plus all bios are set up and usually includes at least 128gbs or 64
  • K3Nv2 @ K3Nv2:
    Yeah but if your main goal is just to play n64 and GameCube you can save about $50 and have the portability option
    +1
  • BigOnYa @ BigOnYa:
    True, but on 2 monitors at 4k. Its just want you want really, to each they own.
  • K3Nv2 @ K3Nv2:
    For a kids aspect Anbernic would be the better option they'd probably melt over the price on a good 4k display
    +1
  • BigOnYa @ BigOnYa:
    For that texasroo guy, I'd recommend the Spell and speak as his first system.
    +1
  • K3Nv2 @ K3Nv2:
    So they buy a pi5 kit for about $150 and say a 28" 4k display probably looking around $400 total
  • K3Nv2 @ K3Nv2:
    They'll be getting in the territory of portable Pcs anyway
    +1
  • BigOnYa @ BigOnYa:
    Again you get what you pay for, its like buying a S series for $300 but its only 1440p native, if you want true 4k, gotta get the X model for $500. But yea you right, when moms buying it anyways, you gotta stay cheap.
  • K3Nv2 @ K3Nv2:
    They could use HD out on their TV no real need for a monitor these days tbh the purists will disagree
    K3Nv2 @ K3Nv2: They could use HD out on their TV no real need for a monitor these days tbh the purists will...