[request] option button then touch pad (half second loop)

GPC2 script programming for Titan Two. Code examples, questions, requests.

[request] option button then touch pad (half second loop)

Postby sporat2012 » Fri May 10, 2019 6:39 am

it's for the infinite time glitch in destiny 2, i really hope someone could help me with it.
thanks
sporat2012
Corporal
Corporal
 
Posts: 5
Joined: Fri May 10, 2019 6:04 am

Re: [request] option button then touch pad (half second loop

Postby J2Kbr » Sat May 18, 2019 4:08 pm

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: [request] option button then touch pad (half second loop

Postby Helio2k » Tue Jun 11, 2019 4:59 pm

HI,
New to the forum and to the device, would like to know if the script that link was provided too how hard is it to duplicate / reconfigure for xbox one X?
Thanks.
User avatar
Helio2k
Private First Class
Private First Class
 
Posts: 2
Joined: Tue Jun 11, 2019 4:56 pm

Re: [request] option button then touch pad (half second loop

Postby Mad » Tue Jun 11, 2019 7:32 pm

If you press F1 in Gtuner you'll get a list of buttons - The buttons are the same across console.

Just so you don't have to include the PS4 header:

Code: Select all
int toggle;
 
main {
    if(event_press(BUTTON_3)) {
        toggle = !toggle;
    }
    if(toggle) {
        set_val(BUTTON_3, 0);
        combo_run(MyCombo);
    }
}
 
combo MyCombo {
    set_val(BUTTON_3, 100);
    wait(100); wait(100);
    set_val(BUTTON_2, 100);
    wait(100); wait(90);
}
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: [request] option button then touch pad (half second loop

Postby Helio2k » Fri Jun 14, 2019 1:02 pm

So If I understand the Script, If I press the Button_3 (Menu Option Xbox) then the script will trigger? is that correct
User avatar
Helio2k
Private First Class
Private First Class
 
Posts: 2
Joined: Tue Jun 11, 2019 4:56 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 95 guests