Help me ROcket league

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

Help me ROcket league

Postby emirtzt2 » Sat Apr 27, 2019 12:11 pm

Can someone make so when i hold down square then hold down r1 left stick to left and hold x until i stop holding square would be very helpful it is for rocket league its called Stalling
User avatar
emirtzt2
Corporal
Corporal
 
Posts: 5
Joined: Sat Apr 27, 2019 12:10 pm

Re: Help me ROcket league

Postby emirtzt2 » Sat Apr 27, 2019 12:42 pm

ps4 controller btw heres to make it easier https://www.youtube.com/watch?v=aIm1SJkh4uY
I basically want a bind that starts when i hold down square
User avatar
emirtzt2
Corporal
Corporal
 
Posts: 5
Joined: Sat Apr 27, 2019 12:10 pm

Re: Help me ROcket league

Postby J2Kbr » Mon Apr 29, 2019 10:22 am

Please test the script below, it should perform the described actions. :smile0517:
Code: Select all
int toggle;
 
main {
    // when i hold down square then hold down r1
    if(get_val(PS4_SQUARE) && event_press(PS4_R1)) {
        toggle = TRUE;
    } else if(event_release(PS4_SQUARE)) {
        // until i stop holding square
        toggle = FALSE;
    }
    if(toggle) {
        // left stick to left and hold x
        set_val(PS4_LY, 0);
        set_val(PS4_LX, -100);
        set_val(PS4_CROSS, 100);
    }
}
 
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: Help me ROcket league

Postby emirtzt2 » Sat May 11, 2019 3:37 pm

when i press square nothing happens i think i did something wrong??`?
User avatar
emirtzt2
Corporal
Corporal
 
Posts: 5
Joined: Sat Apr 27, 2019 12:10 pm

Re: Help me ROcket league

Postby J2Kbr » Sun May 12, 2019 10:53 am

To start you should press SQUARE + R1
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: Help me ROcket league

Postby emirtzt2 » Wed May 15, 2019 3:02 pm

ok but the stall dosnt work but ty for trying
User avatar
emirtzt2
Corporal
Corporal
 
Posts: 5
Joined: Sat Apr 27, 2019 12:10 pm


Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 104 guests