Author Topic: How did SCI render in CGA?  (Read 13672 times)

0 Members and 1 Guest are viewing this topic.

Offline troflip

How did SCI render in CGA?
« on: September 07, 2016, 12:36:55 PM »
I know it was automatically done by the interpreter/engine, but does anyone know the particular algorithm?

(ScummVM has a "render mode" for this, but it doesn't work)

[edit: ok, easy enough to get working in DOSBox]
« Last Edit: September 07, 2016, 01:07:12 PM by troflip »


Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline troflip

Re: How did SCI render in CGA?
« Reply #1 on: September 07, 2016, 01:29:05 PM »
After some experimentation, answering myself, it went like this (in case anyone is interested in this esoteric information) for the cyan/magenta form of CGA:

Code: [Select]
black black
navy magenta
green cyan
teal black/cyan
maroon magenta
purple black/magenta
brown white
silver cyan/magenta
grey black
blue cyan
lime cyan
cyan black/cyan
Red magenta
fuchsia black/magenta
yellow white
white white

When colors were dithered, they just took from one of the component colors. This means A/B could look very different than B/A. For example:
yellow/fuchsia    ->  white/black
fuchsia/yellow   -> magenta/white
Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline MusicallyInspired

Re: How did SCI render in CGA?
« Reply #2 on: September 07, 2016, 02:00:34 PM »
It's worth noting that, at least in Hercules Monochrome's case, different SCI drivers rendered colours differently. Back when I had my first computer that my dad had given me, a 286 with a 40MB HDD and a Hercules Monochrome card/monitor, I tried two different Hercules drivers from different SCI games and discovered this result. I don't know if the same is true for CGA or not. Wouldn't it be the driver files that do this though? Would hacking the driver files themselves provide any answers?

And yes, ScummVM has the same set of options for every game. That doesn't mean they all work for every supported engine. They're left over from when SCUMM was the only supported engine. Sometimes they implement them in other engines (sometimes in not the best ways), but mostly they don't really work in my experience.
Brass Lantern Prop Competition

Offline Kawa

Re: How did SCI render in CGA?
« Reply #3 on: September 07, 2016, 02:45:25 PM »
Just tested. KQ4 with its CGA320C driver was uglyballs with the maroon/brown/green palette on navy. Left DOSBox running and switched to CGA320BW, it was teal on navy.

On the other hand, LSL3 with LSL2's CGA drivers? Passable. Attached are CGA320BW, CGA320C, EGA320, and ScummVM renders.

Offline troflip

Re: How did SCI render in CGA?
« Reply #4 on: September 07, 2016, 02:55:42 PM »
Interesting... navy is mapping to black in this case. So it looks like different color mappings were used for different games...
Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline Kawa

Re: How did SCI render in CGA?
« Reply #5 on: September 07, 2016, 02:58:01 PM »
For fun I put Larry's CGA drivers in KQ4. Left is KQ4's, middle is Larry's, right is EGA and ScummVM.

Offline troflip

Re: How did SCI render in CGA?
« Reply #6 on: September 07, 2016, 03:02:11 PM »
Yeah, so it looks like the mapping was defined in the drivers, and was different for different games.

Laura Bow herself looks terrifying with SQ3's CGAC driver (equally so with LSL2's):

Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline Kawa

Re: How did SCI render in CGA?
« Reply #7 on: September 07, 2016, 03:05:04 PM »
So... you gon' add a CGA simulation mode to SCI Companion? :D

I remember when I made a Jill of the Jungle sprite editor. You edited the VGA data and there were two smaller EGA and CGA live previews next to it. There was no EGA or CGA data, only mapping info.

Offline troflip

Re: How did SCI render in CGA?
« Reply #8 on: September 07, 2016, 03:56:48 PM »
Haha, nope :-)

It's for a puzzle for Cascade Quest. Part of the game will have some kind of CGA emulation mode...
Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline troflip

Re: How did SCI render in CGA?
« Reply #9 on: September 07, 2016, 05:25:48 PM »
Well that's fun...
Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline OmerMor

Re: How did SCI render in CGA?
« Reply #10 on: September 07, 2016, 05:40:26 PM »
Don't forget Sierra provided CGA drivers for their SCI1-EGA versions.
Here's Space Quest 4 in CGA:


Another interesting display mode is the 8-color used in the PC-98 Japanese SCI0 games: Quest for Glory 1 and Police Quest 2.
I wrote a wiki page on the subject:
http://wiki.scummvm.org/index.php/Quest_for_Glory

Offline Kawa

Re: How did SCI render in CGA?
« Reply #11 on: September 07, 2016, 06:01:50 PM »
I am suddenly reminded of the plugs in SQ5, which were... understandably done in three different pic resources.

Offline troflip

Re: How did SCI render in CGA?
« Reply #12 on: September 07, 2016, 06:15:32 PM »
Why did they do that? (Haven't played SQ5... looked at a playthrough and only the VGA resource was used... so... confused)
Check out my website: http://icefallgames.com
Groundhog Day Competition

Offline Kawa

Re: How did SCI render in CGA?
« Reply #13 on: September 07, 2016, 06:44:39 PM »
You mess with the plugs to fix something. You mess with them just right and you trigger this visual easter egg.

You might notice the CGA version isn't quite.

Offline MusicallyInspired

Re: How did SCI render in CGA?
« Reply #14 on: September 08, 2016, 01:10:45 AM »
Interestingly, if you're running the game in VGA mode removing the plug makes that screen EGA. If you're running with the EGA640 dithered driver it makes the screen CGA.
Brass Lantern Prop Competition


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.039 seconds with 23 queries.