Mouse Rapid Fire. Help

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

Mouse Rapid Fire. Help

Post by laytonanthony »

Hey guys ive read the rapid fire text. cant get me head round it.
basically i use mouse button left to fire.
what txt do i need to make this work?
the rest of my mouse is already used fo other things aswell.
thanks
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Rapid Fire. Help

Post by Matlo »

Matlo wrote:rapid_fire.txt

Code: Select all

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

MACRO MBUTTONUP BUTTON_LEFT
KEYUP p
MBUTTONDOWN BUTTON_LEFT
Key 'p' is bind to r1 in both hip fire and ADS profiles.
Button 'BUTTON_LEFT' is NOT bind to r1 in both hip fire and ADS profiles.
GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: Mouse Rapid Fire. Help

Post by laytonanthony »

ive read that. but doesnt work with my configuration. what is P and mousedwn for?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Rapid Fire. Help

Post by Matlo »

1. Create a rapid_fire.txt file in the "macros" directory, paste the macro code, and save.
2. Open your config file with gimx-fpsconfig, and click on r1.
3. Press key p on your keyboard.
4. Save.
GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: Mouse Rapid Fire. Help

Post by laytonanthony »

thanks got it to work. can i make the rapid fire rate go any quicker? if so how do i change it?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Rapid Fire. Help

Post by Matlo »

There are 2 DELAY commands in the macro: the first one tells how long the button is pressed, and the second one how long the button is released. The unit is miliseconds.
GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: Mouse Rapid Fire. Help

Post by laytonanthony »

ok so 0.50 and 0.25 would make the rapis fire quicker?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Rapid Fire. Help

Post by Matlo »

You can't use anything lower than 1ms.
In fact there is no point to use any value lower than the update period (which is 1000/frequency).
For example, if you run GIMX at 250Hz (DIY USB adapter), delays lower than 1000/250=4ms will be rounded to 4ms.
GIMX+ bluetooth runs at 100Hz, which means the lowest delay is 10ms.
GIMX creator
Post Reply