AGI Resources

From AGI Wiki
Revision as of 02:47, 23 July 2013 by Andrew Branscom (talk | contribs) (Created page with "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 ani...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 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