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

Jump to navigation Jump to search
m
no edit summary
m
m
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
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

Navigation menu