trying make a combo that rotates the Right stick from 12-3pm

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

trying make a combo that rotates the Right stick from 12-3pm

Postby VvV » Thu Dec 23, 2021 3:05 pm

Hi. So I'm trying to make a combo that will rotate the right stick from 12 o'clock to 3 o'clock or from RY, -100 to RX, 100

I've tried changing the values between this combo and I couldn't come up with values that imitate the clockwise rotation.


Code: Select all
    //HALF SPIN LH (12-3)
    set_val(PS4_RY, -100)//(12)1
    wait(20); wait(10);
    set_val(PS4_RX, 75);
    set_val(PS4_RY, -75);   //(1:30)
    wait(20); wait(10);
    set_val(PS4_RX, 100);    //(3)
    wait(20); wait(30);
 
 
 
 
}
User avatar
VvV
Sergeant Major
Sergeant Major
 
Posts: 87
Joined: Mon Jun 18, 2018 12:04 pm

Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 100 guests