SCI Versions

Since the release of SCI Graphic Studio v1.0, many emails have been received from people asking why they couldn't extract or edit certain resources. The reason is plain and simple: it's because the resources that they were trying to edit were the wrong version.

SCI Studio 3.0 only supports resources from Sierra's SCI version 0.x games (SCI0). However, SCI Studio VGA is under development for the SCI 1.x games (SCI1).

Over the evolution of Sierra On-Line's SCI engine, the resources had significant changes. As you cannot run an SCI1 game with an SCI0 interpreter, neither can you edit most SCI1 resources with an SCI0 editor.

How to find out the intepreter version:

To get a general idea of the version without the use of SCI Studio, first take a look at the graphics. Most likely, if it has a resolution of 320x200x16 colors, it will be SCI0, and if the resolution is 320x200x256 colors, it will likely be an SCI1 or SCI2 game.

Though that method gives a general idea, it does not work completely, and can be misleading. Here's how to find out the exact version:

SCI Version DetectorLoad SCI Studio and select from the menu "Tools" then "SCI Version Detector". A file selection dialog will appear. Select the game's executable (ie. SCIV.EXE,SCIDHUV.EXE,SCIW.EXE,etc.). It will then tell you the version.

If you do not have access to SCI Studio, In SCI0 and SCI01, debug modes were included in the interpreter. To activate the debug mode, press both 'Shift' keys and the keypad '-' key at the same time. A box will pop up on the top right of the screen showing the the interpreter version. Though SCI1 games had the debugger removed, you can still use this to get the version number.

A general overview of the early SCI versions:

SCI v0.x


SCI v1.x (16 color)

SCI v1.x (256 color)