Difference between revisions of "Tutorials and Guides"

From AGI Wiki
Jump to navigationJump to search
Line 1: Line 1:
 +
== &nbsp;<br />General ==
 +
 +
* [[Creating an AGI Game]]
 +
* [[How to Make an AGI Game|How to Make an AGI Game]] by [[David Smith]]
 +
* [[Making AGI Games Part 1]] by [[Peter Kelly]]
 +
* [[Making AGI Games Part 2]] by [[Peter Kelly]]
 +
* [[Vortex AGI Tutorials]]
 +
* [[How to Create Your Own AGI Adventure Game]] by [[Jonozon]]
 +
* [[AGI for Newbies - Introducing AGI|AGI for Newbies]] by [[Nat Budin]] and [[Dark Fiber]]
 +
* [[A Brief Explanation of AGI]] by [[Juha Terho]]
 +
 +
&nbsp;
 +
 +
==Picture==
 +
 +
* [[PICEDIT Tutorial 2|Introduction to PICEDIT]]
 +
* [[PICEDIT Tutorial_1|PICEDIT Tutorial]]
 +
* [[An Explanation of AGI Priority Screens]] by [[Juha Terho]]
 +
* [[Limitations of AGI Priority Bands]] by [[Juha Terho]]
 +
* [[The Making of an AGI Background Picture]] by [[Juha Terho]]
 +
* [[How to Draw Better Rooms]] (Room tutorial)
 +
* [[How to Draw a Good PIC with Picedit]] by [[Kon-Tiki]]
 +
 +
&nbsp;
 +
 +
== Logic ==
 +
 +
* [[AGI Command Reference]] an AGI Logic Programming Tutorial by [[Chris Cromer]]
 +
# [[AGI Command Reference - Arithmetic Commands|Arithmetic Commands]]
 +
# [[AGI Command Reference - Commands to Load and unLoad Resources|Commands to Load and unLoad Resources]]
 +
# [[AGI Command Reference - Program Control Commands|Program Control Commands]]
 +
# [[AGI Command Reference - Object Control Commands|Object Control Commands]]
 +
# [[AGI Command Reference - Object Description Commands|Object Description 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 - PIC Resource Management Commands|PIC 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 - String Management Commands|String Management Commands]]
 +
# [[AGI Command Reference - Initialization Commands|Initialization Commands]]
 +
# [[AGI Command Reference - Menu Management Commands|Menu Management Commands]]
 +
# [[AGI Command Reference - Test Commands|Test Commands]]
 +
# [[AGI Command Reference - Other Commands|Other Commands]]
 +
# [[AGI Command Reference - Unknown Commands|Unknown Commands]]
 +
* [[Logic language|Logic language reference]]
 +
* [[Managing Resources|Managing resources]]
 +
* [[Display Text on Screen|Display text on screen]]
 +
* [[AGI Command Reference]]
 +
* [[Multiple Inventory Items]] by [[Andrew Baker]]
 +
* [[Pushing Objects]]
 +
 +
&nbsp;
 +
 +
== Sound ==
 +
 +
* [[AGI Sound Tutorial]]
 +
# [[AGI Sound Tutorial - Introduction|Introduction]]
 +
# [[AGI Sound Tutorial - Limits of the AGI Sound Format|Limits of the AGI Sound Format]]
 +
# [[AGI Sound Tutorial - Extracting Sounds|Extracting Sounds]]
 +
# [[AGI Sound Tutorial - Converting from Other Formats|Converting from Other Formats]]
 +
# [[AGI Sound Tutorial - Merging|Merging]]
 +
# [[AGI Sound Tutorial - Scripting|Scripting]]
 +
# [[AGI Sound Tutorial - Visual Editors|Visual Editors]]
 +
# [[AGI Sound Tutorial - Playing Sounds with External Tools|Playing Sounds with External Tools]]
 +
# [[AGI Sound Tutorial - Sound in Your Game|Sound in Your Game]]
 +
# [[AGI Sound Tutorial - In the Future|In the Future]]
 +
# [[AGI Sound Tutorial - Location of Tools|Location of Tools]]
 +
# [[AGI Sound Tutorial - References|References]]
 +
 +
&nbsp;
 +
 +
== Game Design ==
 +
 +
* [[Design Documents]]
 +
* [[Whizzard's Guide to Text Adventure Authorship]]
 +
* [[The Craft of Adventure]] by [[w:Graham Nelson|Graham Nelson]]. Five articles on the design of adventure games.
 +
* [[How to make your game more interesting]]
 +
 +
&nbsp;
 +
 +
== Technical & Debugging ==
 +
 +
* [[Adventure Game Interpreter Specifications|AGI Specifications]]
 +
* [[Peter Kelly's AGI Docs]] by [[Peter Kelly]]
 +
# [[AGI Docs - Data Used by AGI|Data Used by AGI]]
 +
# [[AGI Docs - Defines|Defines]]
 +
# [[AGI Docs - Basic Structure of a Room|Basic Structure of a Room]]
 +
* [[AGI Error Code Tutorial]] by [[Nick Sonneveld]]
 +
# [[AGI Error Code Tutorial - Introduction|Introduction]]
 +
# [[AGI Error Code Tutorial - Logic Errors|Logic Errors]]
 +
# [[AGI Error Code Tutorial - Interpreter Errors|Interpreter Errors]]
 +
# [[AGI Error Code Tutorial - Unacknowledged Errors|Unacknowledged Errors]]
 +
# [[AGI Error Code Tutorial - Debugging Techniques|Debugging Techniques]]
 +
* [[AGI Stack Overflow Information]]
 +
* [[AGI Studio Help File]] by [[Peter Kelly]]
 +
 +
&nbsp;
 +
 +
[[Category:Guides & Other Help]]
 +
[[Category:Tutorials]]
 +
[[Category:How To]]
 +
 +
 +
 +
 +
 +
ssssssssssssssssssssssssssssssssssssssssss
 +
 +
 +
 +
 +
 
==General==
 
==General==
  

Revision as of 12:21, 26 December 2013

 
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. PIC 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
  1. Introduction
  2. Logic Errors
  3. Interpreter Errors
  4. Unacknowledged Errors
  5. Debugging Techniques

 



ssssssssssssssssssssssssssssssssssssssssss



General

Picture

Logic

Game Design

Other