Cruise for a Corpse
https://drive.google.com/file/d/0B0oEDr ... sp=sharing
Cruise for a Corpse
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Cruise for a Corpse
There are no references online and on ScummVM to CR256.RNC, where you got it?
That file is compressed but doesn't seem the RNC compression.
That file is compressed but doesn't seem the RNC compression.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Cruise for a Corpse
Anyway the format is described here:
https://github.com/scummvm/scummvm/blob ... volume.cpp
But the delphine compression crashes for unknown reasons:
https://github.com/scummvm/scummvm/blob ... volume.cpp
But the delphine compression crashes for unknown reasons:
Code: Select all
comtype SCUMMVM9
endian big
get FILES short
get ENTRY_SIZE short
xmath NAMESZ "ENTRY_SIZE - (4 + 4 + 4 + 4)"
for i = 0 < FILES
getdstring NAME NAMESZ
get OFFSET long
get ZSIZE long
get SIZE long
get DUMMY long
if SIZE == ZSIZE
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif
next i
-
- Posts: 461
- Joined: Thu Oct 01, 2015 5:03 pm
Re: Cruise for a Corpse
All files in to game
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Cruise for a Corpse
What platform? PC, Amiga?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Cruise for a Corpse
Ok, I will check both the crashing compression and that RNC file when I will work on the next quickbms version.