DosBox Mapping problems
-
Hi guys im very new to linux and im having trouble getting my joystick map files to work. I do not have a keyboard so I made the map files on my windows pc and tested them all are working. I SSH them over to the pi. The game loads just no input working. I have a an xbox360 controller so I have the fcs joystick option enabled... I loaded up Commander Keen 4 as I know it has native joystick support and it recognized a joystick and one button works so I know the pi is seeing the joystick...
Help :)
Crystal Caves 1.sh located in /home/pi/RetroPie/roms/pc
params=("$@") if [[ -z "${params[0]}" ]]; then params=(-conf "crystalc1.conf" -c "@MOUNT C /home/pi/RetroPie/roms/dos" -c "@C:" -c "@CD ccaves1" -c "@CC1.EXE" -c "@EXIT") elif [[ "${params[0]}" == *.sh ]]; then bash "${params[@]}" exit else params+=(-exit) fi "/opt/retropie/emulators/dosbox/bin/dosbox" "${params[@]}"
crystalc1.conf located in /home/pi/RetroPie/roms/pc
crystalc1.map located in /home/pi/RetroPie/roms/pc
ccaves1 game dir located in /home/pi/RetroPie/roms/dos -
Pastebin
crystalc1.conf
crystalc1.map -
said in DosBox Mapping problems:
params=(-conf "crystalc1.conf"
"params=(-conf "crystalc1.conf" was supposed it be "params=(-conf "/home/pi/RetroPie/roms/pc/crystalc1.conf""
meh figured it out :)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.