Search found 3 matches

by uglyduckling
Wed May 26, 2010 6:47 am
Forum: General Discussion
Topic: Reading SCI1 view resources
Replies: 3
Views: 1822

engines/sci/resource.cpp file is your friend. From there you will know what exactly to do. Eugene Nevermind, it looks you were right (naturally). What I was confused with was that the relevant method name was detectVolVersion, and from that code it seemed like VOLs were their own entity, not "...
by uglyduckling
Wed May 26, 2010 6:42 am
Forum: General Discussion
Topic: Reading SCI1 view resources
Replies: 3
Views: 1822

I wish that were true. I already combed that file and there's some excellent info in it re: VOLs, patches, etc., but the only bits that concern loading views are to check the resource type. After checking the VGA bit as I mentioned, there's not a lot of detail, at least none that I can read from the...
by uglyduckling
Tue May 25, 2010 10:43 pm
Forum: General Discussion
Topic: Reading SCI1 view resources
Replies: 3
Views: 1822

Reading SCI1 view resources

Hello, I've been experimenting with writing a managed (C#) resource loader, and I'm able to read the resource.map file and parse out the types, offsets, and resource files where all of the resources live. Unfortunately, once I read the data in the requisite resource file, I'm a bit lost how to proce...