Input translator for Joystick movement

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

Input translator for Joystick movement

Postby cb57 » Tue Jul 23, 2019 4:43 pm

Is there any way to use the input translator to interpret joystick movement as a button press? I use a Nav and want to add auto run to a script but the script is locked. I just need the input translator to interpret the joystick pegged fully forward as pressing LS as well. Thanks
User avatar
cb57
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Wed Mar 13, 2019 1:14 pm

Re: Input translator for Joystick movement

Postby J2Kbr » Tue Jul 23, 2019 8:35 pm

This is not possible with Input Translator (check a input value to perform some action).

What is the script you are using? Easy Sprint (auto run) is very simple to implement, perhaps the script author can do that for you. All needed to do is copy and paste the following code at the end of the GPC script file.
Code: Select all
main {
    if(get_actual(STICK_2_Y) <= -75.0) {
        combo_run(EasySprint);
    }
}
 
combo EasySprint {
    set_val(BUTTON_9, 100.0);
    wait(50); wait(50);
}
 
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: Input translator for Joystick movement

Postby cb57 » Tue Jul 23, 2019 10:28 pm

Actually for the Apex Legends gamepack that I pm’d you about to eliminate the “can’t slide” with toggle crouch issue.
User avatar
cb57
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Wed Mar 13, 2019 1:14 pm


Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 104 guests