First post, by chameleon
chameleon
Offline
Rank
Newbie
I have setup joystick for a game with following lines in dosbox.conf:
[joystick]# Tie Fighterjoysticktype=2axistimed=falseautofire=falseswap34=truebuttonwrap=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?