Difference between revisions of "AGI Resources"

From AGI Wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
* [[Game Specific Files]]
 
* [[Game Specific Files]]
 +
 +
 
 +
 +
[[Category:Resources]]

Revision as of 19:13, 21 December 2013

Data used by AGI is mainly stored in four types of resources, view, picture, logic and sound. There can be up to 256 resources of each resource. VIEW resources contain animations and sprites, PICTURE resources contain background images, LOGIC resource resources have the scrips and SOUND resources contain the sound effects and music.

During the game interpreter loads and unloads these resources in order game to function. These resources are stored within Vol files.

Related