PlayStation home & share button on my Xbox controller.

Titan One general support. Questions, firmware update, feature request.

PlayStation home & share button on my Xbox controller.

Postby Srecnal » Sat Aug 25, 2018 12:49 pm

Is there anyway for someone to make me a script so I can use the PlayStation home button and the share button on my Xbox one controller?

I would like for the share button to be a combination of the view button and the menu button on Xbox. So I have to press both to pop up the share menu on PS4.

For the PlayStation home button I would like it to be a combination of the B button and Left on the D-Pad.

Thanks in advance.
User avatar
Srecnal
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Aug 25, 2018 12:34 pm

Re: PlayStation home & share button on my Xbox controller.

Postby J2Kbr » Mon Aug 27, 2018 9:22 am

Welcome to our forums, this will do what you described:
Code: Select all
main {
    if(get_val(XB1_VIEW) && get_val(XB1_MENU)) {
        set_val(PS4_SHARE, 100);
    } else set_val(PS4_SHARE, 0);
 
    if(get_val(XB1_LEFT) && get_val(XB1_B)) {
        set_val(PS4_PS, 100);
    } else set_val(PS4_PS, 0);
}
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: PlayStation home & share button on my Xbox controller.

Postby Srecnal » Tue Aug 28, 2018 12:11 am

TYVM :)
User avatar
Srecnal
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Aug 25, 2018 12:34 pm


Return to Titan One Device

Who is online

Users browsing this forum: devlivings, Ice89X and 85 guests