cruise for a corpse

Ask for help with ScummVM problems

Moderator: ScummVM Team

SimonX
Posts: 2
Joined: Thu Oct 18, 2007 9:02 am

cruise for a corpse

Post by SimonX »

Hello everyone
I have a problem with the latest ScummVM Subversion:
I tried to run a german version of "cruise for a corpse", and if i select game folder in ScummVM it is not recognised...
...please help me!
1. filelist german DOS:

18.10.2007 01:04 <DIR> .
18.10.2007 01:04 <DIR> ..
26.01.2006 23:35 612.990 D1
10.06.1992 13:38 637.915 D2
10.06.1992 13:39 700.952 D3
10.06.1992 13:39 787.168 D4
10.06.1992 13:40 729.796 D5
18.10.2007 01:07 6 DELPHINE.CFG
26.01.2006 03:36 7.482 DELPHINE.COM
29.05.1992 10:48 55.983 DELPHINE.EXE
09.12.1991 18:23 591 DELPHINE.LNG
05.12.1991 14:28 10.512 DISK1.EXE
29.05.1992 10:49 12.576 INSTALL.EXE
15.06.1992 16:38 3.786 READ.ME
15.06.1992 16:00 22 README.BAT
09.06.1992 18:09 6.418 SYSTEM.FNT
25.05.1992 12:04 7.643 VGADRV.BIN
18.05.1992 15:52 4 VOL.1
18.05.1992 15:52 4 VOL.2
18.05.1992 15:52 4 VOL.3
18.05.1992 15:53 4 VOL.4
18.05.1992 15:53 4 VOL.5
18.05.1992 18:00 14.372 VOL.CNF
20.09.1991 14:52 4 VOL.END
22 Datei(en) 3.588.236 Bytes
2 Verzeichnis(se), 6.136.733.696 Bytes frei

C:\cruise>

2. filelist german amiga:

18.10.2007 11:18 <DIR> .
18.10.2007 11:18 <DIR> ..
26.07.1999 01:01 901.120 cruise_de_1.adf
26.07.1999 01:04 901.120 cruise_de_2.adf
26.07.1999 01:09 901.120 cruise_de_3.adf
26.07.1999 01:13 901.120 cruise_de_4.adf
26.07.1999 01:33 901.120 cruise_de_5.adf
5 Datei(en) 4.505.600 Bytes
2 Verzeichnis(se), 6.131.974.144 Bytes frei

C:\cruise_adf>
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Re: cruise for a corpse

Post by clem »

SimonX wrote: 2. filelist german amiga:

26.07.1999 01:01 901.120 cruise_de_1.adf
26.07.1999 01:04 901.120 cruise_de_2.adf
26.07.1999 01:09 901.120 cruise_de_3.adf
26.07.1999 01:13 901.120 cruise_de_4.adf
26.07.1999 01:33 901.120 cruise_de_5.adf
ScummVM generally does not support mounting Amiga disk images. Time to get your original disks and your Amiga running and copy the individual files over :)

Not wanting to accuse you of anything, but you do know about the dreaded forum rule #0, do you?
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Only the English and French versions of the game are detected for now. In order to add the German version to the detector, you need to provide the MD5 checksums of the game files that ScummVM reports (which, in the case of Cruise for a Corpse is the "D1" file)
SimonX
Posts: 2
Joined: Thu Oct 18, 2007 9:02 am

Post by SimonX »

Big thx everyone
1.
here is the MD5-Checksum for D1 file from the german DOS version

Code: Select all

c7c29512b824bbcd157861ab46b46c3d
2.
here is the MD5-Checksum for d1 file from the german Amiga version

Code: Select all

0b14210a569ae76345449a5816ce7881
tutnix
Posts: 3
Joined: Wed Dec 20, 2006 2:42 pm

Post by tutnix »

SimonX wrote:Big thx everyone
1.
here is the MD5-Checksum for D1 file from the german DOS version

Code: Select all

c7c29512b824bbcd157861ab46b46c3d
cracked or not cracked file? i have the cdrom release and the md5-checksum is different to yours.

Code: Select all

"d1", "f2a26522d49983c4ae32bcccbb801b02", 612990
User avatar
Raziel
ScummVM Porter
Posts: 1525
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet
Contact:

Post by Raziel »

I have the german Amiga version of Cruise for a Corpse
(and can confirm SimonX's md5sums for it)

I would like to contribute it to a dev for implementation
in ScummVM. If someone is interested, please eMail me, no PM's
(don't read them here)

It's boxed with the original manual and 4 disks,
(i'll throw in file copies on PC disks, if needed, of course)
User avatar
pmaciel
Posts: 13
Joined: Wed Mar 22, 2006 12:33 pm

Post by pmaciel »

Hi all,

I believe there is a mistake in the wiki Datafiles list for Cruise for a Corpse; the file DELPHINE.LNG should be there as well, as I can see from the code (I'm using the svn version).

In the cruise engine cruise.cpp file (in loadLanguageStrings):
if (!f.open("DELPHINE.LNG"))
return false;

which then calls goes back to (in run()):
if (!loadLanguageStrings())
return Common::kUnknownError;

Well, it's just a matter of an extra line on the page, I think.
User avatar
id1402
Posts: 83
Joined: Wed Sep 12, 2007 11:29 am

Post by id1402 »

Is Cruise for a Corpse only supported by SVN version until now? I've tried scummvm-0.13.0-1, but it doesn't recognize any game in the folder.
User avatar
pmaciel
Posts: 13
Joined: Wed Mar 22, 2006 12:33 pm

Post by pmaciel »

Sorry for coming back on this. I noticed a typo in the requirements, SYSTEM.FMT should be SYSTEM.FNT.[/quote]
User avatar
eriktorbjorn
ScummVM Developer
Posts: 3544
Joined: Mon Oct 31, 2005 7:39 am

Post by eriktorbjorn »

id1402 wrote:Is Cruise for a Corpse only supported by SVN version until now? I've tried scummvm-0.13.0-1, but it doesn't recognize any game in the folder.
That's right, it's work in progress. (Don't ask me how much or little progress, though.)
User avatar
id1402
Posts: 83
Joined: Wed Sep 12, 2007 11:29 am

Post by id1402 »

Ok, thank you. I was not sure. Operation Stealth is WIP too, but it works.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

id1402 wrote:Ok, thank you. I was not sure. Operation Stealth is WIP too, but it works.
Operation Stealth is not completable yet
User avatar
Mustrum
Posts: 95
Joined: Wed Jan 28, 2009 2:06 pm
Location: Ankh-Morpork
Contact:

Cruise for a Corps DOS/German

Post by Mustrum »

the cracked version:
"D1", "c7c29512b824bbcd157861ab46b46c3d", 612990

my uncracked version with protection:
"D1", "4fd419f1c8fcbbb5e76be3342cc183ba", 612990

but many mistake in umlauts and subtitle.

screenshot from ScummVM and DOSBox.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Re: Cruise for a Corps DOS/German

Post by md5 »

WindlePoons wrote:the cracked version:
"D1", "c7c29512b824bbcd157861ab46b46c3d", 612990

my uncracked version with protection:
"D1", "4fd419f1c8fcbbb5e76be3342cc183ba", 612990

but many mistake in umlauts and subtitle.

screenshot from ScummVM and DOSBox.
We don't support cracked versions
User avatar
Mustrum
Posts: 95
Joined: Wed Jan 28, 2009 2:06 pm
Location: Ankh-Morpork
Contact:

Post by Mustrum »

yes, but the screenshots are from the uncracked version.
Post Reply