It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi,

I'm using top down camera mode, and there doesn't seem to be a way to change middle mouse button as the keybind for moving the camera around. Can't see anything in control options and I can't find an .ini file that has it either.

This is for NWN Diamond Edition.
No posts in this topic were marked as the solution yet. If you can help, add your reply
bump
avatar
EasyC: ... there doesn't seem to be a way to change middle mouse button as the keybind for moving the camera around...
I think it's not possible, at least not without some mapping tools and even that will be difficult. You have to map middle button pressed + direction of mouse movement to arrow keys. That's something common mapping tools aren't able to. However, AutoHotKey is, but it takes some effort to get the tool running.
Post edited January 04, 2015 by DeMignon
I'll reaffirm that it's not possible. Camera issues for NWN1 and super-especially NWN2 were some of their worst attributes.

After a few hours of playing, you should get used to it. And then you'll have the joy of hitting the wrong button in another game. :)
high rated
You can do things like this with X Mouse Button Control http://www.highrez.co.uk/downloads/XMouseButtonControl.htm

Start the game, Alt-Tab to Windows and open XMB, click Add, from the list select the game's .exe file. You should then see it on the left in the list. Highlight it in the list and change the following settings on the right.

For "Middle Button" scroll to near the end and select "Simulated Keys", in the new dialogue type in everything between the quotes "{RMB}" {RMB} stands for Right Mouse Button. Just bellow that is a drop down list box, select "3: During". Make certain "Block original mouse input" and "Only send if profile..." is checked. Click "Ok"

Then do the same for "Right Button" except instead of entering "{RMB}" type in "{MMB}" meaning Middle Mouse Button. Click "Ok", click "Apply".

Alt-Tab back to the game and the Middle and Right mouse buttons will be swapped while XMB is running.




One small thing to note, this behaviour (profile) will happen whenever the process (.exe) is running and has focus, it determines this by the .exe name. So if you've renamed the NWN game's .exe to "game.exe" this behaviour will occur when any program called "game.exe" is running and has focus. I mention this because renaming the NWN game .exe can help avoid some problems with the game and some might rename it to "game.exe" which some games use by default, which means this profile will become active for something you don't want and confuse the crap out of you if you've forgotten about XMB.
avatar
Grogger: You can do things like this with X Mouse Button Control http://www.highrez.co.uk/downloads/XMouseButtonControl.htm

Start the game, Alt-Tab to Windows and open XMB, click Add, from the list select the game's .exe file. You should then see it on the left in the list. Highlight it in the list and change the following settings on the right.

For "Middle Button" scroll to near the end and select "Simulated Keys", in the new dialogue type in everything between the quotes "{RMB}" {RMB} stands for Right Mouse Button. Just bellow that is a drop down list box, select "3: During". Make certain "Block original mouse input" and "Only send if profile..." is checked. Click "Ok"

Then do the same for "Right Button" except instead of entering "{RMB}" type in "{MMB}" meaning Middle Mouse Button. Click "Ok", click "Apply".

Alt-Tab back to the game and the Middle and Right mouse buttons will be swapped while XMB is running.

One small thing to note, this behaviour (profile) will happen whenever the process (.exe) is running and has focus, it determines this by the .exe name. So if you've renamed the NWN game's .exe to "game.exe" this behaviour will occur when any program called "game.exe" is running and has focus. I mention this because renaming the NWN game .exe can help avoid some problems with the game and some might rename it to "game.exe" which some games use by default, which means this profile will become active for something you don't want and confuse the crap out of you if you've forgotten about XMB.
Exactly what I was looking for. I appreciate you taking the time to post a workaround. /bow
avatar
Grogger: You can do things like this with X Mouse Button Control http://www.highrez.co.uk/downloads/XMouseButtonControl.htm
THANK YOU! Not being able to use RMB as a camera was making me hate NWN2. And thank you for your detailed instructions on how to program this. You've allowed me to play the game! Thank you again!