First post, by lincruste
Good morning,
First of all please forgive my bad english, I'll try to make it simple and bearable.
I'm using DosBox 0.74 to run LucasArts X-Wing, and in order to control the ship with the mouse, I have to change the default mouse sensitivity parameter.
Here is my question:
Is it possible to change this parameter on the fly without having to restart DosBox to make the change take effect ?
I've tried to create a batch file like this:
rem the batch sets a high sensitivity value:
config -set "sensitivity 900"
rem the batch launches x-wing:
call xwing.exe
rem the batch resets the mouse sensitivity to its default value:
config -set "sensitivity 100"
But it doesn't work like I'd want it to. The sensitivity value does change when I check it with the command line, but it does NOT change in the game.
Of course I can make a specific .conf file for X-Wing, but the idea was to stay in the same DosBox session after playing in order to use the mouse with the default value in Norton Commander or Deluxe Paint II without having to restart.
Does someone here have the same problem or an idea to make this work (if it's possible)?
Thank you and best regards.