PDA

View Full Version : Inverting Y Axis



whitewash
11-07-2009, 02:19 PM
As pleasant surprises go, the release of the UDK is right up there, I must say. Thanks guys.

But - there's always a but, isn't there? - does anyone know where I can find a setting to invert the y axis for mouselook within the udk and games? Or do I need to retrain my brain? :)

ZixXer
11-07-2009, 05:58 PM
View - preferences - Drag move canvas

it anoyed me to XD

whitewash
11-08-2009, 08:07 AM
Thanks - but that affects the editor viewports, where as what I'm after is a change to mouselook when testing a fps game in a viewport, fullscreen or as a standalone game.

Anyone?

Unreal McCoy
11-08-2009, 08:38 AM
When in game you can enter the command 'InvertMouse 1' into the console. It'll also remember the settings for your next session.

I don't know if it's possible to invert the mouse while in the actual editor.

Angel_Mapper
11-08-2009, 08:59 AM
Search for "Invert" in UTGame/UTInput.ini.

Unreal McCoy
11-08-2009, 09:14 AM
Search for "Invert" in UTGame/UTInput.ini.

Interesting! I actually did that myself and found nothing. But after using the console to invert the mouse and then reading your post, I went back and had another look and the InvertMouse line is now there.

I guess after entering the command into the console it placed the command into the config file.

whitewash
11-08-2009, 03:27 PM
Excellent! I found this to be the case too - nothing in the .ini file until I'd first put it into the console. Regardless, it works now and I'm a happy chappy. Thanks!

khao
12-27-2009, 03:58 PM
Whitewash, did you find a way to invert the Y-axis in the editor ?
If so, i am very interested, i am searching everywhere but can't find a way to invert the mouse Y-axis while navigating in the udk editor