Community

SCI Programming => SCI Development Tools => Topic started by: rulaman on September 21, 2013, 04:25:02 PM

Title: Screen Antics (Johny Castaway)
Post by: rulaman on September 21, 2013, 04:25:02 PM
Does anyone have any information about the RESOURCE.001 format (and the RESOURCE.MAP) for Screen Antics?
Title: Re: Screen Antics (Johny Castaway)
Post by: gumby on September 21, 2013, 06:04:22 PM
A nice diversion, here's what I've got so far:

The map file differs from an SCI0 map which uses 6 byte entries.  Johnny castaway uses 8 byte entries.  The last 2 (or 3?) bytes of each entry represent the offset of the resource in RESOURCE.001.

On the surface, each resource in the RESOURCE.001 seem to begin with a file name.
Title: Re: Screen Antics (Johny Castaway)
Post by: Collector on September 21, 2013, 08:40:58 PM
Dynamix borrowed certain things from Sierra like drivers and resource archiving, but only did a couple of SCI games. Hence you will see certain similarities between Dynamix games and SCI, but most of these are usually superficial.
Title: Re: Screen Antics (Johny Castaway)
Post by: rulaman on September 22, 2013, 04:43:23 AM
Thanks for yours answers so far. I will have a look into it.

Edit: I found a site with the resources explained.
http://code.google.com/p/screenantics/wiki/ResourceFileStructure
Title: Re: Screen Antics (Johny Castaway)
Post by: rulaman on September 23, 2013, 04:42:19 PM
So, I extracted the resources, but now I need the huffman decomp algo.
As I edited in my last post, I found a good resource page.
Title: Re: Screen Antics (Johny Castaway)
Post by: gumby on September 23, 2013, 06:34:51 PM
I don't think that Studio or Companion can decompress Huffman resources.  The Huffman algorithm is documented in the SCI Specifications document here:

http://sciwiki.sierrahelp.com/index.php?title=SCI_Specifications:_Chapter_2_-_Resource_files#Decompression_algorithm_HUFFMAN
Title: Re: Screen Antics (Johny Castaway)
Post by: rulaman on September 24, 2013, 01:55:12 PM
That's good to know, but I have the resources.
On the page I linked are sources and resources. (Found out recently. Thanks for the Huffman-Link.)
I'm happy now, an d when I'm in the mood, I do something with them.
Title: Re: Screen Antics (Johny Castaway)
Post by: Collector on September 24, 2013, 06:16:00 PM
Let us know.