Difference between revisions of "AGI Mouse"

From AGI Wiki
Jump to navigationJump to search
Line 43: Line 43:
 
* [[:Category:Games That Use AGI Mouse|Games That Use AGI Auto-Mouse]]
 
* [[:Category:Games That Use AGI Mouse|Games That Use AGI Auto-Mouse]]
 
* [[:Category:Hacked AGI Interpreters]]
 
* [[:Category:Hacked AGI Interpreters]]
* [http://www.agidev.com/articles/a.php?id=25 How to use the AGI Mouse 1.0 API] (http://www.agidev.com/articles/a.php?id=25) (hosted by [http://www.agidev.com agidev.com] (http://www.agidev.com); written by Brian Provinciano)
+
* [[How to use the AGI Mouse]]
 +
<!-- * [http://www.agidev.com/articles/a.php?id=25 How to use the AGI Mouse 1.0 API] (http://www.agidev.com/articles/a.php?id=25) (hosted by [http://www.agidev.com agidev.com] (http://www.agidev.com); written by Brian Provinciano) -->
  
 
&nbsp;
 
&nbsp;
  
 
[[Category:Hacked AGI Interpreters]]
 
[[Category:Hacked AGI Interpreters]]

Revision as of 13:58, 19 November 2013

AGI Auto-Mouse

Description

This AGI hack gives ALL AGI games SCI0-like mouse support! Now you can play all your favorite Sierra games such as Leisure Suit Larry, Space Quest, Police Quest, or fan made games such as Dave's Quest or The Ruby Cast with the mouse!

AGI Mouse is a hacked interpreter created by Brian Provinciano to allow AGI games to use the mouse for a point-and-click interface. To play a game that uses this functionality, the player must have the hacked interpreter files. Alternately, AGI Mouse functionality is supported by NAGI.

The AGI Mouse hack also features support for palette-changing; however, this is not supported by NAGI.

NOTE: Will not work with the AGI-MIDI or AGISB MIDI Patches.

 

Usage

Just unzip it to the game directory, and you're set!

 

Commands altered by AGI Mouse

  • Shake.screen - Values 100 through 109 alter game's palette instead of shaking the screen. Other values shake the screen normally.
  • Push.script (previously known as unknown171) - Retrieves information about what mouse button is currently pressed and where the mouse cursor is at the moment; the original command has been completely removed.

 

Games that use AGI Mouse

 

Download

An interpreter which gives any AGI game SCI0-like mouse support! Just unzip to the directory of your game.

 

See Also