Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - huettmaster

Pages: [1]
1
Emulators / How to mount .cue files in Dosbox?
« 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!

2
General / ScummVM in Attract Mode doesn´t work
« on: May 30, 2017, 11:44:32 AM »
Hello. Does anyone here use scummVM in attract mode? I use the current version of attract mode on Raspberry pi3. How can I start scummvm directly from attract mode? I do not necessarily have to select the games individually. It would be enough only to start the emulator over attract mode. How can I achieve this? Could someone help me there? that would be great!This is my ScummVM.cfg

Code: [Select]
# Generated by Attract-Mode v2.2.1
#
executable           /opt/retropie/emulators/scummvm/bin/scummvm
args                 -f -p [rompath][name] [name]
rompath              /home/pi/RetroPie/roms/scummvm
romext               .svm
system               ScummVM
info_source          thegamesdb.net
artwork    boxart          /home/pi/RetroPie/roms/scummvm/boxart
artwork    cartart         /home/pi/RetroPie/roms/scummvm/cartart
artwork    flyer           /home/pi/RetroPie/roms/scummvm/images
artwork    marquee         /home/pi/RetroPie/roms/scummvm/marquee
artwork    snap            /home/pi/RetroPie/roms/scummvm/snap
artwork    wheel           /home/pi/RetroPie/roms/scummvm/wheel


Pages: [1]