Dakka Dakka Dakka Macro In Action
#21
Posted 28 March 2013 - 07:24 PM
#22
Posted 28 March 2013 - 07:35 PM
#23
Posted 28 March 2013 - 09:33 PM
#24
Posted 29 March 2013 - 02:03 AM
#25
Posted 29 March 2013 - 04:46 AM
#26
Posted 29 March 2013 - 04:46 AM
Edited by JohnathanSwift, 29 March 2013 - 04:47 AM.
#27
Posted 29 March 2013 - 05:12 AM
JohnathanSwift, on 29 March 2013 - 04:46 AM, said:
When you get good at this game you will understand that people all have different playstyles and you will also understand that Mechs are very versatile and no one build is ever the right build. Keep on playing, keep on practicing and you will get the idea eventually.
#28
Posted 29 March 2013 - 12:07 PM
#29
Posted 29 March 2013 - 06:56 PM
I still like the stock x2 AC5 x2 AC2 loadout: Set the left arm to fire group Two, the right to fire group One and open them up so the AC2 cycles right; the result is quite amusing as the AC5 fills in the gaps.
It also lets you hide half your torso and not worry about wasting ammo shooting at a wall.
Though this is still hilarious.
#31
Posted 29 March 2013 - 07:47 PM
Fishbulb333, on 28 March 2013 - 07:18 PM, said:
For anyone else looking for a way to use this macro, it's pretty simple, just go to the above link, download and install autohotkey, then when it's installed right click an empty folder, hit New -> Autohotkey Script, then copy/paste the following and save...
#InstallMouseHook
#InstallKeyBDHook
MButton::
while GetKeyState("MButton","P")
{
send {1 down}
sleep 85
send {1 up}
send {2 down}
sleep 85
send {2 up}
send {3 down}
sleep 85
send {3 up}
send {4 down}
sleep 85
send {4 up}
send {5 down}
sleep 85
send {5 up}
send {6 down}
sleep 85
send {6 up}
}
This will bind a similar macro to the one mack uses, to your middle mouse button, quick and easy,
and doesn't need any new hardware.
Too bad I use my middle mouse key for my mic :X
Edited by Skadi, 29 March 2013 - 07:47 PM.
#32
Posted 30 March 2013 - 01:42 PM
Fishbulb333, on 28 March 2013 - 07:18 PM, said:
For anyone else looking for a way to use this macro, it's pretty simple, just go to the above link, download and install autohotkey, then when it's installed right click an empty folder, hit New -> Autohotkey Script, then copy/paste the following and save...
#InstallMouseHook
#InstallKeyBDHook
MButton::
while GetKeyState("MButton","P")
{
send {1 down}
sleep 85
send {1 up}
send {2 down}
sleep 85
send {2 up}
send {3 down}
sleep 85
send {3 up}
send {4 down}
sleep 85
send {4 up}
send {5 down}
sleep 85
send {5 up}
send {6 down}
sleep 85
send {6 up}
}
This will bind a similar macro to the one mack uses, to your middle mouse button, quick and easy,
and doesn't need any new hardware.
I can't get it to work. I changed the MMB to the RMB, unbound the RMB in-game so it doesn't have a function, ran the script and the game in admin mode but it just won't work. It works in notepad though. Can someone post a working ahk script please?
#33
Posted 30 March 2013 - 06:32 PM
with my average ping of 130 i have 200 MS trigger delay for each gun when using 4 ac2 so they chain properly, for every gun more it needs less delay.
#34
Posted 31 March 2013 - 04:47 PM
Pinselborste, on 30 March 2013 - 06:32 PM, said:
with my average ping of 130 i have 200 MS trigger delay for each gun when using 4 ac2 so they chain properly, for every gun more it needs less delay.
Yeah, a better way would be to have autohotkey cycle all the keys down and then hold them till you release fire key. That would ensure that all guns fire without skips and max the rate of fire without having to add a buffer to the keystrokes.
#35
Posted 04 April 2013 - 04:08 AM
#36
Posted 07 April 2013 - 07:20 AM
#38
Posted 12 April 2013 - 11:47 PM
Mackman, on 28 March 2013 - 05:57 PM, said:
it wouldn't be terribly hard to get this essential effect in game without a macro anyways. All you have to do is bind one ac2 to each 1-5 then bind all of them to 6. Then you just hit 1 through 5 in sequence then hold down 6 and let the game fire them immediately as they come up. It might not ever be as precise as his macro, but you would still be getting in 24 damage every second.
Edited by Noob Weapons, 12 April 2013 - 11:51 PM.
#39
Posted 13 April 2013 - 09:37 AM
As said already, good to see someone else just enjoying themselves. It is a game after all....
Edited by Rustybadger, 13 April 2013 - 09:37 AM.
#40
Posted 14 April 2013 - 06:59 PM
SniperCzar, on 20 March 2013 - 01:04 PM, said:
#InstallMouseHook #InstallKeyBDHook MButton:: while GetKeyState("MButton","P") { send {1 down} sleep 85 send {1 up} send {2 down} sleep 85 send {2 up} send {3 down} sleep 85 send {3 up} send {4 down} sleep 85 send {4 up} send {5 down} sleep 85 send {5 up} send {6 down} sleep 85 send {6 up} }
Let me say... I have never seen a full lance of assault mechs turn and run away so quickly in my life. Sure, the damage and heat are terrible when you're shooting at anything fast, but the sound and suppression is absolutely glorious to behold. The other perk is being able to headshot Splatapults with nothing but a stream of AC2 fire, which has brought out more than a few WTFs over the past 24 hours
For the record, you have to run AutoHotKey as administrator for it to work in-game.
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users