Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109138
    luckylocky
    Participant

    Hey
    I’m trying to run a game dos game through retropie 3.1 but need help. I have dowloaded dos box onto my pc to test the game and it works fine on there so i know the game is good. How do I get this to work on my retropie? I have tried to follow the instructions in the link http://dosonthepi.blogspot.co.uk/2015/01/run-dos-games-in-retropie_15.html#add-dosgames but i get to the point
    I entered the command

    “cd /opt/retropie/emulators/dosbox/bin”

    and got into the directory then i typed the command

    “dosbox”

    and got -bash: dosbox: command not found

    What am i doing wrong please? really would love to get this working

    #109157
    ronoh55
    Participant

    Try ./dosbox

    Sometimes (idk why because I’m still relatively new to linux still) it needs to be told to look in that directory for the executable file.

    #109225
    luckylocky
    Participant

    Thanks ronoh55 that worked! you the man. So i was able to play my game gtf (good to firm) in the dosbox emulator. But i am still stuck how to launch it from ES. I have followed the instructions

    run the following commands.

    cd ~/RetroPie/roms/pc
    sudo nano gtf.sh

    Copy and paste the code below.

    #!/bin/bash
    /opt/retropie/emulators/dosbox/bin/dosbox -c “mount c /home/pi/RetroPie/roms/pc” -c “c:” -c “cd gtf” -c “GTF.EXE” -c “exit”

    Save and exit. Next make the gtf.sh executable so it can be launched from emulationstation.

    sudo chmod +x wolf3d.sh

    when i type this last line ^ and press enter is it suppose to say anything? mine just goes to the next line ready to type command again.

    so the GTF folder now shows up in my IBM folder but when i try ;aunch i get an error that is the usual oe when roms dont work. im so close :) at least i can play it but pain in the but having to mount everytime. This would be so awesome if I could get launching from ES.
    Thanks for any help

    #109229
    luckylocky
    Participant

    all good its solved. I reinstalled binaries which put the startdosbox Which i had deleted) back in emulator folder. it worked when i clicked on gtf then :)

    cheers for help

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.