Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Page 1 of 2 1 2
Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Hey Swen & Larian, what's up?

So I decided to use my kickstarter key and start playing today (finally!), but to my huge surprise I cant remap the mouse buttons(?!). I use the mouse with my left hand. I need to remap the keys.

What gives? Are you fixing this issue pronto?

Peace

/ Bonafidelife


PS. FYI, approximately 10% of the world's population is left handed. That's a lot of gamers to shut out. DS.

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

Fixing, yes (tweet); pronto, no idea.

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Aha, thanks! Great to hear!

Joined: Jun 2014
W
journeyman
Offline
journeyman
W
Joined: Jun 2014
They've been promising a fix for months but it never seems to materialize. Yet another patch was released today but still no fix nor even a mention that they're looking into the problem.

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
What! That's weak!?

So this is maybe a really difficult thing to fix?


Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

It was never promised soon, just confirmed that it was on the todo list. The last update was the Polish localization and some fixes for other localizations (no code changes, just data).

Joined: Jun 2014
W
journeyman
Offline
journeyman
W
Joined: Jun 2014
The Oct 30 patch fixes the arrow keys for the Mac but the numpad for the PC is still not functioning properly. Why not?

Joined: Apr 2013
N
addict
Offline
addict
N
Joined: Apr 2013
If you're trying to swap the left and right mouse button it can be done with some XML magic.

Modify Divinity Original Sin\Data\PlayerProfiles\Default\inputconfig.xml:
Code
<IE_MouseButtonLeft pikey="MOUSEBUTTON1" device="DIMouse" filter="Tools;Debug;App;KEYLISTENER;Camera;Widget;UI" state="pressed;released"/>		
<IE_MouseButtonRight pikey="MOUSEBUTTON2" device="DIMouse" filter="Tools;Debug;App;KEYLISTENER;Camera;Widget;UI" state="pressed;released"/>	


Swap the MOUSEBUTTON1 and MOUSEBUTTON2 values.

In Divinity Original Sin\Data\PlayerProfiles\EoC\inputconfig.xml:
Code
<IE_Action1 pikey="MOUSEBUTTON1" device="DIMouse" filter="Game"	state="pressed;released"/>		
<IE_Action2 pikey="MOUSEBUTTON2" device="DIMouse" filter="Game" state="pressed;released"/>	


Swap MOUSEBUTTON1 and MOUSEBUTTON2 here too.

Joined: Jun 2014
W
journeyman
Offline
journeyman
W
Joined: Jun 2014
I'm not. I'm trying to remap controls to the numberpad.

Joined: Mar 2003
Location: Illinois, USA
member
Offline
member
Joined: Mar 2003
Location: Illinois, USA
Yeah and windows has a built in thing for switching mouse buttons, doesn't that work for in game as well as out? I'm a righty so don't know about if its setting follow into a game or not as I don't use it... but still use numpad, I hate using WASD instead of arrows...

Though to be fair the OP was talking about mouse buttons in this thread... :P


Insanity Is Just A Matter Of Opinion
Joined: Apr 2013
N
addict
Offline
addict
N
Joined: Apr 2013
Oh ...
Numpad remap should work the same way, eg. to remap WASD to num 8-2-4-6:

Replace this:
Code
<IE_CameraForward pikey="W" ...
<IE_CameraBackward pikey="S" ...
<IE_CameraLeft pikey="A" ...
<IE_CameraRight pikey="D" ...


... with this:
Code
<IE_CameraForward pikey="NUMPAD_8" ...
<IE_CameraBackward pikey="NUMPAD_2" ...
<IE_CameraLeft pikey="NUMPAD_4" ...
<IE_CameraRight pikey="NUMPAD_6" ...


... and replace this:
Code
<IE_UISelectSlot1 pikey="NUMPAD_1" ...
...
<IE_UISelectSlot0 ... state="pressed;released"/>


... with this:
Code
<!-- <IE_UISelectSlot1 pikey="NUMPAD_1" ...
...
<IE_UISelectSlot0 ... state="pressed;released"/> -->

Joined: Jun 2014
W
journeyman
Offline
journeyman
W
Joined: Jun 2014
Thanks. It doesn't fix the onscreen command prompts though. I can use this or AutoHotKey but it'll still direct me to push the W key when I've got it mapped to the NUM8 key.

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Did you do this yourself recently? AFAIK this is an "old" fix that doesnt work anymore (?).


Originally Posted by Norbyte
If you're trying to swap the left and right mouse button it can be done with some XML magic.

Modify Divinity Original Sin\Data\PlayerProfiles\Default\inputconfig.xml:
Code
<IE_MouseButtonLeft pikey="MOUSEBUTTON1" device="DIMouse" filter="Tools;Debug;App;KEYLISTENER;Camera;Widget;UI" state="pressed;released"/>		
<IE_MouseButtonRight pikey="MOUSEBUTTON2" device="DIMouse" filter="Tools;Debug;App;KEYLISTENER;Camera;Widget;UI" state="pressed;released"/>	


Swap the MOUSEBUTTON1 and MOUSEBUTTON2 values.

In Divinity Original Sin\Data\PlayerProfiles\EoC\inputconfig.xml:
Code
<IE_Action1 pikey="MOUSEBUTTON1" device="DIMouse" filter="Game"	state="pressed;released"/>		
<IE_Action2 pikey="MOUSEBUTTON2" device="DIMouse" filter="Game" state="pressed;released"/>	


Swap MOUSEBUTTON1 and MOUSEBUTTON2 here too.

Joined: Apr 2013
N
addict
Offline
addict
N
Joined: Apr 2013
I've tried it a few days ago and it worked for me.

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Weird. (?)

I don't have/cant find those folders/files on my computer.

---

EDIT:

C:\Program Files (x86)\Steam\SteamApps\common\Divinity - Original Sin

Here the following folders:

_commonredist
collectorsedition
data
shipping

Nothing else.

Last edited by Bonafidelife; 03/11/14 12:08 PM.
Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Update from Larian on FB:

We've been rewriting our entire input system and that's been causing quite some delays on this front but it's still on the roadmap.
October 31 at 11:54am

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Bump.

Is this issue fixed? March 2015.

Peace

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

The input system for the game is being rewritten, and will be in the upcoming large balancing patch (along with the harder difficulty mode, etc). There is no ETA yet, other than it will still take some months.

Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Okay thanks for the info.


Joined: Sep 2014
B
stranger
OP Offline
stranger
B
Joined: Sep 2014
Tjing!

So is this issue fixed with the enhanced edition out?!

Would be great to finally get to play the game!

Page 1 of 2 1 2

Moderated by  gbnf, Issh, Kurnster, Larian_QA, LarSeb, Monodon, Raze 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5