Difference between revisions of "AGILE"

From AGI Wiki
Jump to navigationJump to search
Line 107: Line 107:
 
==<br /> Also See ==
 
==<br /> Also See ==
  
 +
* [[Third Party Interpreters]]
 
* [[AGI Third Party Interpreters]]
 
* [[AGI Third Party Interpreters]]
 
* [https://github.com/lanceewing/agile https://github.com/lanceewing/agile]
 
* [https://github.com/lanceewing/agile https://github.com/lanceewing/agile]

Revision as of 16:12, 10 May 2024

AGILE


Version
Author: Lance Ewing, Mark Yu, Andrew Branscom and Andrew Korson
Oct, 2022
AGILE
190px
AGILE Title Screen
Latest Version: 
Release Date:  Oct, 2022
Company:
Publication Status:  Published
Developer(s): Lance Ewing, Mark Yu, Andrew Branscom, Andrew Korson
Interface: GUI
Language: C#
Open Source: Closed
Source Availability:  Yes
License:
Type: Third Party Interpreter
Platform: Windows
Localization: English
Website: https://github.com/lanceewing/agile





Description

This is a project that we have been working on in the SCI Programming Community. It started from an old C# attempt to create a more modern AGI IDE than AGI Studio. Several years ago I was given the source to this uncompleted project. I updated it, but it was still missing key aspects for a fully functional IDE. The backbone of it was its AGI library. Lance Ewing forked my repository and started development of a new, lightweight AGI interpreter from this C# AGI Library. I have contributed some interface features and with some feedback from others in the SCI Programming Community has lead to what I think is a fun, exciting new way to play AGI games.


Features

  • Works out of the box. No configuration required.
  • Unlike NAGI you can close the game from the AGILE windows close [x] button.
  • Has Tandy 3 voice with noise channel audio.
  • Lightweight. Just 1.58 MB in size.
  • The Window can be resized on the fly. You can switch to full screen or windowed with "F11", "Alt+Enter", or from its context menu item "Full Screen", all while a game is running
  • It has aspect correction that can be turned on or off in real time on a right click. You can play the Sierra AGI games with their proper graphics aspect ratio (4:3).
  • You can turn it off for fan games that were designed for an 8:5 aspect ratio.
  • For those that can't stand letterboxing or pillarboxing it also has a stretch mode that will allow you to resize any windows dimension you want or completely fill the screen in full screen mode.
  • AGILE will remember your last chosen settings.


There are several ways that you can start a game in AGILE.

  • Simply unpack into a folder on your hard drive and run AGILE.exe. A folder browser dialog will open to navigate to your AGI game's folder and launch that game. AGILE will remember this last path on the next launch. To play the same game again simply relaunch AGILE and hit "Enter"after the folder browser dialog opens.
  • Once a game has been opened in AGILE right click anywhere in the window and choose "Create Shortcut to Game" and it will create an AGILE shortcut to your game on the desktop. This shortcut can be moved or copied to where ever you wish. You can change the icon displayed in the shortcut to something appropriate from the shortcut's properties dialog.
  • You can drop an AGI folder on AGILE's exe or shortcut to start the game.
  • You can copy AGILE.exe and its DLLs into an AGI game's folder and simply run AGILE from there. You could rename it to, say, "Black Cauldron.exe" and create shortcuts from it.
  • Option to add a folder dialog context menu to start a game on a right click on the AGI game's folder in Windows Explorer.



Version History

 


Development Status

Maintained


Options

 


Download

Download from here:

  • Not available at this time.


Known issues

  • None known


Credits


References



Also See