Page 1 of 1

how to record combo with cross analog moves

PostPosted: Sat Apr 02, 2022 2:49 pm
by abbasbj
diagonal directions such as north east, south west.
holding down the cross analog directions and pressing any key. how to write such a combo.
can i save it as a macro and then convert it to a combo. I read the sources but I didn't understand anything

Re: how to record combo with cross analog moves

PostPosted: Fri Apr 08, 2022 11:40 pm
by Mad
Yes you can convert it to a combo with the macro recorder or doing it manually.

You can hold the stick in the direction you want and see the values in gtuners device monitor and use it in a combo
Code: Select all
combo zz {
    set_val(STICK_1_X, 100.0);
    set_val(STICK_1_Y, 100.0);
    wait(200);
}