-
Notifications
You must be signed in to change notification settings - Fork 5
Qt5 AGI Studio - Editor for Sierra AGI games.
License
Deledrius/agistudio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
QT AGI Studio, release 1.3.0 About ===== AGI (Adventure Game Interpreter) is the adventure game engine used by Sierra On-Line(tm) to create some of their early games. QT AGI Studio (formerly known as Linux AGI Studio) is a program which allows you to view, create and edit AGI games. Basically, it is an enhanced port of the Windows AGI Studio developed by Peter Kelly. The program contains very little platform specific code so brave ones are encouraged to try it on other operating systems that have Qt library support. Availability ============ QT AGI Studio is available at https://github.com/Deledrius/agistudio/ The project is licensed under the GPL, GNU General Public License. See LICENSE for details. System requirements =================== Linux: GNU make, g++, cmake, X Window System, Qt library OS X: GNU make or XCode, g++ or clang, cmake, Qt library Windows: MinGW or Visual Studio, cmake, Qt library The program is now being developed with Qt version 5. NAGI, Sarien or ScummVM AGI interpreter is recommended to run games. ScummVM is available at https://www.scummvm.org/ Sarien is at https://sourceforge.net/projects/sarien/ NAGI is at https://www.agidev.com/projects/nagi/ Sarien is more focused on portability and NAGI on compatibility with Sierra's original AGI interpreter. Both are free. ScummVM is actively developed, but does not integrate well with QT AGI studio. Building ======== CMake is used to create the necessary project files. Run "cmake" in a build subdirectory of your choice to generate a makefile, Visual Studio Solution, or XCode project, etc. appropriate for your platform: mkdir build;cd build cmake .. If you don't have CMake, you can download it at https://cmake.org/ CMake will detect that Qt5 is installed. Installation and setup ====================== The binary is called agistudio and will be built in the src subdirectory; you can copy it to any path convenient to use (e.g. /usr/local/bin). In order to use the help and an example game template, copy them to any convenient place and specify the appropriate paths in the "Settings" menu when you'll run agistudio. AGI studio has its own help viewer, but you can also view the help with any HTML browser. Using ===== Please read the online help. Note that if you want to use existing games' files, all the filenames must be in lower case. Credits ======= * Helen Zommer <[email protected]> - primary development * Jarno Elonen <[email protected]> - bitmap import * Nat Budin <[email protected]> - Win32 port * Claudio Matsuoka <[email protected]> - sound support * Peter Kelly <[email protected]> - the original Windows version * Lance Ewing <[email protected]> - the original (DOS) Picedit * Joseph Davies <[email protected]> - Qt5 Port, current maintainer Feedback ======== Please visit project website at https://github.com/Deledrius/agistudio/ to submit bug reports, comments, suggestions, etc. Hope you'll have as much fun using it as we've had developing it :-)
About
Qt5 AGI Studio - Editor for Sierra AGI games.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published