Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Robert Eric on April 23, 2003, 09:01:01 PM

Title: SCI1 pic resources
Post by: Robert Eric on April 23, 2003, 09:01:01 PM
Can anyone tell me where I can find info on the format of the SCI1 pic resources?  I just started programming again and I want to see if I can make my own program that shows SCI1 pics.  I couldn't find it on the FreeSCI documentations.
Title: Re:SCI1 pic resources
Post by: Chris Cromer on April 23, 2003, 09:40:09 PM
Well unless Brian releases some docs on it... your going to have to hack the SCI1 picture resources and figure out how they work.
Title: Re:SCI1 pic resources
Post by: Robert Eric on April 23, 2003, 10:09:15 PM
Great.

It'll be tough.
Title: Re:SCI1 pic resources
Post by: Eero R on April 24, 2003, 09:28:45 AM
Couldn't SCI Decoder by Carl Muckenhoupt view SCI1 pics? There is a source code available for that one...
Title: Re:SCI1 pic resources
Post by: Robert Eric on April 24, 2003, 09:47:22 AM
That IS helpful, but I was hoping that there was something documenting it's format, not giving me code that would read it, which is something I want to do myself.
Title: Re:SCI1 pic resources
Post by: Eero R on April 24, 2003, 11:38:27 AM
You could do the documentation yourself, no? You've got enough information in the source of SCI Decoder... ;D
Title: Re:SCI1 pic resources
Post by: Robert Eric on April 24, 2003, 01:43:45 PM
I could and probably will, but I'm surprised the people in FreeSCI who know more about it than I haven't done it yet.  

P.S.  You have a cool name
Title: Re:SCI1 pic resources
Post by: Chris Cromer on April 24, 2003, 01:46:21 PM
FreeSCI only supports SCI0 graphics at the moment, which is most likely why there is no docs on SCI1. ;)
Title: Re:SCI1 pic resources
Post by: Robert Eric on April 24, 2003, 04:11:06 PM
"Code updates: Preliminary VGA support in Glutton"

But they've begun.
Title: Re:SCI1 pic resources
Post by: Ch. Reichenbach on April 27, 2003, 03:33:08 PM
Hi,

SCI1 pics are essentially the same as SCI0 pics, except that they use embedded views for foreground (visual map) images. I'm not entirely certain what the format is, but you're invited to have a look at the source code if you want to know.

Our docs are currently being ported from docbook SGML to LaTeX, so it may take a while to get the next update done.

-- Christoph
Title: Re:SCI1 pic resources
Post by: Brian Provinciano on April 27, 2003, 05:34:22 PM
I wrote SCI1 pic specs ages ago. I forget the exact link, but it's in this forum somewhere. Do a search.
Title: Re:SCI1 pic resources
Post by: Robert Eric on April 27, 2003, 06:25:45 PM
I tried a search, but I never get anything.  And I don't really feel like going through each page of threads looking for it.  If you know the link or can find it, could you post it?

Edit: I've got the SCI0 pics down pretty well, so I should be able to get the SCI1 ones figured out soon.
Title: Re:SCI1 pic resources
Post by: Pikachu14 on April 28, 2003, 02:32:20 AM
And here you go...

http://www.classicgaming.com/agisci/specs/sci0_pics_ext.html (http://www.classicgaming.com/agisci/specs/sci0_pics_ext.html)

There was another one like that...lemme look it up...

Findy: http://www.classicgaming.com/agisci/specs/sci1_pics.html (http://www.classicgaming.com/agisci/specs/sci1_pics.html)