Is it possible to add new features to Controller Remapper?

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

Re: Is it possible to add new features to Controller Remappe

Postby ProjectA2O » Sun Feb 16, 2020 6:50 pm

It would be possible do the opposite: “A ➔ B+C”.


I can't figure out how to do this. I am trying to use the remapper to set up my DS4 so Circle becomes Square+Cross. Is this possible or do I have to use a script?
User avatar
ProjectA2O
Sergeant
Sergeant
 
Posts: 9
Joined: Mon Mar 20, 2017 8:45 pm

Re: Is it possible to add new features to Controller Remappe

Postby J2Kbr » Wed Feb 19, 2020 7:08 am

You will need a GPC script for that, example:
Code: Select all
#include <ps4.gph>
main {
    if(get_actual(PS4_CIRCLE)) {
        set_val(PS4_CIRCLE, 0.0);
        set_val(PS4_SQUARE, 100.0);
        set_val(PS4_CROSS, 100.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: Is it possible to add new features to Controller Remappe

Postby ProjectA2O » Fri Feb 21, 2020 1:22 am

Thank you J2Kbr
User avatar
ProjectA2O
Sergeant
Sergeant
 
Posts: 9
Joined: Mon Mar 20, 2017 8:45 pm

Previous

Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 105 guests