Alternative mouse control?
Moderators: winston, another_commander
-
- Mostly Harmless
- Posts: 3
- Joined: Wed Nov 20, 2013 6:11 pm
Alternative mouse control?
I've tried using the mouse, but really can't get on with it the way it is with the position controlling how fast the ship turns, so I'm sticking with the keys for the time being. Could it possible to have the mouse control based on speed rather than position, so it behaves rather like mouselook on ground based FPSs? (although with horizontal movement as roll rather than yaw!) ? OXP or something?
Re: Alternative mouse control?
Let me refresh the topic and add the question: is the mouse behavior adjustable in any way by some config files or OXP?
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Alternative mouse control?
Yes. Here is the breakdown:
Mouse control works by default on fullscreen only. You can still get it to work in windowed mode by adding the line in your .GNUstepDefaults file.
To activate mouse control, you have two options: Either Shift+M or Shift+Ctrl+M. The difference between them is that the first activates mouse with roll on the x-axis, while the second activates it with yaw on the x-axis. The second one is closer to FPS or Wing Commander-style control. To deactivate mouse control, press Shift+M again. Left button is your laser, while right-clicking will center all controls immediately and is very useful if you find yourself drifting uncontrollably or when you want to fine aim. Hope this helps.
Mouse control works by default on fullscreen only. You can still get it to work in windowed mode by adding the line
Code: Select all
"mouse-control-in-windowed-mode" = YES;
To activate mouse control, you have two options: Either Shift+M or Shift+Ctrl+M. The difference between them is that the first activates mouse with roll on the x-axis, while the second activates it with yaw on the x-axis. The second one is closer to FPS or Wing Commander-style control. To deactivate mouse control, press Shift+M again. Left button is your laser, while right-clicking will center all controls immediately and is very useful if you find yourself drifting uncontrollably or when you want to fine aim. Hope this helps.
Re: Alternative mouse control?
Thanks, I didn't know about the Shift+Ctrl+M difference. Is it possible to change the reversed vertical directions when using it? I use the ReverseControl OXP for keyboard+aft view, maybe there is something similar for mouse too?
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Alternative mouse control?
I didn't test extensively, but slightly modifying the script in the aft view keyboard reversal expansion pack, indicates that indeed mouse control can be reversed as well by means of OXP.pioolite wrote:Is it possible to change the reversed vertical directions when using it? I use the ReverseControl OXP for keyboard+aft view, maybe there is something similar for mouse too?
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: Alternative mouse control?
ReverseControl is reverting the position changes of your ship which is independent from the input method you use. Even if you invented any new home-made contoller into your box you should be happy without further changes, just try out.