Documentation: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
Line 61: | Line 61: | ||
* [[Adventure Game Interpreter Specifications|Unofficial AGI Specifications]] (AGI Source - disassembled and understood) | * [[Adventure Game Interpreter Specifications|Unofficial AGI Specifications]] (AGI Source - disassembled and understood) | ||
* [http://web.archive.org/web/20110723204651/http://weremoose.tripod.com/ Joel McCormick's Site] - developer of [[Jen's Quest Demo]] and future sound editor<!-- * Chris's Ultimate AGI Site - check it out. --> | * [http://web.archive.org/web/20110723204651/http://weremoose.tripod.com/ Joel McCormick's Site] - developer of [[Jen's Quest Demo|Jen's Quest]] and future sound editor<!-- * Chris's Ultimate AGI Site - check it out. --> | ||
* [[w:Adventure Game Interpreter|AGI on Wikipedia]] | * [[w:Adventure Game Interpreter|AGI on Wikipedia]] | ||
* [http://www.scriptinterpreter.com/home Lance Ewing's '''SC'''ript '''I'''nterpreter] | * [http://www.scriptinterpreter.com/home Lance Ewing's '''SC'''ript '''I'''nterpreter] | ||
* [https://mtnphil.wordpress.com/2016/04/09/decompiling-sci-byte-code-part-1/ Phil Fortier's Decompiling SCI byte code] | * [https://mtnphil.wordpress.com/2016/04/09/decompiling-sci-byte-code-part-1/ Phil Fortier's Decompiling SCI byte code] | ||
* [[w:Sierra's Creative Interpreter|SCI on Wikipedia]] | * [[w:Sierra's Creative Interpreter|SCI on Wikipedia]] |
Latest revision as of 15:58, 31 March 2025
Sierra Documentation
AGI Documentation
- Adventure Game Interpreter (AGI)
- AGI References
- AGI Reference Category
- AGI Data Types
- Adventure Game Interpreter Specifications
- AGI Studio Help File
Official Sierra AGDS/AGI Documentation
SCI Documentation
The Official SCI Documentation
- Official SCI Documentation
- The Script Programming Language
- SCI Kernel Documentation
- Object Oriented Programming in Script
- Script Classes for Adventure Games
- SCI Parser Programmer's Reference
- Run Time System Changes
- SCI Changes & Updates
- The SCI Programming Language (1994-09-28)
- Recommended Procedures for SCI Game Programming Coordinators
- Gravity Simulation in SCI
- In-house Tool Documentation
The FreeSCI Project Documentation
Game Design
See Also:
- Unofficial AGI Specifications (AGI Source - disassembled and understood)
- Joel McCormick's Site - developer of Jen's Quest and future sound editor
- AGI on Wikipedia
- Lance Ewing's SCript Interpreter
- Phil Fortier's Decompiling SCI byte code
- SCI on Wikipedia