Difference between revisions of "SCI/Fan Games/L"
(Add Locker Gnome Quest Redux and more Info) |
m (→LockerGnome Quest Redux: Removed the "-" from the bullet list) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
<br/> | <br/> | ||
==== Externl Links ==== | ==== Externl Links ==== | ||
*[http://sciprogramming.com/fangames.php?action=review&id=5 | *[http://sciprogramming.com/fangames.php?action=review&id=5 Game Info Page at SCIProgramming]<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | ||
== LockerGnome Quest == | == LockerGnome Quest == | ||
Line 58: | Line 58: | ||
New audio features: | New audio features: | ||
* Rich music soundtrack | |||
* Sound effects for in-game actions | |||
* This demo has the distinction of being the first full SCI0 'talkie'! All lines have been narrated, enriching gameplay. | |||
Other features: | Other features: | ||
* Right-click 'looking': Using the right mouse button, everything on screen can be looked at | |||
* Improved parsing: Over three times the original number of valid inputs for the user to use | |||
* Full source code: See how sciAudio is 'wired' into the game! | |||
==== External Links ==== | ==== External Links ==== | ||
*[http://sciprogramming.com/fangames.php?action=review&id=174 Game's Info page at SCIProgramming] | *[http://sciprogramming.com/fangames.php?action=review&id=174 Game's Info page at SCIProgramming] | ||
[[Category:Fan Games]] | [[Category:Fan Games]] |
Latest revision as of 22:32, 1 January 2018
The Legend of the Lost Jewel Demo
The Legend of the Lost Jewel Demo | ||
---|---|---|
First release | February 20, 2007 | |
Versions | ||
Also known as | ||
Developed by | Lou Provost | |
Engine | SCI | |
Support | Since ScummVM 1.2.0 |
The Legend of the Lost Jewel Demo is a freeware fan-created adventure game demo using the SCI engine.
Game Description
Externl Links
LockerGnome Quest
LockerGnome Quest | ||
---|---|---|
First release | February 9, 2007 | |
Versions | ||
Also known as | ||
Developed by | Brian Provinciano | |
Engine | SCI | |
Support | Since ScummVM 1.2.0 |
LockerGnome Quest is a freeware fan-created adventure game using the SCI engine.
Game Description
Attempt an escape after accidentaly locking yourself in your super secure gnome locker.
External Links
LockerGnome Quest Redux
LockerGnome Quest Redux | ||
---|---|---|
First release | October 22, 2012 | |
Versions | ||
Also known as | ||
Developed by | Brian Provinciano | |
Engine | SCI | |
Support | Since ScummVM 1.2.0 |
LockerGnome Quest Redux is a freeware fan-created adventure game using the SCI engine.
Game Description
This is a modification of Brian Provinciano's original demo game 'LockerGnome Quest', which can be found and downloaded from the fan games pages.
So what's different?
Primarily, this demo has been modified to support external sound playback (sound playback not utilizing the SCI sound drivers), showcasing the capabilities of the 'sciAudio' add-on, now available for SCI developers to use in their own games.
New audio features:
- Rich music soundtrack
- Sound effects for in-game actions
- This demo has the distinction of being the first full SCI0 'talkie'! All lines have been narrated, enriching gameplay.
Other features:
- Right-click 'looking': Using the right mouse button, everything on screen can be looked at
- Improved parsing: Over three times the original number of valid inputs for the user to use
- Full source code: See how sciAudio is 'wired' into the game!