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

    problems running scripts for individual games in DOSBox

    Scheduled Pinned Locked Moved Help and Support
    dosboxscriptscustomconfig file
    3 Posts 2 Posters 893 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.
    • S
      Semper 5
      last edited by

      I, for the life of me, cannot get my custom scripts working and was wondering if anybody had any insight why I'm getting the glorious boot out DOSBox at running the script.

      I have tried making .sh scripts to run directly - FAIL
      also tried making a .sh script to run a custom .conf with autoexec commands - FAIL

      It just starts, gives me hope and quickly fades back out to menu. no CLI, nothing. My last resort is to make actual .bat files but I'd really just like my scripts to work.

      NOTE: I have followed this tutorial to a tee, and have copied script lines verbatim and still doesn't work.
      http://dosonthepi.blogspot.ca/2015/01/run-dos-games-in-retropie_15.html

      D 1 Reply Last reply Reply Quote 0
      • D
        dudleydes @Semper 5
        last edited by

        @semper-5 It is now possible to launch games in DOSBox using .conf files, which are custom DOSBox config files.

        For example, to launch Wolfenstein 3D, you can create a text file, wolf3d.conf in the pc folder with the following contents:

        [autoexec]
        # Lines in this section will be run at startup.
        # You can put your MOUNT lines here.
        
        MOUNT c /home/pi/RetroPie/roms/pc
        C:
        cd WOLF3D
        WOLF3D.EXE
        EXIT
        

        This is a recent update (Dec 2017) so you may need to update DOSBox from the setup script first.

        S 1 Reply Last reply Reply Quote 0
        • S
          Semper 5 @dudleydes
          last edited by

          @dudleydes yes I tried that as well.

          UPDATE: everything is working perfect now. the trick was updating the binaries. :) Geez I should have started with that a week ago haha.

          -thread closed-

          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.