Difference between revisions of "SCI/FreeSCI"
< SCI
Jump to navigation
Jump to search
(Added the introduction section) |
(Adding an introduction text, taken from the FreeSCI documentation and the FreeSCI FAQ) |
||
Line 1: | Line 1: | ||
FreeSCI is a free software project that aims to develop a complete reimplementation of the proprietary adventure game interpreter SCI. | |||
FreeSCI can decompress and load SCI0 resource files, load and link position-independant SCI scripts, execute SCI bytecode, display SCI0 pic, view, and cursor graphics, draw text according to information stored in the font resource, interpret SCI0 sound resources, and provide input events to the SCI bytecode. | |||
In short, it can run SCI0 games, although it still has a few bugs. | |||
== [[SCI/FreeSCI/Basic differences|Basic differences to Sierra's SCI]] == | == [[SCI/FreeSCI/Basic differences|Basic differences to Sierra's SCI]] == | ||
Latest revision as of 16:48, 18 February 2009
FreeSCI is a free software project that aims to develop a complete reimplementation of the proprietary adventure game interpreter SCI.
FreeSCI can decompress and load SCI0 resource files, load and link position-independant SCI scripts, execute SCI bytecode, display SCI0 pic, view, and cursor graphics, draw text according to information stored in the font resource, interpret SCI0 sound resources, and provide input events to the SCI bytecode.
In short, it can run SCI0 games, although it still has a few bugs.
Basic differences to Sierra's SCI
The Built-in debugger
Header files
Savegames
The graphics subsystem
- Introduction
- Architecture
- Standard data types
- Graphics drivers
- The graphical resource manager (GRM)
- Interpreter interaction