SCI Studio Tutorial Chapter 2 - Creating The Game
SCI Tutorials and Guides Table of Contents
SCI Studio Tutorial 1 Table of Contents
Chapter: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26
Introduction
Now we will get started with SCI Studio.
First, run SCI Studio. It will load with the main menu and toolbar as shown below.

The toolbar gives quick access to opening, closing and running games, the resource editors, and the help file.
![]() |
The Game Explorer
The Game Explorer gives you the ability to handle SCI resources and their packages. You can add, extract, and delete the resources in the packages.
There are three main areas in the explorer: the Resource Type List, the Resource List, and the Preview Bar.
The Resource Type List displays a list of the SCI resource types. By clicking on their names, you select the list of resources to view. At the top of the list is your game project name, which can be changed by clicking on it.
The Resource List displays a list of the resources currently in the package. You can select which one(s) to extract, delete or edit with the toolbar buttons, or by right clicking. Double clicking will also allow you to edit it.
The Preview Bar displays a preview of the selected resource. This can be hidden if you prefer. Just click on it's "X" button. To show it again, select from the menu "View" then "Preview Bar".
Running The Game
![]() |
Now that you are familiar with the resources and Game Explorer, you can get started working with the game files!
References
Related Links
SCI Tutorials and Guides Table of Contents
SCI Studio Tutorial 1 Table of Contents
< Previous, Chapter 1 - An Introduction To SCI ResourcesNext, Chapter 3 - Editing Views >