Difference between revisions of "AGIWiki/Game specific files"
m |
m |
||
Line 40: | Line 40: | ||
[[AGIWiki/OBJECT file|OBJECT]] | [[AGIWiki/OBJECT file|OBJECT]] | ||
| | | | ||
gives names and initial [[AGIWiki/Room|rooms]] for the game's [[AGIWiki/Inventory | gives names and initial [[AGIWiki/Room|rooms]] for the game's [[AGIWiki/Inventory items|inventory items]]<nowiki>; also says how many </nowiki>[[AGIWiki/Animated object|animated objects]] can be used in a given [[AGIWiki/Room|room]] | ||
|} | |} |
Revision as of 19:21, 31 January 2015
The game-specific files are what makes an AGI game unique. Together they make up the collection of resources that make the game what it is. In order to run an AGI game, you need all of these files. The game-specific files for a version 2 game are as follows:
File | Purpose |
---|---|
where x is a number 0-15; these files store the logic, view, picture, and sound resources for the game. Most games only have a few of these files, rather than the maximum 16; in fact, many fan games only have a single VOL.0 file. | |
tells the interpreter where in the VOL files to find each logic resource for the game | |
tells the interpreter where in the VOL files to find each picture resource for the game | |
tells the interpreter where in the VOL files to find each view resource for the game | |
tells the interpreter where in the VOL files to find each sound resource for the game | |
contains all of the words that the game's parser will recognize; these words can be used as the argument to the said test command | |
gives names and initial rooms for the game's inventory items; also says how many animated objects can be used in a given room |