Recent content by Funtime60

  1. F

    Hacking [WIP] Nintendont HID Config Wizard - Create controller ini files effortlessly

    I see, I don't know about the Wii U, but it seems that HID test is suppose to have a feature that makes configs, but could never find it. It's throwing that error since it can't find a file and you need to make one, this program MIGHT be able to make one that works, but I only have one...
  2. F

    Hacking [WIP] Nintendont HID Config Wizard - Create controller ini files effortlessly

    BIG UNOFFICIAL UPDATE TIME! I have this thing spitting out a config that works for my controller. IDK if that means it's done or not, but HIDTest should no longer yell at me. I replaced ALL the uses of eval and assign, as those are a PAIN in the A!@. P.S. forgot to mention last time that I...
  3. F

    Hacking [WIP] Nintendont HID Config Wizard - Create controller ini files effortlessly

    Sorry, I know autoit. I know Nintendont as much as Nintendont knows how to write documentation. auto Oh wow, my controller seems to be polltype 0. I didn't expect that.
  4. F

    Hacking [WIP] Nintendont HID Config Wizard - Create controller ini files effortlessly

    Not to hijack this program, but I took the liberty of modding it as soon as I saw it was in Autoit. I've added support for a left Z (I think, EDIT: I probaby didn't) and I've spruced up the GUI. I also noticed that I couldn't set my Y key to be 1 and changed a line from $temp > 1 to $temp > 0 to...