1
General / Re: MS-DOS and PORTS emulators showing up in Attract Mode, but games aren't
« on: September 11, 2017, 12:28:04 PM »
Sorry about that. I'm using the most up to date version of RetroPie and Attract Mode on a Raspberry Pi 3.
PC roms are located /home/pi/RetroPie/roms/pc
- Using DosBox for the PC roms here's what the cfg file looks like...
dosbox = "bash /home/pi/RetroPie/roms/pc/+Start\ DOSBox.sh %ROM%"
default = "dosbox"
rpix86 = "bash /home/pi/RetroPie/roms/pc/+Start\ rpix86.sh %ROM%"
- Here's an example of a game /home/pi/RetroPie/roms/pc/Commander Keen 6 Aliens Ate My Baby Sitter (1991)(Formgen)
- Here's a list of the files in that folder
audio.ck6
config.ck6
egagraph.ck6
gamemaps.ck6
Keen6.com
keen6.exe
keen6k.exe
keen6trn.com
keen6trn.doc
PORTS roms are located /home/pi/RetroPie/roms/ports. Not sure where the emulator files are located for this so I can't post that cfg file.
For the games I followed a tutorial online on downloading WAD files and creating .sh files for each game. Lets use DOOM as an example here's the .sh config file I made
#!/bin/bash
"/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "doom" "/home/pi/RetroPie/roms/ports/doom/doom1.wad"
Everything works fine in Emulation Station. I just can't seem to link things up in Attract Mode when I add the emulators. The PORTS and MS-DOS displays will show up, but the games themselves won't show up even when I add the .sh or .exe extensions. Excuse my ignorance but not sure how to "I've created a directory with shell scripts for each DOS game I want to start. Then, in my config file, I have to put 'bash' as the program, and then search for files with .sh extension. Works just fine."
Any info would be great. I haven't seen a step by step tutorial online anywhere on how to add PORTS and MS-DOS games in Attract Mode. Thank you
-
PC roms are located /home/pi/RetroPie/roms/pc
- Using DosBox for the PC roms here's what the cfg file looks like...
dosbox = "bash /home/pi/RetroPie/roms/pc/+Start\ DOSBox.sh %ROM%"
default = "dosbox"
rpix86 = "bash /home/pi/RetroPie/roms/pc/+Start\ rpix86.sh %ROM%"
- Here's an example of a game /home/pi/RetroPie/roms/pc/Commander Keen 6 Aliens Ate My Baby Sitter (1991)(Formgen)
- Here's a list of the files in that folder
audio.ck6
config.ck6
egagraph.ck6
gamemaps.ck6
Keen6.com
keen6.exe
keen6k.exe
keen6trn.com
keen6trn.doc
PORTS roms are located /home/pi/RetroPie/roms/ports. Not sure where the emulator files are located for this so I can't post that cfg file.
For the games I followed a tutorial online on downloading WAD files and creating .sh files for each game. Lets use DOOM as an example here's the .sh config file I made
#!/bin/bash
"/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "doom" "/home/pi/RetroPie/roms/ports/doom/doom1.wad"
Everything works fine in Emulation Station. I just can't seem to link things up in Attract Mode when I add the emulators. The PORTS and MS-DOS displays will show up, but the games themselves won't show up even when I add the .sh or .exe extensions. Excuse my ignorance but not sure how to "I've created a directory with shell scripts for each DOS game I want to start. Then, in my config file, I have to put 'bash' as the program, and then search for files with .sh extension. Works just fine."
Any info would be great. I haven't seen a step by step tutorial online anywhere on how to add PORTS and MS-DOS games in Attract Mode. Thank you
-