RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    DosBox Mapping problems

    Scheduled Pinned Locked Moved Help and Support
    dosboxmappingjoystick
    3 Posts 1 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kcar181
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • K
        kcar181
        last edited by

        Pastebin
        crystalc1.conf
        crystalc1.map

        1 Reply Last reply Reply Quote 0
        • K
          kcar181
          last edited by

          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 :)

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          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.