Difference between revisions of "Libraries and modules"

From ADRIFT 5 Manual Wiki
Jump to: navigation, search
(Changed download link to new version)
m
Line 139: Line 139:
 
| time Functions
 
| time Functions
 
| [[Xenos time system library]]
 
| [[Xenos time system library]]
| [http://ww.adrift.co/cgi/download.cgi?1417 Available]]
+
| [http://www.adrift.co/cgi/download.cgi?1417 Available]]
 
| Standard Library
 
| Standard Library
 
|}
 
|}

Revision as of 10:10, 23 November 2014

ADRIFT allows anyone to export an AMF module from the developer, which can then be uploaded to the "Modules" section of the ADRIFT game downloads site where you can download it and import it into your own games.

Modules can also be added to your list of libraries, which will cause them to be automatically imported into each new game you start, and updated when you download a new version of a module.

IconWarning.png ADRIFT currently has only basic export functionality implimented, so the exported file will require manual editing, by a person experienced with the XML format, before it can be used as a library.

Campbell's Libraries

Time System

This library keeps track of hours and minutes, and has periods of the day. Outdoor locations will become dark at night unless you have a light source.

AMF File Library Name Status Requires
TimeSystem Basic Time System library Available] Standard Library

saabie's Libraries

All of saabie's libraries use the "s_" prefix for all keys.

CYOA (choose your own adventure)

This is a cut-down replacement for The Standard Library for use with menu-driven "Choose Your Own Adventure" games that don't allow the player to use normal interactive fiction commands.

AMF File Library Name Status Requires
CYOA Choose your own adventure Available NO OTHER LIBRARIES

Combined Libraries

Due to the limitations of the current AMF export system, these libraries will initially only be available combined into a single library which also includes the full ADRIFT standard library. This file will be called "saaCombined.AMF". In the future separated libraries will be available so you can choose which ones you want to use.

AMF File Library Name Status
saa saabie's Advanced add-ons Alpha testing
sab saabie's Battle library Early development
sac saabie's layered Clothing Under development
sad saabie's Dollars and cents (Shopping) Under development
sae saabie's stairs and Elevators Alpha testing
sai saabie's Interpersonal interactions for characters Not started
sal saabie's Lighting and time of day Under development
sam saabie's Materials Basic version
san saabie's Notebook Alpha testing
sap saabie's random People generator Under development
sas saabie's Surveillance systems Early development
sat saabie's Telephones Early development
sav saabie's extended Verb library Basic version
saw saabie's Weather library Early development

AIF Library

The initial release of the AIF library will contain all of the "Combined Libraries" above and the The Standard Library. It will be called "saaCombinedA.AMF". In the future separated libraries will be available so you can choose which ones you want to use.

Filename Library Name Status Requirements
sax saabie's AIF library Early development TBD

Xenos's Libraries

Xenos uses the key prefix xe_

Time System Library

  • Standard clock that can show time like "Sunday 2:15PM (Day 1)" or variants.
  • Keeps a running total of total days passed.
  • Can be used to trigger hourly, daily, weekly, or other events/tasks
  • Time advances by 5 minutes per turn (you can adjust that) or you can make events that don't advance time at all.
  • Time can be advanced by other amounts. Want to sleep 8 hours? No problem.
AMF File Library Name Status Requires
time Functions Xenos time system library Available] Standard Library

Mystery's Libraries

Mystery is believed to have several libraries under development, including a very comprehensive materials library.


<<< Forms themeMain PageOptions >>>