WoW BlueTracker Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
Poster: Maegril at 3/9/2006 12:10:51 PM PST
Subject: Mouse Button Remapping Completely Hosed Now?
   First off, I read the mouselook thread and I think this is probably a related issue, but it seems like this is an even more basic ability to get taken out, so I think maybe I'm missing something.

I tried my simple mod which allowed me to remap the standard RMB behavior (TurnOrActionStart/Stop) to a different button, and lo and behold, 1.10 is giving me the standard "You can't do that any more" error.

All I'm doing is the following:

<Bindings>

<Binding name="Right Mouse Button Functionality" description="Remaps The RIght Mouse Button" runOnUp="true" header="Remap RMB">
if(keystate=="down") then
TurnOrActionStart();
else
TurnOrActionStop();
end
</Binding>
</Bindings>



I'm not hooking the function.. I'm simply trying to set it up to do what Blizzard (IMO) should include in the default interface: Allow me to remap the default left/right mouse button behavior to any button my mouse has. (There's tons more to it including needing to override every basic Blizzard UI element to simply get the desired button to work as the right mouse button, but that should still be hookable in 1.10 I think.)

Is it really true that there's no way to remap the default RMB behavior of mouselook on demand at all in 1.10? If so, is there any chance of getting a user configurable mouse button mapping when all this stuff gets hardcoded in 1.10? I don't really understand what functionality blocking the above snippet of code serves in stopping macro/botters.

If I'm just going about this in the wrong way, please enlighten me. The game becomes pretty unplayable if I'm forced to use my trackball's default RMB. The driver/system level remapping software is flaky, so it's far preferable to solve the WoW interface issue through modifying the WoW interface. And because of ergonomics, simply replacing my trackball is imfeasible.

[ post edited by Maegril ]

  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=333644&p=#post333644
 
Poster: slouken at 3/9/2006 1:56:05 PM PST
Subject: Re: Mouse Button Remapping Completely Hosed N
   Just edit your bindings file and change
bind BUTTON2 TURNORACTION
to
bind BUTTON5 TURNORACTION
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=333644&p=#post333723

View all recent official Blue Posts

WoW Blue Tracker: Archiving World of Warcraft Blue Posts
since March 2005
Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
 

Why Ads?