Control Scheme
Moderators: winston, another_commander
-
- Harmless
- Posts: 1
- Joined: Fri Feb 19, 2016 12:56 am
Control Scheme
Something I would like to see in an update to elite is an optional setting to change the controls or at least bring back the numerical keypad for controlling the ship. I miss that from older elite versions where i could roll yaw and pitch with one location on the keyboard.
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Control Scheme
Welcome codycbradio. You can already change controls by editing the contents of the file keyconfig.plist, found under the folder oolite.app/Resources/Config. For using numpad keys for controlling the ship, you can change the initial entries of keyconfig to the following:
Oolite understands the numpad keys as having keyconfig codes from 310 (numpad 0) all the way to 319 (numpad 9). Oh, and if you are on Windows, avoid editing using Notepad; we've had problems with it. Wordpad or any other text editor should be fine though.
Code: Select all
key_roll_left = 314; // numpad 4
key_roll_right = 316; // numpad 6
key_pitch_forward = 318; // numpad 8
key_pitch_back = 312; // numpad 2
[... rest of file]