Difference between revisions of "Tutorials and Guides"

From AGI Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
* [[A Brief Explanation of AGI]] by [[Juha Terho]]
 
* [[A Brief Explanation of AGI]] by [[Juha Terho]]
  
 
+
==<br /> Picture==
 
 
==Picture==
 
  
 
* [[Introduction to PicEdit|An Introduction to PicEdit]]
 
* [[Introduction to PicEdit|An Introduction to PicEdit]]
Line 21: Line 19:
 
* [[How to Draw Better Rooms]] (Room tutorial)
 
* [[How to Draw Better Rooms]] (Room tutorial)
 
* [[How to Draw a Good Picture with PicEdit]] by [[Kon-Tiki]]
 
* [[How to Draw a Good Picture with PicEdit]] by [[Kon-Tiki]]
 +
* [http://www.kafkaskoffee.com/tutorials/agitut.shtml How to make nice AGI-rooms from photos] by [[Bjoern Kahlenberg]]
  
&nbsp;
+
==<br /> Logic ==
 
 
== Logic ==
 
  
 
* [[AGI Command Reference]] an AGI Logic Programming Tutorial by [[Chris Cromer]]
 
* [[AGI Command Reference]] an AGI Logic Programming Tutorial by [[Chris Cromer]]
Line 34: Line 31:
 
# [[AGI Command Reference - Object Motion Control Commands|Object Motion Control Commands]]
 
# [[AGI Command Reference - Object Motion Control Commands|Object Motion Control Commands]]
 
# [[AGI Command Reference - Inventory Item Management Commands|Inventory Item Management Commands]]
 
# [[AGI Command Reference - Inventory Item Management Commands|Inventory Item Management Commands]]
# [[AGI Command Reference - PIC Resource Management Commands|PIC Resource Management Commands]]
+
# [[AGI Command Reference - Picture Resource Management Commands|Picture Resource Management Commands]]
 
# [[AGI Command Reference - Sound Resource Management Commands|Sound Resource Management Commands]]
 
# [[AGI Command Reference - Sound Resource Management Commands|Sound Resource Management Commands]]
 
# [[AGI Command Reference - Text Management Commands|Text Management Commands]]
 
# [[AGI Command Reference - Text Management Commands|Text Management Commands]]
Line 49: Line 46:
 
* [[Pushing Objects]] by [[Andrew Baker]]
 
* [[Pushing Objects]] by [[Andrew Baker]]
  
&nbsp;
+
==<br /> Sound ==
 
 
== Sound ==
 
  
 
* [[AGI Sound Tutorial]]
 
* [[AGI Sound Tutorial]]
Line 67: Line 62:
 
# [[AGI Sound Tutorial - References|References]]
 
# [[AGI Sound Tutorial - References|References]]
  
&nbsp;
+
==<br /> Game Design ==
 
 
== Game Design ==
 
  
 
* [[Design Documents]]
 
* [[Design Documents]]
Line 76: Line 69:
 
* [[How to Make Your Game More Interesting]]
 
* [[How to Make Your Game More Interesting]]
  
&nbsp;
+
==<br /> Technical & Debugging ==
 
 
== Technical & Debugging ==
 
  
 
* [[Adventure Game Interpreter Specifications|AGI Specifications]]
 
* [[Adventure Game Interpreter Specifications|AGI Specifications]]
Line 85: Line 76:
 
# [[AGI Docs - Defines|Defines]]
 
# [[AGI Docs - Defines|Defines]]
 
# [[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]
 
* [[Error Code Tutorial]] by [[Nick Sonneveld]]
 
* [[Error Code Tutorial]] by [[Nick Sonneveld]]
 
# [[Error Code Tutorial - Introduction|Introduction]]
 
# [[Error Code Tutorial - Introduction|Introduction]]

Latest revision as of 02:21, 10 March 2018

 
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