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

×
How can I customize my controls? I can't even figure out how to invert the vertical mouse axis! it's unplayable!
This question / problem has been solved by hudfreegamerimage
Not easy.

Here's what I've found:

Not in-game (yet) but you can do this easily by editing a config file.
Go to \Mind_Path_to_Thalamus\UDKGame\Config and open UDKInput.ini in any text editor you want.
Search for
Command="GBA_MoveForward"
and you should see the key bindings for movement. Replace the WASD keys with whatever you want you might. But you want to take care not to have multiple commands bound to one and the same key.

---

Someone said that didn't work, so they edited all of these files:
Engine\Config\BaseInput.ini
UDKGame\Config\DefaultInput - Copy.ini
UDKGame\Config\DefaultInput.ini
UDKGame\Config\UDKGame.ini
UDKGame\Config\UDKInput.ini

---

I just figured out how to invert look for the mouse and xbox 360 controller.

Mind_Path_to_Thalamus\Engine\Config

Open with notepad BaseInput.ini

then search this: ;ConsoleKey=Tilde

and delete the semicolon at the ';' (semicolon). That will enable the console.

Save the file.

Then ingame, open the console using the Tilde key and just type: InvertMouse 1

Then press enter ;)

---
Alternate option.

Find in the same file:
Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")

change to

Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY Speed=-1.0")

and that worked for me.
---
Also, to invert the look on a 360 controller, find this line at the top of the file:
LookUpScale=-250
Change to
LookUpScale=250
Post edited May 18, 2015 by hudfreegamer
That's very good info. Thanks! I can't believe they wouldn't have this in the options inside the game! That's idiotic. Shouldn't they make a patch for that?
avatar
hudfreegamer: Not easy.

Here's what I've found:

Not in-game (yet) but you can do this easily by editing a config file.
Go to \Mind_Path_to_Thalamus\UDKGame\Config and open UDKInput.ini in any text editor you want.
???\Mind_Path_to_Thalamus\UDKGame\Config
Where in the fuck is that path!?
Post edited June 05, 2018 by takezodunmer2005
avatar
takezodunmer2005: ???\Mind_Path_to_Thalamus\UDKGame\Config
Where in the fuck is that path!?
Where the fuck you installed it.
avatar
takezodunmer2005: ???\Mind_Path_to_Thalamus\UDKGame\Config
Where in the fuck is that path!?
avatar
Gydion: Where the fuck you installed it.
\Mind_Path_to_Thalamus\UDKGame\Config

That path is not the same as the game folder...Otherwise, it would not be an issue. Sorry about my irritation, but I've been hunting for that path to no avail!
Post edited June 05, 2018 by takezodunmer2005
avatar
takezodunmer2005: That path is not the same as the game folder...Otherwise, it would not be an issue.
True, though the EE didn't come out until Nov 2015.
avatar
takezodunmer2005: Sorry about my irritation, but I've been hunting for that path to no avail!
Heh, I wasn't bothered. It just amused me to respond with the same tone.