Input problem

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

Input problem

Postby harry42 » Tue Sep 11, 2018 7:09 pm

Hey Guys,

i got my Titan two this week and now im trying to develope some code.
One thing i really dont unterstand is that i have in my code 3 Light Attacks but only 2 are executed ingame
i played already with the timings but no sucess.
Can you guys please give me a tip, most likely it is something obvious.


Code: Select all
main {
if(event_active(BUTTON_8)
    ) {
        combo_run(Macro2Combo);
                                }
}
 
combo Macro2Combo { 
 set_val(BUTTON_5, 0.00);
    wait(200);
    set_val(BUTTON_5, 70.00);
    wait(200);
    set_val(BUTTON_5, 0.00);
    wait(200);
    set_val(BUTTON_5, 70.00);
    wait(200);
    set_val(BUTTON_5, 0.00);
    wait(200);
    set_val(BUTTON_5, 70.00);
    wait(200);
    set_val(BUTTON_5, 0.00);
    wait(200);


Settings of the device:
https://ibb.co/kgSdn9

Latest Firmware and Gtuner
User avatar
harry42
Private
Private
 
Posts: 1
Joined: Tue Sep 11, 2018 7:01 pm

Re: Input problem

Postby J2Kbr » Wed Sep 12, 2018 9:07 am

Welcome to our forums.

The combo seems to be correct, it presses the RT 3 times at 70% value, maybe if you change the 70.00 to 100.0?
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 121 guests