Page 1 of 3
macro recoil ?
Posted: Mon Feb 18, 2013 11:21 pm
by mikadoryu
I wonder if it is possible to make a macro to avoid recoil?
Re: macro recoil ?
Posted: Tue Feb 19, 2013 8:20 am
by Matlo
Try to adapt the rapid fire macro exemple:
http://gimx.fr/wiki/index.php?title=Mac ... d_fire.txt
Bind 'p' to rstick down, set the first delay to 10, and adjust the second delay.
It may not work as moving the rstick down during 10ms may be too much (with bluetooth, it's not possible to have lower delays).
Re: macro recoil ?
Posted: Wed Feb 20, 2013 1:54 am
by mikadoryu
me podrias decir cual seria el nombre del rstick down para poder editar el rapid fire
Re: macro recoil ?
Posted: Wed Feb 20, 2013 6:25 am
by Matlo
Sorry I don't understand Spanish...
Re: macro recoil ?
Posted: Wed Jun 05, 2013 7:36 am
by EduardoP
Hi, i think he wrote something about what is the syntax for "rstick" (analog) on the macro config, i couldn't find it anywhere. Does it work as "down", "up" or it work with values?
I've been trying to work on this as well.
Re: macro recoil ?
Posted: Wed Jun 05, 2013 8:16 am
by Matlo
It's not possible to directly write controller actions (button square, l2, left stick...).
You have to edit the configuration to bind something to the action (key p to button square, key m to right stick down...), and use this control in the macro (KEY p, KEY m...).
http://gimx.fr/wiki/index.php?title=Macros
Re: macro recoil ?
Posted: Wed Jun 05, 2013 9:12 am
by EduardoP
Oh, a fast reply!
Ok, it's because i needed to perfectly control the movement of the stick, but i think it won't work because it won't reconize the movement of the mouse while the other bind key ("LEFT" for the rstick left for exemple) is pressed.
I've been thinking, is there a way to make GIMX work with the OS mouse movement? Not the raw movements. In this case it would be easy for me to make a program of this kind.
Changing the subject...
I'll also congratulate you for the project and everything, i didn't introduce myself on the welcome session, but i've been reading the forum for a while, really really well done!
Re: macro recoil ?
Posted: Thu Jun 06, 2013 9:50 am
by Matlo
With 4 keys/buttons you can control a stick in 8 directions, and using at least 1 more key/button to change the stick intensity you can reach up to 127 positions in each direction. This means you can reach up to 1016 stick positions using at least 5 buttons.
Do you really need more precision?
Furthermore, GIMX schedules events very precisely. An external software won't be able to reach the same precision, as it won't be able to synchronize itself with the GIMX refresh period.
Re: macro recoil ?
Posted: Thu Jun 06, 2013 5:35 pm
by EduardoP
Thanks for the reply...
Yeah, it'd be highly accurate if i could move the mouse while the macro is executing rstick movements. I don't know, i'm probably doing something wrong.
I tried here but when using a button that uses Rstick together with the mouse you can just use one or the other. For exemple, i set the LEFT arrow as button Rstick LEFT, while i'm holding the LEFT arrow, GIMX doesn't get my mouse movements together.
In my case i needed to execute something like a "move relative" function, simultaneously with the mouse.
Re: macro recoil ?
Posted: Thu Jun 06, 2013 6:41 pm
by Matlo
I see, you are just trying to shift the center of the stick.
I don't think it's actually possible using the current software, but it might be possible in a future version.
I think it's possible to add support for mouse and joystick axes in the macro files.