Make The Tag Laser Fire Continuously With A Single Click/button Press
#1
Posted 28 November 2012 - 12:57 PM
#2
Posted 28 November 2012 - 01:00 PM
#3
Posted 28 November 2012 - 01:23 PM
sorry, wrong topic tbh
BTT:
yes, TAG toggle would be very helpfull - it has been suggested a bajillion times though
Edited by Elder Thorn, 28 November 2012 - 01:24 PM.
#4
Posted 28 November 2012 - 01:25 PM
I've set 'left alt' to weapongroup 6 where my TAG is assigned to.
-> I can constantly use TAG with my thumb without any issues.
#5
Posted 28 November 2012 - 02:05 PM
#6
Posted 28 November 2012 - 03:30 PM
CapperDeluxe, on 28 November 2012 - 01:00 PM, said:
old news:
http://mwomercs.com/...ost__p__1342463
I use it all the time. Its very useful for LRM boats or scouts. It Saves you the need to press the button and you can concentrate on the field and firing on the enemy.
My suggestion is: Ad a TOGGLE checkbox on the Setting Window for every key, so the User can choose the weapongroup that will permanently fire if fired once.
This will ease the use of TAG laser or the way to "chain - autofire" a laser array, without the need of macro tools, like autohotkey etc., or XML editing workarounds
The checkbox for the toggle function dont need to be big. Just make a small colour lighting up besides the key name. Or, if you right click on the command name, the font colour changes to blue, to indicate the toggle function is active for this command.
We need a toggle function for weapongroups! ... and the Q key =)
Edited by Garagano, 28 November 2012 - 03:34 PM.
#7
Posted 07 December 2012 - 06:52 AM
function OnEvent(event, arg) if (event=="MOUSE_BUTTON_PRESSED" and arg==6) then if (toggle==null) then PressKey(0x07); toggle=1; elseif (toggle==1) then ReleaseKey(0x07); toggle=null; end end end
You probably have to change the arg and key, but that's not much is it?
#8
Posted 07 December 2012 - 07:10 AM
#9
Posted 07 December 2012 - 07:39 AM
Pugnacious Stoat, on 28 November 2012 - 12:57 PM, said:
I like this.
this is more productive and mature compared to the "ECM BROKE MUH MISSILE BOAT" threads.
#10
Posted 07 December 2012 - 09:24 AM
2) Set weapon group to that button.
3) Set TAG to that weapon group all by itself.
4) Hold button down.
There's your toggle switch.
Edited by Evilsmirk, 07 December 2012 - 09:24 AM.
#11
Posted 09 July 2013 - 02:01 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users