Difference between revisions of "SCI Quest: Exploring the SCI 1.1 Engine"

From SCI Wiki
Jump to navigationJump to search
Line 57: Line 57:
  
 
<blockquote>
 
<blockquote>
&nbsp;
+
I'm finally presenting my sample game that (hopefully) demonstrates what can be done with SCI 1.1.
 +
 
 +
It features:
 +
- a complete playable game with a surprise ending!
 +
- 24 rooms
 +
- speech for almost all characters
 +
- a terrible mix of "art" styles
 +
- source code (of course)
 +
- lots of cool palette effects and other special fx.
 +
 
 +
It's certainly far from a game design masterpiece, but it is intended to show what you can do and how (of course you may find angry comments in the source code to the effect of "I can't get this to work"). Who was it that was asking about how to make a cctv effect? I tried my hand at that in the end scene.
 +
 
 +
https://sciprogramming.com/community/index.php?topic=1571.msg8534
 
</blockquote>
 
</blockquote>
  

Revision as of 23:01, 24 June 2024

SCI Quest: Exploring the SCI 1.1 Engine


Phil Fortier's SCIQuest
SCIQuest.png

SCIQuest Title Screen

Release Date: Jan, 2016
Project Status: Completed
Latest Version:
Developer(s): Phil Fortier
Publisher: Phil Fortier
Designer(s): Phil Fortier
Source Available: 
Category: Tech Demo
Type:
Genre:
Theme(s):
Engine: SCI1.1
Platform: MS-DOS
Localization: English
Website: http://scicompanion.com/





Description

Phil Fortier's SCIQuest is a full sample tech demo game with source that explores the features of SCI 1.1 to illustrate the abilities of SCI Companion 3. This is a game project that can be opened in [SCI Companion v3].

It features:

  • A complete playable game with a surprise ending!
  • 24 rooms
  • Speech for almost all characters
  • A terrible mix of "art" styles
  • Source code (of course)
  • Lots of cool palette effects and other special FX.


Screenshots

SCIQuestSS1.png SCIQuestSS2.png


Story

 


About

I'm finally presenting my sample game that (hopefully) demonstrates what can be done with SCI 1.1.

It features: - a complete playable game with a surprise ending! - 24 rooms - speech for almost all characters - a terrible mix of "art" styles - source code (of course) - lots of cool palette effects and other special fx.

It's certainly far from a game design masterpiece, but it is intended to show what you can do and how (of course you may find angry comments in the source code to the effect of "I can't get this to work"). Who was it that was asking about how to make a cctv effect? I tried my hand at that in the end scene.

https://sciprogramming.com/community/index.php?topic=1571.msg8534


Download


Walkthroughs/Hints

  • N/A


Related Links