AGI Tutorials and Guides: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 87: Line 87:
# [[AGI Docs - Basic Structure of a Room|Basic Structure of a Room]]
# [[AGI Docs - Basic Structure of a Room|Basic Structure of a Room]]
# [http://agi.sierrahelp.com/AGIStudioHelp/ AGI Studio Help File]
# [http://agi.sierrahelp.com/AGIStudioHelp/ AGI Studio Help File]
* [[Error Code Tutorial]] by [[Nick Sonneveld]]
# [[Error Code Tutorial - Introduction|Introduction]]
# [[Error Code Tutorial - Logic Errors|Logic Errors]]
# [[Error Code Tutorial - Interpreter Errors|Interpreter Errors]]
# [[Error Code Tutorial - Unacknowledged Errors|Unacknowledged Errors]]
# [[Error Code Tutorial - Debugging Techniques|Debugging Techniques]]
* [[AGI Error Code Tutorial]] by [[Nick Sonneveld]]
* [[AGI Error Code Tutorial]] by [[Nick Sonneveld]]
# [[AGI Error Code Tutorial - Introduction|Introduction]]
# [[AGI Error Code Tutorial - Introduction|Introduction]]
Line 102: Line 93:
# [[AGI Error Code Tutorial - Unacknowledged Errors|Unacknowledged Errors]]
# [[AGI Error Code Tutorial - Unacknowledged Errors|Unacknowledged Errors]]
# [[AGI Error Code Tutorial - Debugging Techniques|Debugging Techniques]]
# [[AGI Error Code Tutorial - Debugging Techniques|Debugging Techniques]]
* [[Stack Overflow Information]]
* [[Stack Overflow Information]]
* [[Debug Modes]]
* [[Debug Modes]]

Latest revision as of 11:14, 8 April 2025

AGI Tutorials and Guides



Introduction

AGI Tutorials and Guides to help you get started.

 
General


Picture


Logic

  1. Arithmetic Commands
  2. Commands to Load and unLoad Resources
  3. Program Control Commands
  4. Object Control Commands
  5. Object Description Commands
  6. Object Motion Control Commands
  7. Inventory Item Management Commands
  8. Picture Resource Management Commands
  9. Sound Resource Management Commands
  10. Text Management Commands
  11. String Management Commands
  12. Initialization Commands
  13. Menu Management Commands
  14. Test Commands
  15. Other Commands
  16. Unknown Commands


Sound

  1. Introduction
  2. Limits of the AGI Sound Format
  3. Extracting Sounds
  4. Converting from Other Formats
  5. Merging
  6. Scripting
  7. Visual Editors
  8. Playing Sounds with External Tools
  9. Sound in Your Game
  10. In the Future
  11. Location of Tools
  12. References


Game Design


Technical & Debugging

  1. Data Used by AGI
  2. Defines
  3. Basic Structure of a Room
  4. AGI Studio Help File
  1. Introduction
  2. Logic Errors
  3. Interpreter Errors
  4. Unacknowledged Errors
  5. Debugging Techniques


References



Also See

  •