Hey guys, I've been having a bear of a time trying to get ScummVM working on my Dreamcast with a MODE. I've followed these two different guides:
https://docs.scummvm.org/en/latest/othe ... mcast.html
https://www.dreamcast.nu/en/create-scum ... dreamcast/
As far as I can tell I've followed them to the letter and I've also tried some variations of them to try and get it to work.
My problem is that the cdi loads up to ScummVM, but it doesn't detect the games I've included.
I really have no idea why this would be and I'm now starting to wonder if it has to do with the version of ScummCM plain files (2.5.1) or of BootDreams(1.0.6c) that I'm using. Does anyone have any insight or some recommendations of best overall versions?
Here is the folder structure I'm using right now. Perhaps I am still messing something up here:
This is only the setup that I've tried most recently. I saw someone saying on here that they use a dummy file so I was trying that.
Anyway, I would greatly appreciate any help you can give me. Thank you.
Can anyone help get me up and running?
Moderator: ScummVM Team
Re: Can anyone help get me up and running?
Not used a MODE, but on my Dreamcast to burn a CD-R, I used the following Linux script:
#!/bin/sh
dd if=/dev/zero bs=2352 count=300 of=audio.raw
cdrecord dev=/dev/cdrom -multi -audio audio.raw
cdrecord dev=/dev/cdrom -msinfo
mkisofs -l -d -relaxed-filenames -C 0,11702 -o tmp.iso cd-image
( cat IP.BIN ; dd if=tmp.iso bs=2048 skip=16 ) > data.raw
# Need to use -xa, NOT -xa1 to ensure that 2048 byte blocks are used.
cdrecord dev=/dev/cdrom -multi -xa data.raw
#!/bin/sh
dd if=/dev/zero bs=2352 count=300 of=audio.raw
cdrecord dev=/dev/cdrom -multi -audio audio.raw
cdrecord dev=/dev/cdrom -msinfo
mkisofs -l -d -relaxed-filenames -C 0,11702 -o tmp.iso cd-image
( cat IP.BIN ; dd if=tmp.iso bs=2048 skip=16 ) > data.raw
# Need to use -xa, NOT -xa1 to ensure that 2048 byte blocks are used.
cdrecord dev=/dev/cdrom -multi -xa data.raw
-
- Posts: 4
- Joined: Sun Jan 30, 2022 6:53 pm
Re: Can anyone help get me up and running?
Oh cool, I will definitely try that. Do I need a specific version or anything? Thanks.
Re: Can anyone help get me up and running?
Not really. I think it should work with most relatively recent versions of cdrecord, though be careful with -xa vs. -xa1 as that depends on the version.
This is based on the instructions from Marcus's website (He is the original DC porter):
http://mc.pp.se/dc/cdr.html
This is based on the instructions from Marcus's website (He is the original DC porter):
http://mc.pp.se/dc/cdr.html
Re: Can anyone help get me up and running?
You might want to take a look at http://mc.pp.se/dc/gdromemu.html as well...
Re: Can anyone help get me up and running?
i think i can help
starting from the 2.5.0 release, the games detect routine has changed
try this :
- add a PLUGINS directory in your files folder, and put inside both the plugin/s required (SCUMM.PLG in your case), and the DETECTION.PLG file
your folder structure should be :
ip.bin
scummvm.bin
000dummy.dat - optional
atlantis (directory with gamefiles)
PLUGINS (directory with both detection.plg and scumm.plg inside)
starting from the 2.5.0 release, the games detect routine has changed
try this :
- add a PLUGINS directory in your files folder, and put inside both the plugin/s required (SCUMM.PLG in your case), and the DETECTION.PLG file
your folder structure should be :
ip.bin
scummvm.bin
000dummy.dat - optional
atlantis (directory with gamefiles)
PLUGINS (directory with both detection.plg and scumm.plg inside)
Last edited by kremiso on Sun Jun 12, 2022 8:55 pm, edited 1 time in total.
-
- Posts: 4
- Joined: Sun Jan 30, 2022 6:53 pm
Re: Can anyone help get me up and running?
This did the trick. Thanks very much!kremiso wrote: ↑Tue Feb 01, 2022 11:50 pm i think i can help
starting from the 2.5.0 release, the games detect routine has changed
try this :
- add a PLUGINS directory in your files folder, and put inside both the plugin/s required (SCUMM.PLG in your case), and the DETECT.PLG file
your folder structure should be :
ip.bin
scummvm.bin
000dummy.dat - optional
atlantis (directory with gamefiles)
PLUGINS (directory with both detect.plg and scumm.plg inside)
-
- Posts: 4
- Joined: Sun Jan 30, 2022 6:53 pm
Re: Can anyone help get me up and running?
https://www.retrorgb.com/setup-guide-fo ... mcast.html
I ended up writing a new guide for this with lots of updated info.
I ended up writing a new guide for this with lots of updated info.