Open main menu

AGIWiki/Hacked interpreter

< AGIWiki
Revision as of 00:45, 27 April 2018 by MetaFox (talk | contribs) (updating with current situation regarding playing games created around hacked interpreters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AGIWiki


A hacked interpreter is an unofficial version of AGI that has been modified to add functionality that was not available in the official versions of the interpreter.

Most, if not all, of the hacked interpreters work by changing the interpreter so that certain bytecodes are interpreted differently than they would be in a normal interpreter. The hacked interpreter that supports changing the palette, for example, alters the shake.screen functionality from the original interpreter, to allow the palette functionality.

Unless using a non-Sierra AGI interpreter such as NAGI or ScummVM, the hacked interpreters require the player to have a copy of the hacked interpreter in order to play the game the way the author intended.

Hacked interpreters

See each hacked interpreter's article for a description of what the trade-offs for using the hack are.

  • AGI Mouse - allows a point-and-click interface in an AGI game
  • AGIPAL - allows color palettes other than the default
  • AGI256 - allows 256 color background images in AGI
  • AGISB - plays sounds through a Sound Blaster card instead of the internal speaker
  • AGIMIDI - plays sounds through a General MIDI sound card instead of the internal speaker