Classic Controller Pro Button Layout HELP

Wiimote tutorials, configurations and GPC scripts (FPS like in Nintendo Wii/WiiU).

Moderator: OFC-Giorgio

Re: Classic Controller Pro Button Layout HELP

Postby J2Kbr » Tue Jan 27, 2015 8:45 am

I'm the developer of the Titan One. Any bug can be reported directly to me. Have you checked with the Y remap on Device Monitor?
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Classic Controller Pro Button Layout HELP

Postby animator776 » Tue Jan 27, 2015 2:04 pm

Yeah, everything checks out
User avatar
animator776
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Jan 24, 2015 12:21 am

Re: Classic Controller Pro Button Layout HELP

Postby J2Kbr » Tue Jan 27, 2015 2:21 pm

So the Titan One is sending L3 to the console, but still not sprinting ... hummm, the left analog is pushed forward?
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Classic Controller Pro Button Layout HELP

Postby animator776 » Wed Jan 28, 2015 1:26 am

Yes
User avatar
animator776
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Jan 24, 2015 12:21 am

Re: Classic Controller Pro Button Layout HELP

Postby AKHUGHES90 » Wed Jan 28, 2015 1:34 am

I've noticed in some games with sprint the LX, and LY values need to be close to 0 for the sprint to initiate. I set both values to 0 before the LS press in all my sprint combo's to ensure it initiates the sprint. I.E, Clicking in the stick before you press it forward.
Image
"We always start with completing the difficult. It just takes us a little longer to do the impossible."
Console Tuner Support Team®
User avatar
AKHUGHES90
Major
Major
 
Posts: 927
Joined: Mon Nov 24, 2014 12:19 am
Location: Springfield, IL USA CST (-6:00)

Re: Classic Controller Pro Button Layout HELP

Postby animator776 » Wed Jan 28, 2015 2:39 am

As in I readjust the button sensitivity to 0, correct?
User avatar
animator776
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Jan 24, 2015 12:21 am

Re: Classic Controller Pro Button Layout HELP

Postby AKHUGHES90 » Wed Jan 28, 2015 5:36 am

animator776 wrote:As in I readjust the button sensitivity to 0, correct?



yes, it would look somthing like this.

Code: Select all

set_val(XB1_LX, 0);
set_val(XB1_LY, 0);
set_val(XB1_LS, 100);
Image
"We always start with completing the difficult. It just takes us a little longer to do the impossible."
Console Tuner Support Team®
User avatar
AKHUGHES90
Major
Major
 
Posts: 927
Joined: Mon Nov 24, 2014 12:19 am
Location: Springfield, IL USA CST (-6:00)

Re: Classic Controller Pro Button Layout HELP

Postby animator776 » Wed Jan 28, 2015 8:33 pm

I just got done testing the sensitivity at 0 and it did not work :icon_frown:
User avatar
animator776
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Jan 24, 2015 12:21 am

Re: Classic Controller Pro Button Layout HELP

Postby AKHUGHES90 » Thu Jan 29, 2015 5:06 am

animator776 wrote:I just got done testing the sensitivity at 0 and it did not work :icon_frown:



Try this script, i set it so if you push LS all the way forward it sprints. if this works we can change it to the Y button.

Code: Select all
remap WII_ZR -> PS4_R1;
remap WII_RT -> PS4_R2;
remap WII_X -> PS4_R3;
remap WII_ZL -> PS4_L1;
remap WII_LT -> PS4_L2;
remap WII_Y -> PS4_L3;
remap WII_UP -> PS4_TRIANGLE;
remap WII_A -> PS4_CIRCLE;
remap WII_B -> PS4_CROSS;
remap WII_LEFT -> PS4_SQUARE;
remap WII_ONE -> PS4_TOUCH;

define OPTIMIZED_PRESS      =   40;
define OPTIMIZED_RELEASE    =   30;
define GAME_Y_MOV           =   12; // LY
define SPRINT_BUTTON        =   20; // L3

main {
            if(get_val(GAME_Y_MOV) < -95) {
                combo_run(EasySprint);
            }
}
combo EasySprint {
    set_val(SPRINT_BUTTON, 100);
    wait(OPTIMIZED_PRESS); wait(OPTIMIZED_RELEASE);
}
Image
"We always start with completing the difficult. It just takes us a little longer to do the impossible."
Console Tuner Support Team®
User avatar
AKHUGHES90
Major
Major
 
Posts: 927
Joined: Mon Nov 24, 2014 12:19 am
Location: Springfield, IL USA CST (-6:00)

Re: Classic Controller Pro Button Layout HELP

Postby animator776 » Tue Feb 03, 2015 12:49 am

That script didn't work
User avatar
animator776
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Jan 24, 2015 12:21 am

Previous

Return to Wiimote, Nunchuk and Sensorbar

Who is online

Users browsing this forum: No registered users and 51 guests