Main > Gameplay
Turboclicker.exe - fixing the broken autorepair
redria:
--- Quote from: RearAdmiralZill on March 04, 2014, 01:07:35 pm ---So, you end up with a means of auto click that breaks the already auto firing weapons? Seems legit.
--- End quote ---
--- Quote from: Urz on March 03, 2014, 08:31:15 pm ---If you hold down the control key, it will disable itself until the control key is released.
--- End quote ---
That said, a toggle seems like it would work better. I bound my control key to one of my tools for reasons, so a toggle we could choose would probably help more.
Haven't actually looked at any of this to know how easy this would be, but just pointing it out. :)
DMaximus:
You could probably hack together an AutoHotKey script that maps rapid left clicks to some other button on the mouse or keyboard. A quick google search returned this:
Loop
{
Sleep 100 ; This is the delay between clicks, in milliseconds.
GetKeyState, RButtonState, RButton, P
if RButtonState = U ; User has physically released the button, so end the loop.
break
MouseClick, Right
}
return
from http://www.autohotkey.com/board/topic/9949-repeated-mouse-button-1-clicksbf2/
I haven't tried this, so I can't vouch for it. I'm not even sure if AutoHotKey functions in game, though it should.
Urz:
--- Quote from: redria on March 04, 2014, 01:14:41 pm ---That said, a toggle seems like it would work better. I bound my control key to one of my tools for reasons, so a toggle we could choose would probably help more.
Haven't actually looked at any of this to know how easy this would be, but just pointing it out. :)
--- End quote ---
The source code is included and it's a pretty simple utility. If you wanted to change which keys are used for instance, you would just need to replace the key codes on lines 20 and/or 21 with different ones.
geggis:
Just use X-mouse (http://www.highrez.co.uk/downloads/XMouseButtonControl.htm) or Logitech's Setpoint software if you've got a Logitech mouse. I've assigned middle mouse click (and hold) to 'turboclick' so it doesn't interfere with anything else. As an added bonus, both pieces of software will recognise when GoIO is running so this configuration is activated and deactivated automatically. They're great as set and forget apps.
Personally, I think it's a pain that we're even considering all these workarounds though because autorepair should be as effective as clicking really fast manually anyway.
Navigation
[0] Message Index
[*] Previous page
Go to full version