Hello I have a question

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

Hello I have a question

Postby holyangelz » Sun Sep 20, 2020 3:09 am

I play path of exile on Ps4 and want to use the titan 1 to be able to press a single button on my ps4 controller and it then uses the R1 L1 and dpad UP LEFT AND RIGHT when ever I press the single button (whatever I chose)
Is this achievable with the titan 1?
User avatar
holyangelz
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Sun Sep 20, 2020 2:30 am

Re: Hello I have a question

Postby Mad » Sun Sep 20, 2020 4:19 am

Welcome.

Sure is. :smile0517:
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: Hello I have a question

Postby holyangelz » Sun Sep 20, 2020 4:52 am

Mad wrote:Welcome.

Sure is. :smile0517:


Thanks for the response!
User avatar
holyangelz
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Sun Sep 20, 2020 2:30 am

Re: Hello I have a question

Postby holyangelz » Sun Sep 20, 2020 9:09 am

Mad wrote:Welcome.

Sure is. :smile0517:


When I press R1 I still need it to use the R1 button along with the others in the sequence because its a potion button too, and my goal is to use all my potions with one button.

When I press R1 I need it to also Press (Left Dpad), (Up Dpad), and (Right Dpad)
User avatar
holyangelz
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Sun Sep 20, 2020 2:30 am

Re: Hello I have a question

Postby Mad » Sun Sep 20, 2020 7:46 pm

holyangelz wrote:When I press R1 I need it to also Press (Left Dpad), (Up Dpad), and (Right Dpad)

Code: Select all
main {
    if(event_press(PS4_R1)) {
        combo_run(Potions);
    }
}
 
combo Potions {
    set_val(PS4_LEFT, 100);
    wait(60);
    set_val(PS4_UP, 100);
    wait(60);
    set_val(PS4_RIGHT, 100);
    wait(60);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: Hello I have a question

Postby holyangelz » Sun Sep 20, 2020 10:25 pm

Mad wrote:
holyangelz wrote:When I press R1 I need it to also Press (Left Dpad), (Up Dpad), and (Right Dpad)

Code: Select all
main {
    if(event_press(PS4_R1)) {
        combo_run(Potions);
    }
}
 
combo Potions {
    set_val(PS4_LEFT, 100);
    wait(60);
    set_val(PS4_UP, 100);
    wait(60);
    set_val(PS4_RIGHT, 100);
    wait(60);
}


Thank you very much Sir.
User avatar
holyangelz
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Sun Sep 20, 2020 2:30 am


Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 131 guests

cron