Binding 'thanks!' to a key?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yezzer

    #1

    Binding 'thanks!' to a key?

    Hey BF2142ers,

    First post and all that..
    I've been googling to see if it's possible to bind 'thanks!' and other voice thingys on the commo rose (?) and the squad rose thingy to keys. Maybe the numpad, or maybe the special keys on my Logitech G15.

    I can't find anything on Google though - either it's not possible or i'm using the wrong keywords

    Anyone here know if it can be done, and if so how?

    Thanks!
  • Merlin
    Member
    • Apr 2007
    • 861

    #2
    I dont think it can be done as it requires the use of keyboard and mouse. Your G15 macros wont recognise mouse movement or clicks.

    Comment

    • imported_Spuddy
      Member
      • Feb 2007
      • 1242

      #3
      Originally posted by Merlin
      I dont think it can be done as it requires the use of keyboard and mouse. Your G15 macros wont recognise mouse movement or clicks.
      Wrong, you can do it.

      <macro name="Thanks" guid="{4C2DD327-E32D-439D-8A9A-AF121D3DEC09}" type="multikey">
      <event type="keydown" keyname="Q"/>
      <event type="delay" delay="51"/>
      <event type="mousemove" dx="-114" dy="0" coordinate="relative"/>
      <event type="delay" delay="51"/>
      <event type="mousedown" mousebutton="left"/>
      <event type="delay" delay="51"/>
      <event type="mouseup" mousebutton="left"/>
      <event type="delay" delay="51"/>
      <event type="keyup" keyname="Q"/>
      </macro>
      And before anyone starts bitching at me, I don't actually use macro's for any special tricks, I don't even use it for the above, it was purely a test after seeing something similar on Youtube.

      Comment

      • danutz1183

        #4
        what? why not bro? use that damn keyboard! thats what ya bought it for.

        Comment

        • imported_Spuddy
          Member
          • Feb 2007
          • 1242

          #5
          Originally posted by danutz1183
          what? why not bro? use that damn keyboard! thats what ya bought it for.
          I do plan to use it for kit setup, because even though 1.4 will remember, it'll only remember one configuration, and it's such a PITA setting it up each time.

          Comment

          • Bardo

            #6
            or... you can get quick enough where you give a thanks in an instant.

            for example, i seem to be able to get a "thanks" out after being rez'd by the time i'm on my feet.

            Comment

            • x + 95 = 4x - 10

              #7
              Exactly... It's not that hard.

              Comment

              • Roger Smith
                Member
                • Aug 2006
                • 1390

                #8
                spuddy, you are the man. i had no idea you could bind stuff in this game!

                edit: aw **** you gotta have a ****ty logitech keyboard

                Comment

                • rowdyman

                  #9
                  Originally posted by Bardo
                  or... you can get quick enough where you give a thanks in an instant.

                  for example, i seem to be able to get a "thanks" out after being rez'd by the time i'm on my feet.
                  Word
                  Originally posted by x + 95 = 4x - 10
                  Exactly... It's not that hard.
                  Word


                  What I'd like to have though are macros for smack talking, like when you come up behind a commander with his face buried in the dirt. Hit your macro to say something like "I see dead peopleā€ or something of the sort.

                  Comment

                  Working...