Can anyone help get me up and running?

Subforum for discussion and help with ScummVM's Dreamcast port

Moderator: ScummVM Team

Post Reply
Matt Underwood
Posts: 4
Joined: Sun Jan 30, 2022 6:53 pm

Can anyone help get me up and running?

Post by Matt Underwood »

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:
scum.jpg
scum.jpg (78.23 KiB) Viewed 7369 times
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.
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Can anyone help get me up and running?

Post by digitall »

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
Matt Underwood
Posts: 4
Joined: Sun Jan 30, 2022 6:53 pm

Re: Can anyone help get me up and running?

Post by Matt Underwood »

Oh cool, I will definitely try that. Do I need a specific version or anything? Thanks.
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Can anyone help get me up and running?

Post by digitall »

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
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Can anyone help get me up and running?

Post by digitall »

You might want to take a look at http://mc.pp.se/dc/gdromemu.html as well...
kremiso
Posts: 27
Joined: Tue Jul 28, 2020 4:19 pm

Re: Can anyone help get me up and running?

Post by kremiso »

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)
Last edited by kremiso on Sun Jun 12, 2022 8:55 pm, edited 1 time in total.
Matt Underwood
Posts: 4
Joined: Sun Jan 30, 2022 6:53 pm

Re: Can anyone help get me up and running?

Post by Matt Underwood »

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)
This did the trick. Thanks very much!
Matt Underwood
Posts: 4
Joined: Sun Jan 30, 2022 6:53 pm

Re: Can anyone help get me up and running?

Post by Matt Underwood »

https://www.retrorgb.com/setup-guide-fo ... mcast.html

I ended up writing a new guide for this with lots of updated info.
Post Reply