ifwiki: Library extension

See also [games/source/tads](../../../games/source/tads/) for examples of completed games,
especially Colossal Cave Revisited; it is meant as a tutorial.

The standard TADS library files "adv.t" and "std.t" are not found here;
these should have been supplied with your TADS compiler.
If not, you can download them from the
[programming/tads2/library/](../library/) directory.

# Readme

The charter of this directory, by Neil K. Guy

# actor.zip

actor.t, a module which adds functionality to the base
movableActor class, by Stephen Granade

# adhint.zip

An adaptive hint module which tracks game state to give
"good" hints, by Dave Allen with a few modifications by
Stephen Granade. Last update: 22nov96.

# again.t

A solution to the "again" problem in TADS, which causes
problems with commands directed toward indistinguishable
objects. Version 2.0, written by Kevin Forchione.

# animate.zip

An animation library for HTML TADS, by Gabriel McKean.

# answerme.t

A bit of code by Scott Steinfath that allows the player to
answer questions asked by the game; similar to Infocom's
"You sound rather positive."

# askabout.zip

A simple "knowledge database" so NPCs can reply to
"ask about", by Dave Allen

# asktell.t

A TADS module to implement "ask"/"tell" conversations.
Version 1.0, written by Suzanne Skinner.

# brackets.t

A simple use of the parseError function to enclose special
parser messages in brackets, by Bryan Weber.
Requires at least TADS 2.0, due to the use of parseError.

# bugs.t

Bug fixes for the TADS 2.2 library, by Stephen Granade.
Last update: v1.8, 19jan98.

# chatter.zip

An NPC Interaction Library for TADS 2.5.1 or newer,
by Suzanne Skinner.

# checks.t

A module to check the interpreter's version number, as
well as whether the game is running on a HTML runtime and
whether or not the interpreter can handle graphics,
by Stephen Granade.

# clothing.sit.hqx

A very simple way to give clothing a more realistic
behavior, by Jonathan D. Feinberg.
Existing source code will work without modification, but
the addition of a few lines of code will enhance certain
kinds of clothing. Requires TADS 2.1 or later.
Macintosh archive.

# clothing.zip

A very simple way to give clothing a more realistic
behavior, by Jonathan D. Feinberg.
Existing source code will work without modification, but
the addition of a few lines of code will enhance certain
kinds of clothing. Requires TADS 2.1 or later.
Windows/Unix archive.

# cmdprmpt.t

Anonymous sample of a commandPrompt function; it replaces the
standard ">" prompt with a longer prompt for the first few
turns

# compass.t

A library which converts TADS travel verbs into an Inform-
style compass mechanism.
Version 1.0, written by Kevin Forchione.

# composite.zip

A library to help with the creation of composite objects.
Version 3.0, written by Kevin Forchione.

# consult.zip

A library extension for HTML TADS games, by Kevin Forchione.
It allows for the easy implementation of objects such as
encyclopaedias and other reference books in which the player
can consult or look things up. Sample game included.

# converse.zip

Converse v1.0 (22mar97), by James Cole
a system for Monkey Island style conversations using TADS;
contains versions for adv.t and for WorldClass
(Version 2.01, for WorldClass only, is in
programming/tads2/examples/worldclass/converse.zip)

# cyoa.zip

A library for creating hybrid adventures which feature both
standard and menu (Choose Your Own Adventure) commands,
written by Garth Dighton. Archive contains the library
cyoa.t and cyexample.t, a simple example.

# cyoa_lib.zip

Choose Your Own Adventure library, a TADS module to help
create multiple choice adventure games. Also includes source
code for a sample game. Written by Mark J. Musante.

# d2array.t

A two-dimensional array object for TADS, by John Baker

# daemon.t

A library for maintaining greater control over the execution
order of daemons and fuses, by Dan Schmidt.

# ddialog.zip

Directed Dialog, by Trevor Powell.
Compile and run the example in this file if you want to know
what Directed Dialog is (that's what README.TXT says)

# demo22.t

A demo of the new features of TADS 2.2, by Gerry Kevin Wilson

# dijkstra.t

An object-oriented implementation of the Dijkstra algorithm
for determining single-source shortest paths, version 1.1,
by Kevin Forchione.

# disambig.t

A library to facilitate automatic disambiguation,
by Dan Schmidt.

# dooritem.zip

A library extension for HTML TADS, by Kevin Forchione,
version 2.0. It allows for the easy implementation of
doorItem and lockableDoorItem class objects, which are
dynamically created TADS doorways.

# doors.t

A library extension for HTML TADS, by Kevin Forchione,
version 1.0. It provides an easy way to code a door object,
without having to code separate doorway objects. It can be used
for both one-sided and two-sided doors.

# dvehicle.zip

A library extension for HTML TADS, by Kevin Forchione.
Unlike TADS vehicle class, the dvehicle class will take a command
such as 'north', 'south', 'up', or 'out' and attempt to move the
vehicle in the direction indicated, but will not pass through
obstacles such as closed doors. Sample game included.

# eliza.zip

Four implementations of an Eliza style keyword parser,
one in BASIC (from Creative Computing), two in LISP (one from
GNU Emacs and one by Phil Goetz), and one in TADS by Dave Allen

# event.t

A module that implements an event handling model,
by Shadow Wolf.

# exitslister.t

A module that lists a room's exits in several formats.
Version 1.1, by Steve Breslin.

# extend.t

An extension set for adv.t by Neil deMause, 26mar96.
Many new verbs, a couple of new object classes, some useful
functions, and a couple of fixes for parser oddities.

# floating.t

Replaces the standard validDoList() in adv.t with one which
determines whether or not each floatingItem object should be
included in the list. By Kevin Forchione.

# footnote.t

implements footnotes as seen in later Infocom and Adventions
Iames, by David Etherton, updated by Cody Sandifer

# footnote.t.original

David's unchanged original

# full.t

A 'plug-and-play' TADS source file for a 'fullscore' command
that tells you precisely how the current score has been reached,
version 1.61 (14apr97), by David Glasser.
[file is linked to programming/tads2/examples/worldclass/full.t]

# funcs.zip

Two functions by Bob Newell:

- strtok(string)  converts a string to a token list,
- pause(seconds)  loops for the specified time.

# golddemo.zip

The Golden Skull, a complete working demonstration game for
HTML TADS with images and sounds, by Neil K. Guy.
Requires the HTML TADS interpreter.
[file is linked to games/tads/golddemo.zip]

# goldsrc.zip

Source code for The Golden Skull, along with all the
required source image and sound files, by Neil K. Guy.
[file is linked to games/source/tads/goldsrc.zip]

# goto.zip

A library to allow the player to walk directly to any room
that he has already seen, and that can be reached without
special actions. Written by Lars Joedal and updated by
Andrew Pontious.

# hear.cpt

A user exit for TADS that plays sounds on a Macintosh,
by Eric D. Schwab.  Executable, C source code, and a small
example adventure (with source).

# inform.zip

A collection of useful modules for TADS, implementing
ideas from the Inform library, including: actor grammar,
enterable class objects, sack objects, enhanced scoping,
preparse objects and more.
Includes source code to Museum of TADS release 2.
Version 4.0, written by Kevin Forchione.

# instruct.t

INSTRUCTIONS command by Michael J. Roberts, displays a full
set of instructions for using a generic TADS game

# jeffslib.doc

Detailed description of jeffslib.zip, by Jeff Laing
(jeffslib.zip contains a copy of this file)

# jeffslib.zip

Jeff Laing's collection of all the functions, classes, and
objects he wrote for his game projects

# lit_verb.zip

A module that implements "literal capture" verbs: those
that record the exact text typed after the verb and let
the verb handle the text itself. By Steve Breslin.

# liquid_parser.t

A sample game which adds handling of liquids using parser
techniques, by Steve Breslin.

# marry.t

TADS code for arranging PC/NPC or NPC/NPC marriages,
by Christopher Nebel.

# memory.t

TADS code for remembering memories and thoughts. Written by
David Myers, based on (and requiring) Suzanne Skinner's
asktell.t

# menu.zip

A TADS module plus an example file for implementing simple
menus, written by Daniel Shiovitz

# menus.t

A module for implementing Inform-like menus, by Stephen
Granade.

# menutalk.zip

A library for adding Photopia-style split screen conversation
menus, by Guilherme De Sousa.

# monsters.zip

Monsters, Weapons and Mazes, by Dave Nault, with minor
modifications for TADS 2.0+ by Bob Newell

# multiform.zip

TADS module to implement objects which are both containers
and supporters, version 2.0, by Kevin Forchione

# music.zip

Sounds and Music for DOS in TADS, by Bob Newell

# mystery.zip

A system for writing mysteries in TADS 2.1 or later.
Includes keeping track of and displaying the current time
as well as useful classes like crimes and secret passages;
by David M. Tuller

# ncOutputFilter.zip

TADS module for filtering output, to adjust spacing
and insert HTML entities. Originally by Iain Merrick;
this version updated by Nikos Chantziaras.

# notall.t

Not-All Utility for TADS 2.2, by Andrew Pontious.
Changes verbs so that adding defaultexception to the list
of an object's superclasses will make it *not* respond
when you use "all" with a verb. Useful for keeping objects
hidden from players till the right time while *not*
cramping their style by disabling "all".

# notify.t

Commented TADS source code that notifies the player of score
changes, like: [Your score just went up by 4 points.]
by Gerry Kevin Wilson

# observer.zip

TADS module to allow communication with NPCs not in the
same room as the player, by Kevin Forchione.
Includes TADS source, documentation and an example.

# outputFilter.zip

TADS module for filtering output, to adjust spacing
and insert HTML entities, written by Iain Merrick. A
modified version of this is available in
ncOutputFilter.zip

# parseword.t

TADS source to assist in the conversion of player input
strings into a list of words for easier use by preparse
routines, by Kevin Forchione

# phone.tar.gz

A module for creating and using telephones in TADS,
written by Amir Karger. Archive includes the library
file, documentation and a sample game.

# plotdag.zip

Project paper "The Application of Directed Acyclic Graphs to
First Generation Interactive Fiction" (WordPerfect document
and plain ASCII text) and a TADS implementation of plot DAGs
by Paul Munn
[file is linked to programming/general-discussion/plotdag.zip]

# plurals.zip

Plural-Singular Utility for TADS 2.2, by Andrew Pontious.
Makes adv.t aware of single objects that are referred to in
the plural, like "scissors". Revised 21sep96.

# possess.t

A module to handle the use of possessives (his, hers, Jane's)
as adjectives, by Garth Dighton.

# prefs.t

A TADS library which allows players to save their
indentation, spacing, notification, verbosity, etc.
preferences between games. The player's prefered settings
will also be loaded up automatically at the start of the
game. This library works with the Standard (ADV/STD) TADS
libraries, Whizzard's ADV (WADV) libraries, or WorldClass.
Written by Patrick Kellum

# quicksort.t

An implementation of the quicksort algorithm.
Version 1.0, written by Quintin Stone.

# rac-v1.zip

Random Actor Comment module version 1, by Tom Raymond.
Works with Stephen Granade's actor.t (see actor.zip above)
and allows you to ask an NPC about something more than once and
get a different answer every time you ask

# rap10.zip
ifwiki: Reactive Agent Planner

Reactive Agent Planner 1.0, by Nate Cull. RAP is a
goal-planning library for NPCs implemented in TADS.

# rbf1a.zip

Shuffle, sort, and vector functions in TADS, by Lon Thomas

# realtime.zip

Realtime fuctions for TADS, by Avi Gobbler.
TADS source code and a C user exit.

# replaceWith.t

A module to provide an easy way to replace string search
values with target values using regular expressions.
Version 1.0, written by Kevin Forchione.

# roomdsc.t

Long descriptions for some items in a room
by Dan Shiovitz, The Grim Reaper

# rredux.zip
ifwiki: Rogue Redux

Rogue Redux, a library and example game for developing adult IF
games. The code contains explicit sexual references.

# sackitem.t

An implementation of a rucksack item, version 1.0,
by Kevin Forchione

# safe.zip

A mini-adventure which contains a moderately general system
for handling substances that come in varying amounts,
by Greg Ewing

# scope.zip

A module to provide an enhancement of the "visibility" and
"reachability" concepts in "adv.t".
Version 2.0, by Kevin Forchione

# sense.zip

A module which provides an enhancement of the accessibility
rules in "adv.t", which govern concepts such as the
"visibility" and "reachability" of objects.
Version 3.2, written by Kevin Forchione.
Archive includes the TADS module, documentation and
examples.

# shoc.t

Implements an electrically live and dangerous object,
by Neil K. Guy.

# simpleSense.t

A module that provides minimal requirements for allowing an
author to pass senses across top-level locations.
Version 1.0, by Kevin Forchione.

# smartlist.t

A module to enhance the standard "adv.t" listing functions.
Version 1.0, by Kevin Forchione

# srgmods.zip

A collection of useful TADS modules put together by Stephen
Granade. Some are original, some modified versions of
other peoples modules. Many are from jeffslib.zip by Jeff
Laing.

# stack.t

An implementation of dynamically created FIFO and LIFO
stacks. Version 1.0, written by Kevin Forchione.

# surface.zip

Suggested changes to class: surface and the
showcontcont: function in adv.t, by rjn

# t2combat.zip

A module for simulating combat. Written by Steve Breslin,
based on Nate Cull's Reactive Agent Planner.

# t2dd.t

TADS 2 Dungeon Digger, version 0.9 BETA, by Steve Breslin.
A prototyping tool for creating a new game map from within
the game space.

# tads-tip-sheet.txt

TADS Tip Sheet version 0.3b, 23dec97, by Neil K. Guy.
A collection of tips for beginning TADS authors.

# tadsmap.zip
ifwiki: TADSMap

A TADS module (source code and images) that creates a
dynamically-generated graphical map using HTML TADS tags
and PNG files. By Andrew Pontious.

# timedisp.t

Changes to std.t to display the time and day of the week on
the status line instead of score/moves, by J. Menichelli

# timesys.zip

A timekeeping system for HTML TADS, providing an alternative
to the standard "turns" style passage of time.
Version 3.1.1, written by Kevin Forchione

# tmorph.t

A module which provides a simple randomised "text morphing"
mechanism for TADS users.
Version 3.0, written by Kevin Forchione.

# tmorph2.t

An extension and rewrite of Kevin Forchione's tmorph module,
by Shadow Wolf.

# trackactor.t

A module which helps with the implementation of an NPC which
follows a specified track.
Version 3.0, written by Kevin Forchione.

# uxsys.zip

Borland C and TADS source for a TADS user exit to allow DOS
commands to be executed from within a TADS game program,
by Michael J. Roberts

# wadv.tar.Z

Whizzard's adv.t file v1.0, a compartmentalized version
of the adv.t and std.t files that come with TADS;
by Gerry Kevin Wilson.  Requires TADS 2.2 or higher.
Unix version with LFs only as line separators.

# wadv.zip

Same contents as wadv.tar.Z; DOS version with CRLFs.

# walls.t

A module to implement walls, celings, and floors for actor
locations. Version 1.1, written by Kevin Forchione.

# water.zip

A TADS implementation of a water-filled room; allows you to
float, sink, get wet, drown etc., by Gerry Kevin Wilson

# wizard.t

The Wizard's Toolkit, a variety of useful commands that can
help when testing out a completed game.
Version 1.2, by Neil K. Guy with minor additions by Neil deMause

# wysiwyg.zip

A TADS module to implement maps and signs, version 2.1,
by Kevin Forchione
NameLast modifiedSize

Parent Directory  -
games/2023-11-08 19:44 -
worldclass/2019-12-22 23:06 -
actor.zip2001-11-08 14:33 21K
adhint.zip2001-11-08 14:33 52K
again.t2001-11-08 14:33 11K
animate.zip2001-11-08 14:33 19K
answerme.t2001-11-08 14:33 5.7K
askabout.zip2001-11-08 14:33 10K
asktell.t2001-11-08 14:33 13K
brackets.t2001-11-08 14:33 904
bugs.t2001-11-08 14:33 14K
chatter.zip2001-11-08 14:33 33K
checks.t2001-11-08 14:33 6.6K
clothing.sit.hqx2001-11-08 14:33 10K
clothing.zip2001-11-08 14:33 4.6K
cmdprmpt.t2001-11-08 14:33 914
compass.t2001-11-08 14:33 9.0K
composite.zip2001-11-08 14:33 16K
consult.zip2001-11-08 14:33 48K
converse.zip2001-11-08 14:33 7.0K
cyoa.zip2001-11-08 14:33 3.2K
cyoa_lib.zip2001-11-08 14:33 65K
d2array.t2001-11-08 14:33 2.9K
daemon.t2001-11-08 14:33 8.6K
ddialog.zip2001-11-08 14:33 5.1K
demo22.t2001-11-08 14:33 7.8K
dijkstra.t2001-11-08 14:33 12K
disambig.t2001-11-08 14:33 4.1K
dooritem.zip2001-11-08 14:33 45K
doors.t2001-11-08 14:33 7.3K
dvehicle.zip2001-11-08 14:33 50K
eliza.zip2001-11-08 14:33 23K
event.t2003-08-19 23:12 2.2K
exitslister.t2002-12-19 16:02 19K
extend.t2001-11-08 14:33 11K
floating.t2002-03-04 01:00 5.1K
footnote.t2001-11-08 14:33 5.2K
footnote.t.original2001-11-08 14:33 4.7K
full.t2001-11-08 14:33 4.3K
funcs.zip2001-11-08 14:33 3.1K
golddemo.zip2001-11-08 14:33 711K
goldsrc.zip2001-11-08 14:33 777K
goto.zip2002-07-13 04:03 23K
hear.cpt2001-11-08 14:33 125K
Index2024-02-05 18:34 16K
inform.zip2001-11-08 14:33 115K
instruct.t2001-11-08 14:33 21K
jeffslib.doc2001-11-08 14:33 30K
jeffslib.zip2001-11-08 14:33 60K
liquid_parser.t2002-03-17 03:50 34K
lit_verb.zip2002-09-06 13:47 2.8K
marry.t2001-11-08 14:33 7.6K
memory.t2001-11-08 14:33 2.5K
menu.zip2001-11-08 14:33 2.1K
menus.t2003-01-05 01:25 16K
menutalk.zip2001-12-15 08:15 32K
monsters.zip2001-11-08 14:33 35K
multiform.zip2001-11-08 14:33 55K
music.zip2001-11-08 14:33 11K
mystery.zip2001-11-08 14:33 43K
ncOutputFilter.zip2002-09-04 18:38 7.4K
notall.t2001-11-08 14:33 3.1K
notify.t2001-11-08 14:33 2.9K
observer.zip2001-11-08 14:33 59K
outputFilter.zip2001-11-08 14:33 31K
parseword.t2001-11-08 14:33 2.9K
phone.tar.gz2001-11-08 14:33 12K
plotdag.zip2001-11-08 14:33 83K
plurals.zip2001-11-08 14:33 12K
possess.t2002-03-31 19:41 7.9K
prefs.t2001-11-08 14:33 18K
quicksort.t2003-01-22 19:25 2.7K
rac-v1.zip2001-11-08 14:33 5.7K
rap10.zip2001-11-08 14:33 24K
rbf1a.zip2001-11-08 14:33 81K
Readme2001-11-08 14:33 7.8K
realtime.zip2001-11-08 14:33 6.2K
replaceWith.t2001-11-08 14:33 4.0K
roomdsc.t2001-11-08 14:33 4.1K
rredux.zip2001-11-08 14:33 112K
sackitem.t2001-11-08 14:33 4.0K
safe.zip2001-11-08 14:33 27K
scope.zip2001-11-08 14:33 112K
sense.zip2001-11-08 14:33 134K
shoc.t2001-11-08 14:33 4.1K
simpleSense.t2001-11-08 14:33 5.9K
smartlist.t2001-11-08 14:33 16K
srgmods.zip2001-11-08 14:33 55K
stack.t2001-11-08 14:33 7.9K
surface.zip2001-11-08 14:33 1.0K
t2combat.zip2003-09-01 16:27 40K
t2dd.t2003-11-26 18:54 42K
tads-tip-sheet.txt2001-11-08 14:33 36K
tadsmap.zip2002-09-06 02:53 205K
timedisp.t2001-11-08 14:33 3.8K
timesys.zip2001-11-08 14:33 206K
tmorph.t2001-11-08 14:33 12K
tmorph2.t2003-08-19 17:28 12K
trackactor.t2001-11-08 14:33 24K
uxsys.zip2001-11-08 14:33 3.8K
wadv.tar.Z2001-11-08 14:33 74K
wadv.zip2001-11-08 14:33 60K
walls.t2001-11-08 14:33 12K
water.zip2001-11-08 14:33 6.8K
wizard.t2001-11-08 14:33 11K
wysiwyg.zip2001-11-08 14:33 45K

The IF Archive is a public service of the Interactive Fiction Technology Foundation.

Terms of Use - About Us