76
The Games and other Sierra Adventure stuff / Re: No-Shirt Developer(s)
« on: November 15, 2015, 12:06:11 PM »In Paint.NET, how would I draw with a Color Scheme matching SCI Companion? Also... 320x200 is still the maximum drawable space, yes?
What do you mean matching SCI Companion? You can export a palette from SCI Companion if you want to use a specific palette in paint.NET. You would do this for the fixed colors for characters/view, usually. For pic backgrounds, just draw whatever, and SCI Companion will figure out the best palette colors to use for the "flexible" part of the palette range.

I was on the understanding that Sierra Games (Especially SCI0, which I'm trying to emulate), uses EGA, which has a limited range of colors (64, I think), but only 16 can be shown at a time, usually listed as 0 - 15. I'm not sure whether SCI Companion allows different palettes for different rooms or whether it's locked to one across the whole game. But really, I'm trying to emulate the color scheme and feel of a Sierra Game (As in, the image above being a good example of what I mean).

