Open main menu

Difference between revisions of "AGIWiki/AGI Studio Template Game"

m
no edit summary
m
m
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
The '''AGI Studio Template Game''' is a one-[[AGIWiki/Room|room]] game that serves as a starting point for game authors to build their own games. It features a default [[AGIWiki/View|view]] for [[AGIWiki/Ego|ego]], a blank [[AGIWiki/Picture|picture resource]] that is used by the first [[AGIWiki/Room|room]] in the game, and a default [[AGIWiki/Inventory object|inventory object]].
The '''AGI Studio Template Game''' is a one-[[AGIWiki/Room|room]] game that serves as a starting point for game authors to build their own games. It features a default [[AGIWiki/View|view]] for [[AGIWiki/Ego|ego]], a blank [[AGIWiki/Picture|picture resource]] that is used by the first [[AGIWiki/Room|room]] in the game, and a default [[AGIWiki/Inventory object|inventory object]].


Perhaps most importantly, the template game provides a significant amount of code that implements basic functionality such as setting up the game's menus, saving and restoring, and a set of [[AGIWiki/Debugging|debugging] commands. Without the template game, game programmers would have to implement these features themselves.
Perhaps most importantly, the template game provides a significant amount of code that implements basic functionality such as setting up the game's menus, saving and restoring, and a set of [[AGIWiki/Debugging|debugging]] commands. Without the template game, game programmers would have to implement these features themselves.


The template game also provides a file called [/agiwiki/index.php/Defines.txt defines.txt] that sets up [[AGIWiki/Defines|defines]] for the [[AGIWiki/Special variables|special variables]], [[AGIWiki/Special flags|special flags]], and other data that are of special meaning to the [[AGIWiki/Interpreter|interpreter]] or that are used by the template game itself. The game's author should use this file to avoid the need to redefine all those items.
The template game also provides a file called [[AGIWiki/defines.txt|defines.txt]] that sets up [[AGIWiki/Defines|defines]] for the [[AGIWiki/Special variables|special variables]], [[AGIWiki/Special flags|special flags]], and other data that are of special meaning to the [[AGIWiki/Interpreter|interpreter]] or that are used by the template game itself. The game's author should use this file to avoid the need to redefine all those items.


[[File:AGIWiki_AGI Studio Template Game.png|right|thumb|320px]]
== Updates to the template game ==
== Updates to the template game ==


Line 101: Line 102:


This issue has also been corrected in the latest releases of the template game, available from http://www.agigames.com<nowiki>; however, </nowiki>[[AGIWiki/AGI Studio|AGI Studio]] may still be packaged with the buggy version of the template game.
This issue has also been corrected in the latest releases of the template game, available from http://www.agigames.com<nowiki>; however, </nowiki>[[AGIWiki/AGI Studio|AGI Studio]] may still be packaged with the buggy version of the template game.
== Related  ==
* [[AGIWiki/AGI Studio|AGI Studio]]
885

edits