Can I use a mouse to turn?
Moderators: winston, another_commander
Can I use a mouse to turn?
I have alot of trouble with the Elite default controls. Does Oolite have an option where the mouse turns the ship, ala Privateer or Freelancer? Or is everything still pitch and roll?
Last edited by dogeddie on Tue Aug 26, 2008 7:56 pm, edited 1 time in total.
- LittleBear
- ---- E L I T E ----
- Posts: 2879
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Not sure if you can stear with the mouse on Windows, but you can use yaw (ie side to side rather than rolling) with the keyboard. By default its < and > to turn left or right rather than roll. You can also remap all the keys by opening up the keyconfig.plist. You'll see it says stuff like :-
Just change the event to your prefered key and exit and save.
Code: Select all
{
key_roll_left = 253; // left arrow
key_roll_right = 252; // right arrow
key_pitch_forward = 255; // up arrow
key_pitch_back = 254; // down arrow
key_yaw_left = ",";
key_yaw_right = ".";
key_increase_speed = "w";
key_decrease_speed = "s";
key_inject_fuel = "i";
key_fire_lasers = "a";
key_launch_missile = "m";
key_next_missile = "y";
key_ecm = "e";
key_target_missile = "t";
key_untarget_missile = "u";
key_ident_system = "r";
key_scanner_zoom = "z";
key_scanner_unzoom = "Z";
and so on!
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- LittleBear
- ---- E L I T E ----
- Posts: 2879
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Aah. Need Version 1.71.1 for yaw. You may also need this version for mouse control.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
What system/OS are you running?
What version of Ooolite are you running?
If it's windows: You need at least Ooolite 1.71 to have yaw controls as LittleBear already stated. All previous versions only support roll and pitch. Mouse control should work just fine, try to click on the game window after activating mouse control. Fullscreen mode can be accessed through the options menu, it's available via F2 when docked or when paused.
What version of Ooolite are you running?
If it's windows: You need at least Ooolite 1.71 to have yaw controls as LittleBear already stated. All previous versions only support roll and pitch. Mouse control should work just fine, try to click on the game window after activating mouse control. Fullscreen mode can be accessed through the options menu, it's available via F2 when docked or when paused.
There are only 10 types of Jamesons in the Ooniverse. Those who understand binary and those who don't.
I'm running XP Pro w/ Oolite vers 1.71.2
I got the yaw to work and reset it to the arrow keys, but I'd still like to try the mouse control
sorry, but how do I access the options? It seems that the reference sheet is not correct? F2 did not set the fullscreen. Am I doing something blatantly stupid here?
I got the yaw to work and reset it to the arrow keys, but I'd still like to try the mouse control
sorry, but how do I access the options? It seems that the reference sheet is not correct? F2 did not set the fullscreen. Am I doing something blatantly stupid here?
I got it to work, although the mouse control does not allow yaw movement. That's okay. Last thing, though. When the game boots up, it isn't full screen, it's kind of offset on my monitor. I then right click on the file to maximize it, but I can still see the toolbar below the game image. Is this normal?
- staggerlee
- Competent
- Posts: 48
- Joined: Thu Apr 13, 2006 2:24 am
- Location: South Surrey, BC
Press f12 to exit windows mode.dogeddie wrote:I got it to work, although the mouse control does not allow yaw movement. That's okay. Last thing, though. When the game boots up, it isn't full screen, it's kind of offset on my monitor. I then right click on the file to maximize it, but I can still see the toolbar below the game image. Is this normal?
i don't know about the mouse, but i couldn't get my joystick to work using USB overdrive. that's why i'm now trying to add support for analogue joysticks to oolite itself...staggerlee wrote:You probably could map yaw to mouse as you can get programs like USB overdrive that allow your mouse movements to euqate to button presses - map those button presses to yaw and hey-presto.
MacBook pro, OSX 10.8.5, Xcode 5