Sorry just delete...
Announcement
Collapse
No announcement yet.
Joystick backwards
Collapse
X
-
I've modified my ConfigUTInput.ini for my joystick by following the info in this thread (sorry, too tired to make it pretty): http://forums.epicgames.com/showthread.php?t=580813
In other words, it's been a while since I poked my nose in the original code. However, I *think* it's these lines in the original ConfigUTInput.ini:
Bindings=(Name="GBA_MoveForward",Command="Axis aBaseY Speed=1.0")
Bindings=(Name="GBA_Backward",Command="Axis aBaseY Speed=-1.0")
Swap the "-" from the forward and backward speed settings. Do the same thing with the aBaseX lines of code.
Save a copy first, I bloody well could be wrong.
Comment