Difference between revisions of "AGI Game Specific Files"
Line 8: | Line 8: | ||
[[VOL File|VOL.''x'']] | [[VOL File|VOL.''x'']] | ||
| | | | ||
− | where ''x'' is a number 0-15; these files store the [[Logic Resource|logic]], [[View Resource]], [[Picture Resource|picture]], and [[ | + | where ''x'' is a number 0-15; these files store the [[Logic Resource|logic]], [[View Resource]], [[Picture Resource|picture]], and [[Sound Resource|sound]] resources for the game. Most games only have a few of these files, rather than the maximum 16; in fact, many [[Fan Game List|fan games]] only have a single VOL.0 file. |
|- | |- | ||
| | | |
Revision as of 20:51, 28 December 2013
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 Resource, 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 |