-
Notifications
You must be signed in to change notification settings - Fork 9
Credits
-
Adventure Game Studio was originally developed by Chris Jones
-
The latter versions and engine ports to various platforms are product of collaborative work of the following people (in alphabetic order):
Alan Van Drake
Benjamin Penney
Benoit Pierre
Bernhard Rosenkraenzer
Cristian Morales Vega
Edward Rudd
Erico Vieira Porto
Ferdinand Thiessen
Francesco Ariis
Gilad Shaham
Ivan Mogilko
James Duong
Janet Gilbert
Jochen Schleu
Joe Lee
John Steele Scott
Martin Sedlak
Matthew Gambrell
Michael Rittenhouse
Morgan Willcock
Nick Sonneveld
Ori Avtalion
Pablo Navarro
Paul Wilkinson
Per Olav Flaten
Piotr Wieczorek
rofl0r
Ryan O'Connor
Scott Baker
Shane Stevens
Shawn R. Walker
Stefano Collavini
Steve McCrea
Steven Poulton
Sunit Das
Thierry Crozat
Tobias Hansen
Tom Vandepoele
Tzach Shabtay -
Windows editor original splash design by abstauber
-
Windows editor icons by Klaus
-
Blank Game template created by AGA
-
Sierra-style game template by Rui "Trovatore" Pires
-
New BASS and Verb Coin game templates by Morgan Willcock, based on ideas by Bjorn Ludwig and Electroshokker respectively
-
Sierra-style, BASS and Verb Coin templates are sharing art by ProgZmax, CaesarCub, Hobo, Selmiak and Jim Reed
-
Tumbleweed game template by abstauber
-
Script editor component is scintilla by Neil Hodgson (https://www.scintilla.org/)
-
Editor uses irrKlang .NET audio player (https://www.ambiera.com/irrklang/)
-
GIF loading by Magick.Net (https://www.imagemagick.org/)
-
Docking panel suit by WeiFen Luo and contributors (http://dockpanelsuite.com/)
-
JSON handled with Newtonsoft.Json by James Newton-King (https://www.newtonsoft.com/json)
-
Engine supports graphics and sound using Allegro 4 game programming library by Shawn Hargreaves and many others (https://liballeg.org/)
-
Hq2x and Hq3x scalers by Maxim Stepin
-
Hi-color fade out/in routines by Matthew Leverton
-
Sprite anti-aliasing code by Michael Bukin
-
TrueType font display uses ALFont by Javier Gonzalez and the FreeType project
-
Windows engine uses libcda CD player by Peter Wang.
-
MP3 player is almp3 by Javier Gonzalez and the FreeAmp team. It uses the mpg123 MP3 decoder
-
OGG player is alogg by Javier Gonzalez, using the Ogg Vorbis decoder, which is available from https://www.xiph.org/
-
OGG Theora player is APEG by Chris Robinson, using the Ogg Theora decoder, which is available from https://www.xiph.org/
-
DUMB MOD/XM/S3M/IT player, (C) 2001-2005 Ben Davis, Robert J Ohannessian and Julien Cugniere. You can get it from http://dumb.sourceforge.net/
Thanks to all the AGS beta testers for all their suggestions and bug reports.
Getting Started in AGS
Editor
- New Game templates
- Editor Preferences
- General Settings
- Default Setup
- Colours Editor
- Room Editor
- Character Editor
- Cursor Editor
- Dialog Editor
- Font Preview
- GUI Editor
- Inventory Items Editor
- View Editor
- Sprite Manager
- Music and sound
- Voice speech
- Script Modules
- System limits
- Log Panel
- Plugins
- Other Features
Engine
Scripting
- Scripting Tutorial
- Scripting Language
-
Scripting API
- Script API Overview
- Standard Constants
- Standard Enumerated Types
- Standard Types
- Game variables
- Global arrays
- Global event handlers
- repeatedly_execute / repeatedly_execute_always
- Custom dialog options rendering
- Global functions: general
- Global functions: message display
- Global functions: multimedia actions
- Global functions: palette operations
- Global functions: room actions
- Global functions: screen effects
- Global functions: wait
- AudioChannel functions and properties
- AudioClip functions and properties
- Camera functions and properties
- Character functions and properties
- DateTime functions and properties
- Dialog functions and properties
- DialogOptionsRenderingInfo functions and properties
- Dictionary functions and properties
- DrawingSurface functions and properties
- DynamicSprite functions and properties
- File functions and properties
- Game functions and properties
- GUI functions and properties
- GUI control functions and properties
- GUI Button functions and properties
- GUI InvWindow functions and properties
- GUI Label functions and properties
- GUI List Box functions and properties
- GUI Slider properties
- GUI Text Box functions and properties
- Hotspot functions and properties
- Inventory item functions and properties
- Maths functions and properties
- Mouse functions and properties
- Object functions and properties
- Overlay functions and properties
- Parser functions
- Region functions and properties
- Room functions and properties
- Screen functions and properties
- Set functions and properties
- Speech functions and properties
- String functions
- System functions and properties
- TextWindowGUI functions and properties
- ViewFrame functions and properties
- Viewport functions and properties
- Obsolete Script API
- Event Types
- Key code table
- Audio in script
Legal Notice
Getting in touch
Misc