Help with N64/Switch Titan One Script/Assistance?

Gtuner Pro general support. Operation, questions, updates, feature request.

Help with N64/Switch Titan One Script/Assistance?

Postby Slothman » Fri Apr 01, 2022 9:31 am

If anyone is able to assist me, I'm pretty new at all of this I have a Retropad N64 with the Titan one adapter (attempted the mayflash n64 to USB and kept getting an E even though both adapters and the controller work by themselves) and found a script on youtube with a walkthru how to put the codes in, and it's not fully functional. I'm unsure what they did I could only get two of the 4 C buttons to work, and I had to change the sensitivity at the bottom they had on there from 200 to 100 because I was experiencing some Joystick drift (runs great otherwise but other than the C buttons it was kind of weird seeing young link turn around and look at me when i was testing out the controls and not touching the joystick haha) , but this is the script I have, but I'm hoping to make it fully functional, if it's possible? :innocent_smile_1:

Code: Select all
    // Swap A/B to the correct buttons
    remap HID_BUTTON_2 -> SWITCH_B;
    remap HID_BUTTON_8 -> SWITCH_A;
    // Swap L/R/Z to the correct buttons
    remap HID_BUTTON_7 -> SWITCH_L;
    remap HID_BUTTON_4 -> SWITCH_R;
    remap HID_BUTTON_5 -> SWITCH_ZL;
    // Put minus on the d-pad
    remap HID_BUTTON_11 -> SWITCH_MINUS;
    remap HID_BUTTON_10 -> SWITCH_HOME;
    // Rotate the C-Buttons
    remap HID_STICK_1_X -> SWITCH_RY;
    remap HID_STICK_1_Y -> SWITCH_RX;
    remap HID_BUTTON_15 -> SWITCH_Y;
    remap HID_BUTTON_16 -> SWITCH_X;
    // Unmap buttons that don't fit on the N64 controller
    unmap SWITCH_ZR;
    unmap SWITCH_DOWN;
    unmap SWITCH_UP;
    unmap SWITCH_LEFT;
    unmap SWITCH_RIGHT;
 
 
main {
    // Fix the sensitivity of the control stick
    sensitivity(HID_STICK_2_X, NOT_USE, 100);
    sensitivity(HID_STICK_2_Y, NOT_USE, 100);
    // Invert the C-Buttons
    set_val(HID_STICK_1_Y, inv(get_val(10)));
}
 
User avatar
Slothman
Private
Private
 
Posts: 1
Joined: Fri Apr 01, 2022 8:54 am

Return to Gtuner Pro Support

Who is online

Users browsing this forum: Lkidd24 and 21 guests