Hacking Nintendont

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,227
Trophies
2
XP
34,563
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,471
Trophies
3
XP
29,180
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,227
Trophies
2
XP
34,563
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,227
Trophies
2
XP
34,563
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,227
Trophies
2
XP
34,563
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,471
Trophies
3
XP
29,180
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,227
Trophies
2
XP
34,563
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,471
Trophies
3
XP
29,180
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,471
Trophies
3
XP
29,180
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,227
Trophies
2
XP
34,563
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,227
Trophies
2
XP
34,563
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
  • ZeroT21 @ ZeroT21:
    i did something similar to for a friend, was a old acer netbook, he was over the moon, guess guys are just that simple
  • K3Nv2 @ K3Nv2:
    Still had xp all the works at least got 7 on it
  • ZeroT21 @ ZeroT21:
    even if MS says newer windows works fine on 1 Gb of ram, I'd still go for the default or similar OS
  • K3Nv2 @ K3Nv2:
    It loaded youtube with like a 5 minute lag lol
  • ZeroT21 @ ZeroT21:
    it's a old potato, can't expect much
  • K3Nv2 @ K3Nv2:
    I told her it's not a good porn book
  • ZeroT21 @ ZeroT21:
    it's fine if it work and can watch their fav porn
  • K3Nv2 @ K3Nv2:
    For images maybe
  • ZeroT21 @ ZeroT21:
    it's not a vibrator la, ...that lags
  • K3Nv2 @ K3Nv2:
    No haptic feedback in laptops
  • ZeroT21 @ ZeroT21:
    you ain't paying for that kinda realism with this hardware
  • K3Nv2 @ K3Nv2:
    Need to give apple $600
  • ZeroT21 @ ZeroT21:
    the more you give apple the more features they will take away
  • K3Nv2 @ K3Nv2:
    Apple finally invented folders
  • ZeroT21 @ ZeroT21:
    i still want headphone jacks for my shit
  • ZeroT21 @ ZeroT21:
    i dont want do deal with low on battery earbuds and shit
  • K3Nv2 @ K3Nv2:
    I hate cords but my life is a cord will probably make a noose from cords
  • ZeroT21 @ ZeroT21:
    we'll all croak one day, no need to fuss so much
  • Psionic Roshambo @ Psionic Roshambo:
    @K3Nv2, Use a Pi it can hack PS4 now too lol
  • K3Nv2 @ K3Nv2:
    Until that day there is a need
    +1
  • Xdqwerty @ Xdqwerty:
    gonna do my homework in half an hour
  • K3Nv2 @ K3Nv2:
    Stop using chatgpt
  • Sonic Angel Knight @ Sonic Angel Knight:
    Chatgpt will turn your words into ai robot that will take over the world later. :ninja:
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, i dont use it
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=0Fd-cstchkM