Jump to content

Make The Tag Laser Fire Continuously With A Single Click/button Press


10 replies to this topic

#1 Pugnacious Stoat

    Member

  • PipPip
  • 31 posts

Posted 28 November 2012 - 12:57 PM

When ECM comes out, the tag laser will probably be getting a lot more use. One of the things I noticed when I tried it is that, to keep an enemy tagged, you have to hold down whatever button corresponds to the tag's weapon group. This is inconvenient, and disrupts the grouping and firing of other weapons, particularly if the only buttons you can comfortably hold down for prolonged periods of time are the left and right mouse buttons. Why not make tag laser activation a toggled state? That is, hit the button corresponding to the tag's weapon group once to start firing it, and then again to stop. That just seems to make a lot more sense.

#2 Mechteric

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Overlord
  • Overlord
  • 7,308 posts
  • LocationRTP, NC

Posted 28 November 2012 - 01:00 PM

Good idea, someone could probably come up with way to use macros to do this in the meantime

#3 Elder Thorn

    Member

  • PipPipPipPipPipPipPipPip
  • Ace Of Spades
  • Ace Of Spades
  • 1,422 posts
  • LocationGermany

Posted 28 November 2012 - 01:23 PM

edit:

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 Ragor

    Member

  • PipPipPipPipPipPipPip
  • 852 posts
  • LocationGermany

Posted 28 November 2012 - 01:25 PM

My workaround:
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 Gremlich Johns

    Member

  • PipPipPipPipPipPipPipPipPip
  • The 1 Percent
  • The 1 Percent
  • 3,855 posts
  • LocationMaryland, USA

Posted 28 November 2012 - 02:05 PM

Tried joytokey yet?

#6 Garagano

    Member

  • PipPipPipPipPipPipPip
  • Littlest Helper
  • Littlest Helper
  • 862 posts
  • LocationGermany

Posted 28 November 2012 - 03:30 PM

View PostCapperDeluxe, on 28 November 2012 - 01:00 PM, said:

Good idea, someone could probably come up with way to use macros to do this in the meantime

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 Poldi

    Member

  • PipPip
  • Legendary Founder
  • Legendary Founder
  • 24 posts
  • LocationGermany

Posted 07 December 2012 - 06:52 AM

I did a macro for my G700 Logitech mouse, works for all keyboards/mice from the G.series
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 King Arthur IV

    Member

  • PipPipPipPipPipPipPipPipPip
  • Moderate Giver
  • 2,549 posts

Posted 07 December 2012 - 07:10 AM

tag toggle would be nice.

#9 Rocket2Uranus

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • 359 posts

Posted 07 December 2012 - 07:39 AM

View PostPugnacious Stoat, on 28 November 2012 - 12:57 PM, said:

When ECM comes out, the tag laser will probably be getting a lot more use. One of the things I noticed when I tried it is that, to keep an enemy tagged, you have to hold down whatever button corresponds to the tag's weapon group. This is inconvenient, and disrupts the grouping and firing of other weapons, particularly if the only buttons you can comfortably hold down for prolonged periods of time are the left and right mouse buttons. Why not make tag laser activation a toggled state? That is, hit the button corresponding to the tag's weapon group once to start firing it, and then again to stop. That just seems to make a lot more sense.


I like this.
this is more productive and mature compared to the "ECM BROKE MUH MISSILE BOAT" threads.

#10 Evilsmirk

    Member

  • PipPipPip
  • The Bludgeon
  • The Bludgeon
  • 53 posts

Posted 07 December 2012 - 09:24 AM

1) Find an easily reachable button (mouse thumb or keyboard hand's pinky finger for example).
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 Dr B00t

    Member

  • PipPipPipPipPipPip
  • Survivor
  • 496 posts

Posted 09 July 2013 - 02:01 AM

8 months later and 2 QandA's and it's still not in the game...must be hard to code

Posted Image





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users