Rapid Fire!!!! Help

Need help? Ask here and someone will help
Post Reply
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Rapid Fire!!!! Help

Post by laytonanthony »

Hey guys i would love rapid fire but struggling to get it setup on my Cyborg R.A.T 9.
Ive read there is some external software you can use to make it work. any suggestions on the best software?

thanks in advance
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Rapid Fire!!!! Help

Post by Matlo »

Just make a macro like that:

Code: Select all

MACRO p
KEYDOWN o
DELAY 50
KEYUP o
DELAY 50
KEYDOWN p
with o assigned to r1 (fire), and p the macro trigger.

Press p to start/stop the macro.

Replace o and p with the keys you want, and adjust the delays to your liking.
GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: Rapid Fire!!!! Help

Post by laytonanthony »

i want to use my mouse button left for the rapid fire.

changed macro to this

MACRO p
KEYDOWN BUTTON_LEFT
DELAY 50
KEYUP BUTTON_LEFT
DELAY 50
KEYDOWN p

it didnt work! im assuming mouse buttons arent acepting macro's?
Cybereu
Posts: 182
Joined: Sun Jul 10, 2011 1:10 pm

Re: Rapid Fire!!!! Help

Post by Cybereu »

And i never knew why mouse aren't supported :|
User avatar
McKack
Posts: 359
Joined: Thu Jul 07, 2011 7:01 pm
Location: Norway
Contact:

Re: Rapid Fire!!!! Help

Post by McKack »

Only keyboard macros are supported currently.

But on a related note, aren't the Cybord R.A.T mice highly configurable not only physically but software wise as well?

Image

If you're using Windows this should be no problem at all except most likely having to use the replacement SDL.dll (for virtual device support) if I'm not mistaken.
My Config Repository | PSN: McKack - Steam: McKack - XBL: Ozukaki | Config Post Template
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Rapid Fire!!!! Help

Post by Matlo »

I created issue 174. This is low priority for me, I will see if I can fix it for the next update.

I don't recommend to use the alternate SDL.dll as it doesn't provide raw events. The mouse precision will be lower and the sensitivity conversion may not work because of the windows mouse ballistics.
GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: Rapid Fire!!!! Help

Post by laytonanthony »

tried all sorts of things to get cyborg rat 9 mouse to rapid fire. it works but not with the left mouse click. cant seem to get it to work, if any one has any input id be very grateful!
Post Reply