Main > Gameplay

Rapid Fire - Left Click

(1/11) > >>

RaptorSystems:
Hi,
So with a tiny bit of experimentation I found it was possible to have the carronade, mortor and traditionally click to fire weapons act like the gatling gun, flamer, etc which are click and hold to fire types of weapons.

The most universal way this can be done is through using software such as autohotkey which allows you to define your own global shortcuts.

For example this script enables the insert key to toggle rapid fire left click

--- Quote ---Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
--- End quote ---
Found at: http://www.autohotkey.com/board/topic/39855-rapidfire-left-click-script/

Certain mouse drivers also support this type of integration.

Rainer Zu Fall:
I like that people look for advantages to get in games, but using methods outside of/not provided by the game itself isn't what I would call "equal and fair sportsmanship".

Chrinus:
If the tools and guns didn't have their own internal cooldowns, I'd call it cheating. Really though, this is just saving your mouse's lifespan. No issue with me here considering you can manually click far faster than the cooldowns of said tools and guns.

Rainer Zu Fall:
You can click faster than this? Hm... I thought it was quite the contrary. Considering this, why not use it for the people who would like too.

Keon:

--- Quote from: RainerZuFall on September 08, 2013, 10:13:10 am ---You can click faster than this? Hm... I thought it was quite the contrary. Considering this, why not use it for the people who would like too.

--- End quote ---

It won't make a mortar fire any faster, but it will save your fingers. I guess I'd allow it, but I'm not gonna use it myself. Clicking as fast as I can is fun. It's actually kinda cool, though.

Navigation

[0] Message Index

[#] Next page

Go to full version