VOGONS

Common searches


First post, by chameleon

User metadata
Rank Newbie
Rank
Newbie

I have setup joystick for a game with following lines in dosbox.conf:

[joystick]
# Tie Fighter
joysticktype=2axis
timed=false
autofire=false
swap34=true
buttonwrap=false

It works fine with Tie Fighter game.

But now I want to set them on the fly, from a runme.bat file

config -set "joystick joysticktype=2axis"
config -set ...
...
GameRun.exe

When I run this .bat file, joystick does not work at all!
Tie Fighter game, runs, but it does not ask for calibration at all.

what is wrong with this?