Recent content by newhinton

  1. N

    Hacking New Classic Controller Hacks

    @Vague Rant Please do! Im happy to help out. i am: github.com/newhinton/
  2. N

    Hacking New Classic Controller Hacks

    @Vague Rant If you point me to a git-repository, i am more than happy to help out with that. Maybe something like hugo or jekyll will work great. Just give me a pointer to what you decide and i'll gladly help out! Funny that you say that. I did check out the link with the games that do have...
  3. N

    Hacking New Classic Controller Hacks

    @Vague Rant I did it! Kinda! I have written a small gecko code to sidestep the nunchuck-check. I found multiple candidates that looked like a check, but none had the desired outcome when changed. However, at some point i had the idea to not look at the "reader", but the "writer" of the...
  4. N

    Hacking New Classic Controller Hacks

    @Vague Rant On a different topic, do you know how hard it would be to "fix" the call of duty games? Some have classic support natively (which works *flawless*). Some others have "pointing" control, where you point the rifle where you want to shoot, while the camera follows the pointer. From...
  5. N

    Hacking New Classic Controller Hacks

    @Vague Rant Yes, thank you! That did the trick, in SW3 i could identify the appropriate section. You were right, it wasn't identified at all. (By the way, it seems to use the newer sdk) However after that: weirdness occured: It seems that the language-selector does support the classic...
  6. N

    Hacking New Classic Controller Hacks

    @awesomeee You mean search for the symbol "WPADProbe"? The WPADProbe only calls externally to manage interrupts, otherwise it is pretty much self-contained. Is WPADProbe a child function of KPADRead? Thanks! I will need it!
  7. N

    Hacking New Classic Controller Hacks

    @Vague Rant I am currently trying to replicate the button-hack for Lego Star Wars - The Complete Saga from your guide. (I want to get familiar with creating gecko hacks, so that i eventually might be able to fix Lego Star Wars 3, Back To The Future and some others if i stumble upon issues. (I...