List of Script Modules: Difference between revisions

From Adventure Game Studio
Jump to navigation Jump to search
*>SSH
m (uses Thread template for forum links)
*>SSH
mNo edit summary
Line 93: Line 93:
* {{Thread|23806 QueuedSpeech}} by monkey_05_06, based on scripts by Scorpiorus
* {{Thread|23806 QueuedSpeech}} by monkey_05_06, based on scripts by Scorpiorus


* [http://ssh.me.uk/parsemodzip.php?modfile=RawGetRGB.zip RawGetRGB}} by [[SSH]]: Get RGB values of a pixel
* [http://ssh.me.uk/parsemodzip.php?modfile=RawGetRGB.zip RawGetRGB] by [[SSH]]: Get RGB values of a pixel
* [http://ssh.me.uk/parsemodzip.php?modfile=ReadBMP.zip ReadBMP}} by [[SSH]]: Read BMP files in and do flood-fill
* [http://ssh.me.uk/parsemodzip.php?modfile=ReadBMP.zip ReadBMP] by [[SSH]]: Read BMP files in and do flood-fill


* Saves list with screens
* Saves list with screens
Line 134: Line 134:


*[[List of plugins]]
*[[List of plugins]]
*[[:Category:Modules]]


[[Category:Lists]][[Category:Scripting]][[Category:Design resources]]
[[Category:Lists]][[Category:Scripting]][[Category:Design resources]]

Revision as of 11:10, 3 October 2006

  • Battleships
  • 26306 Description by SSH, based on OverHot by Gilbot
    • Hotspot description either on status line, on a GUI, following the mouse, or staying still over one hotspot.
  • DialogBox by SSH
    • Provides a a function to display a blocking GUI with OK/Cancel options and return 1/0.
  • 23779 Digraphs by SSH, wiki article
    • For entering accented characters more easily.
  • 26130 Easy3D by Wretched
    • Create 3D games using the AGS editor. And add 3D parallax areas to normal 2D rooms.
  • 23109 EncryptedFile by HeirOfNorton
    • Save/load files in encrypted format (e.g. for high scores).
  • 23339 expression-style speech by ~}Shade{~
    • Module to customize sierra-style (portrait) speech view, with changing expressions.
  • Facing
  • Fade
  • 22659 Fading text GUI by Kinoko and strazer
    • Border fades in, then text, then fades out again, all non-blocking.
  • FileDialog by SSH
    • File selection dialog for BMP and PCX, with preview
  • 21282 Finite State Machine by HeirOfNorton
    • Useful for keeping track of complex game states and for simulating character AI.
  • Grid-based Inventory
  • Combination Lock 23795 by Ashen
    • A Passcode Lock Module, specifically designed to use hotspots and objects, rather than a GUI.
  • Journal Maker
  • 24879 MiniGame call/return by RickJ
    • A script module so that the main game can "call" a mini game and so that a mini game can "return" to it's caller.
  • MonkeyTemplate
  • MouseGestures
  • MultiResponse
  • MultiTextBox
  • NoBlock
  • 20650 OtherRoom by strazer, based on plugin by Steve McCrea
    • This script module simplifies the process of enabling/disabling various things in rooms other than the one the player is currently in.
  • 23328 OverHot by Gilbot Replaced by Description module
  • Panorama
  • Persistent Speech
  • 26307 Pixel Perfect Collision Detection by SSH, based on scripts by GarageGothic, Radiant and Steve McCrea
    • Find if two sprites are touching, taking transparency into account.
  • 27385 Properties by monkey_05_06
    • Create/edit/delete custom properties for all kinds of items, at run-time.
  • Pull-down menus
  • 27439 VectorClass by monkey_05_06, based on scripts by HeirOfNorton
    • 27439 IntVector by monkey_05_06 based on scripts by HeirOfNorton, now part of VectorClass module
    • 27439 StringVector by monkey_05_06, based on scripts by HeirOfNorton, now part of the VectorClass module
    • 27439 FloatVector by monkey_05_06 based on scripts by HeirOfNorton, now part of VectorClass module
  • 23664 Zoom by SSH
    • Zoom in and out on a sprite.

See also