writing a macro script?

Discuss everything to do with GIMX here
Post Reply
nethious
Posts: 6
Joined: Tue May 03, 2016 9:18 am

writing a macro script?

Post 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?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: writing a macro script?

Post by Matlo »

There are some examples here: http://gimx.fr/wiki/index.php?title=Macros
GIMX creator
nethious
Posts: 6
Joined: Tue May 03, 2016 9:18 am

Re: writing a macro script?

Post 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?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: writing a macro script?

Post by Matlo »

Read about the delay precision on the wiki page.
GIMX creator
nethious
Posts: 6
Joined: Tue May 03, 2016 9:18 am

Re: writing a macro script?

Post by nethious »

fixed, thanks.
Post Reply