Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: huettmaster on June 23, 2017, 03:52:06 AM

Title: How to mount .cue files in Dosbox?
Post by: huettmaster on June 23, 2017, 03:52:06 AM
Hi!

i want to play Dungeon Keeper on my Raspi in Dosbox. Starting the game is no Problem but it asks me where the CD is. This is my Dungeon Keeper.sh which starts the game from attractmode:

Code: [Select]
#!/bin/bash
/opt/retropie/emulators/dosbox/bin/dosbox -c "mount c /home/pi/RetroPie/roms/pc" -c "c:" -c "cd KEEPER" -c "KEEPER.EXE" -c "exit"

The path to the .bin and .cue is the following

Code: [Select]
/home/pi/RetroPie/roms/pc/KEEPER/cd/KDDISK1.bin
Code: [Select]
/home/pi/RetroPie/roms/pc/KEEPER/cd/KDDISK1.cue
Can someone make a working code from it?that would be great! Thank you!