Jump to content

Worried About Heat Scale ? Turn A 2 Button Mouse With Scroll Wheell Into A 4 Button Mouse


44 replies to this topic

#21 sokitumi

    Member

  • PipPipPipPipPipPipPip
  • 581 posts
  • LocationChicago

Posted 16 July 2013 - 12:44 AM

To say someone's not doing it right just because you personally prefer thumbing a trigger on the device you're aiming with is awfully presumptuous. People play different ways.

I would gladly remap holding down mouse2 to turn the orientation of the mech's feet over it being a trigger, if mwo supported it, and have only one trigger (on the mouse). That's how it was done in 4 and it was way more useful/dynamic than having a 2nd trigger (on the mouse) in a scrap.

#22 Stomp

    Member

  • PipPipPipPipPipPip
  • Bridesmaid
  • Bridesmaid
  • 345 posts
  • LocationLuthien

Posted 16 July 2013 - 01:06 AM

lol'd at the lefties in this thread who use all kinds of whacky stuff. I wish I'd have thought to use the arrows, but I basically mirrored the movement keys onto the IJKL keys haha, full stop is (,) zoom is H, etc etc. I moved everything to the other side, set auto armlock to (:D and I was good to go.

Edited by Stomp, 16 July 2013 - 01:06 AM.


#23 Lyoto Machida

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Overlord
  • Overlord
  • 5,082 posts

Posted 16 July 2013 - 01:09 AM

View PostColonel Pada Vinson, on 15 July 2013 - 11:21 PM, said:


rookie


I'm playing on a 10 year old Microsoft 4 button mouse...maybe I do need an upgrade.

#24 Sable Dove

    Member

  • PipPipPipPipPipPipPipPip
  • Knight Errant
  • 1,005 posts

Posted 16 July 2013 - 01:20 AM

MWO only requires two buttons.
One for the ERPPCs;
One for the Gauss Rifle.

#25 MustrumRidcully

    Member

  • PipPipPipPipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 10,644 posts

Posted 16 July 2013 - 01:52 AM

View PostJoseph Mallan, on 15 July 2013 - 01:16 PM, said:

Razor Naga with full number pad on the side! :D

Nerf!

(Only Joseph's, not mine).

This might actually be a completely underappreciated aspect of making M:WO "COD masses friendly". 3PV is all nice and dandy, but you don't need all that many mouse buttons for the standard weapon loadout of a virtual soldiers. The new heat system requires it even more than ever before (and even before, I'd say 3 weapon groups where generally a good idea, unless you really were just driving a boat).

#26 Enderman

    Member

  • PipPipPip
  • 70 posts
  • LocationTallinn

Posted 16 July 2013 - 03:55 AM

Can someone post an actual working actionmap.xml
with actions bound to scrollwheel?

I tried to do it, usin the suggestions found in some pack with custom user.cfg files and othe stuff, but it did not work.

Edited by Enderman, 16 July 2013 - 03:55 AM.


#27 MrDrunkenMaster

    Member

  • PipPipPip
  • FP Veteran - Beta 1
  • 59 posts

Posted 16 July 2013 - 08:24 AM

I don't like the action maps: MWO has broken them several times already ( see joystick issues ) and they tend to be buggy as the devs don't test them.

I have improved this script to fire when CTRL or shift is held down ( when torso twisting or Arm locking for example ) and provided a single place to change which Weapon groups are fired.

#SingleInstance Force
#InstallMouseHook
#InstallKeyBDHook

#IfWinActive ahk_class CryENGINE

;Change these numbers to assign different weapon groups from 1-6

WeaponGroup1 = 3
WeaponGroup2 = 4

WheelUp::

send {%WeaponGroup1% down}
sleep 85
send {%WeaponGroup1% up}

return

WheelDown::

send {%WeaponGroup2% down}
sleep 85
send {%WeaponGroup2% up}

return

^WheelUp::

send {%WeaponGroup1% down}
sleep 85
send {%WeaponGroup1% up}

return

^WheelDown::

send {%WeaponGroup2% down}
sleep 85
send {%WeaponGroup2% up}

return

+WheelUp::

send {%WeaponGroup1% down}
sleep 85
send {%WeaponGroup1% up}

return

+WheelDown::

send {%WeaponGroup2% down}
sleep 85
send {%WeaponGroup2% up}

return

#28 MaddMaxx

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Survivor
  • Survivor
  • 5,911 posts
  • LocationNova Scotia, Canada

Posted 16 July 2013 - 08:55 AM

View PostMustrumRidcully, on 16 July 2013 - 01:52 AM, said:

Nerf!

(Only Joseph's, not mine).

snip

unless you really were just driving a boat).


I thought everyone was driving a Boat? :( Only 2 groups required. Alpha and Cool Down. LOL!

Edited by MaddMaxx, 16 July 2013 - 08:55 AM.


#29 Trauglodyte

    Member

  • PipPipPipPipPipPipPipPipPip
  • 4,373 posts

Posted 16 July 2013 - 09:27 AM

View PostSybreed, on 15 July 2013 - 01:32 PM, said:

it's one of the rare occasions where left handed players are at an advantage... arrows + del/end/pagedown combo makes having 5 groups very easy to use.


Aren't left handed players kind of like the gingers of the world? Creepy and very strange looking :(

#30 NRP

    Member

  • PipPipPipPipPipPipPipPipPip
  • Fire
  • Fire
  • 3,949 posts
  • LocationCalifornia

Posted 16 July 2013 - 09:34 AM

I come from console gaming, so I am really terrible with keyboard controls. Therefore, I like to map as many actions as I can to the mouse buttons. It's just easier for me.

#31 Zakie Chan

    Member

  • PipPipPipPipPipPipPip
  • 549 posts

Posted 16 July 2013 - 09:51 AM

<action name="m_wg3">
   <rebind device="keyboard" input="" index="0" defaultInput="3"/>
   <rebind device="keyboard" input="mwheel_up" index="1" defaultInput="mouse4"/>
  </action>
<action name="m_wg4">
   <rebind device="keyboard" input="" index="0" defaultInput="4"/>
   <rebind device="keyboard" input="mwheel_down" index="1" defaultInput="mouse5"/>
  </action>


Games>Piranha Games>Mechwarrior Online>USER>Profiles> YOUR USER NAME> actionmaps.xml

Copy, and paste the actionmaps file to create a backup
Edit actionmaps with a word processor. I recommend Notepad+ to have the code sorted better.
Replace the corresponding code.
Save

You have successfully mapped mouse wheel up as control group 3 and mouse wheel down as control group 4. No need for 3rd party programs.

#32 Sprouticus

    Member

  • PipPipPipPipPipPipPipPipPip
  • Bridesmaid
  • 2,781 posts
  • LocationChicago, Il, USA

Posted 16 July 2013 - 10:10 AM

View PostRoland, on 15 July 2013 - 01:22 PM, said:

You can just alter the actionmap.xml file to map scroll up and scroll down to anything you want. You don't need a separate program for such a basic thing.



I thought modifying the acitonmaps.xml was against the ToS?

(I am not saying I do or don't modify that xml file for wheel scrolling....just repeating what I heard)

#33 Edson Drake

    Member

  • PipPipPipPipPipPip
  • 254 posts

Posted 16 July 2013 - 10:16 AM

Quote

MWO only requires two buttons.
One for the ERPPCs;
One for the Gauss Rifle.


You forgot old Macintosh users, just one mouse button is enough: for the 2X AC20!

#34 MonkeyCheese

    Member

  • PipPipPipPipPipPipPipPipPip
  • The 1 Percent
  • The 1 Percent
  • 3,045 posts
  • LocationBrisbane Australia

Posted 16 July 2013 - 10:39 AM

Bah I use a Razer Naga and Nostromo

http://www.razerzone...er-naga-molten/
http://www.razerzone.../razer-nostromo

I need less buttons.

#35 giganova

    Member

  • PipPipPipPipPipPip
  • Survivor
  • Survivor
  • 200 posts
  • Location3rd prime celestial body of the Sol star system

Posted 16 July 2013 - 11:12 AM

View PostOdins Fist, on 15 July 2013 - 01:14 PM, said:

If you're gaming with a $7.00 OEM Logicrap mouse, then you're already doing it wrong... ;)



Not true, some of the best gaming mice I've had were cheapies. Hell, even the standard HP or Microsoft mouse has plenty of DPI. The gaming mouse market is a racket.

#36 blinkin

    Member

  • PipPipPipPipPipPipPipPipPip
  • 3,195 posts
  • LocationEquestria

Posted 16 July 2013 - 11:43 AM

View PostTrauglodyte, on 16 July 2013 - 09:27 AM, said:

Aren't left handed players kind of like the gingers of the world? Creepy and very strange looking ;)

yeah but we can go out into the sunlight which makes us far more dangerous.

#37 Odins Fist

    Member

  • PipPipPipPipPipPipPipPipPip
  • Ace Of Spades
  • Ace Of Spades
  • 3,111 posts
  • LocationThe North

Posted 16 July 2013 - 11:52 AM

View Postgiganova, on 16 July 2013 - 11:12 AM, said:

Not true, some of the best gaming mice I've had were cheapies. Hell, even the standard HP or Microsoft mouse has plenty of DPI. The gaming mouse market is a racket.


Still doing it wrong... $25.00 to $35.00 is nothing for a purchase, and I can use that mouse for any other application I want as well, NOT just for MWO. ;) It's not like i'm wasting that cash on a paint job...

Check it out, not super DPI, and you don't even need really high DPI for MWO at all...
http://www.amazon.co...&pf_rd_i=507846
.
.

Edited by Odins Fist, 16 July 2013 - 11:55 AM.


#38 Enderman

    Member

  • PipPipPip
  • 70 posts
  • LocationTallinn

Posted 16 July 2013 - 11:43 PM

View PostMrDrunkenMaster, on 16 July 2013 - 08:24 AM, said:

send {%WeaponGroup2% down}
sleep 85
send {%WeaponGroup2% up}


You are doing it wrong (well not entirely, just not optimally).

It should be 1 command, not 3.

You can set the default key delay, so you don't need to specify sleep after each key press, and you don't have to specify key release at all.

SHould be:
SetKeyDelay 0, 85
//specify this only 1 time in the beginning of the script, sets the delay between pressing and releasing the key
//first number is the delay before pressing the key, second - key press duration before releasing it

And then just use:
send {%WeaponGroup2%}

Edited by Enderman, 16 July 2013 - 11:45 PM.


#39 Enderman

    Member

  • PipPipPip
  • 70 posts
  • LocationTallinn

Posted 16 July 2013 - 11:52 PM

View PostOdins Fist, on 16 July 2013 - 11:52 AM, said:


Still doing it wrong... $25.00 to $35.00 is nothing for a purchase, and I can use that mouse for any other application I want as well, NOT just for MWO. :) It's not like i'm wasting that cash on a paint job...

Check it out, not super DPI, and you don't even need really high DPI for MWO at all...
http://www.amazon.co...&pf_rd_i=507846
.


It is a badly designed mouse. Wouldn't buy it, also seems overpriced.

It doesn't even have thumb keys, whcih most mice do. For a 40$ mouse - unacceptable.

The position of the mouse buttons on the right side is horrible, I just tried hiing these positions on my mouse and found that it would feel incredibly awkward and not comfortable at all.
The only plus I see is that this mouse seems to be symmetrical so left-handed can also use it.

Edited by Enderman, 16 July 2013 - 11:53 PM.


#40 xhrit

    Member

  • PipPipPipPipPipPipPip
  • Mercenary
  • Mercenary
  • 976 posts
  • LocationClan Occupation Zone

Posted 17 July 2013 - 02:01 AM

It is hard to find a trackball with both a scrollwheel and more then 2 buttons.

Right now I am using a kensington orbit trackball w/ scroll ring.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users