Page 1 of 1
writing a macro script?
Posted: Tue May 03, 2016 9:21 am
by nethious
Hello, I need to write a script to do some repetitive tasks on my console, Does anyone have an example of a script I can take a look at?
Re: writing a macro script?
Posted: Tue May 03, 2016 11:11 am
by Matlo
Re: writing a macro script?
Posted: Mon May 09, 2016 11:52 pm
by nethious
Are scripts unreliable? my script seems to run differently everytime i load the script, i get different responses.
heres my script:
http://pastebin.com/yPrLZtFf
So the script start, pressing the PSN(p) button to connect the controller.
down(s)
X button(k)
#then this is where it messes up, line 14
its suppose to press down 3 times, but it seems the amount of times it does it, varies every time i run the macro.
Using cp2102, arduino leonardo
windows 8.1
the latest gimx i think 5.7?
Re: writing a macro script?
Posted: Tue May 10, 2016 6:03 am
by Matlo
Read about the delay precision on the wiki page.
Re: writing a macro script?
Posted: Tue May 10, 2016 7:06 am
by nethious
fixed, thanks.