TADS
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m |
Rhetoric X (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
| name = TADS | | name = TADS | ||
− | | extensions = | + | | extensions = {{ext|t}} {{ext|gam}} |
| mimetypes = application/x-tads | | mimetypes = application/x-tads | ||
}} | }} | ||
Line 17: | Line 17: | ||
== Description == | == Description == | ||
− | TADS (Text Adventure Development System) is an [[Interactive Fiction]] development system by Michael J. Roberts. [[TXT|Plain text]] source code files are created using the TADS programming language, and then compiled into a system-independent game file | + | TADS (Text Adventure Development System) is an [[Interactive Fiction]] development system by Michael J. Roberts. [[TXT|Plain text]] source code files are created using the TADS programming language, and then compiled into a system-independent game file. Compiled game files can be played on any system that has an appropriate interpreter. |
− | The term "TADS", unqualified, generally refers to TADS version 2 and below. [[TADS 3]], the current version, is a | + | The term "TADS", unqualified, generally refers to TADS version 2 and below. [[TADS 3]], the current version, is a complete redesign of the system and is incompatible with previous versions. See the [[TADS 3]] page for more information. |
+ | |||
+ | == Extensions == | ||
+ | * .t: Source code | ||
+ | *.gam: Compiled game file | ||
== Compilers == | == Compilers == | ||
Line 32: | Line 36: | ||
== Other Tools == | == Other Tools == | ||
− | *[http://ifarchive.org/indexes/if-archiveXprogrammingXtads2.html IF Archive: TADS 2 | + | *[http://ifarchive.org/indexes/if-archiveXprogrammingXtads2.html IF Archive: TADS 2 programming] |
== Sample Files == | == Sample Files == |
Revision as of 22:06, 9 November 2012
File Formats | > | Electronic File Formats | > | Interactive Fiction | > | TADS |
Contents |
Description
TADS (Text Adventure Development System) is an Interactive Fiction development system by Michael J. Roberts. Plain text source code files are created using the TADS programming language, and then compiled into a system-independent game file. Compiled game files can be played on any system that has an appropriate interpreter.
The term "TADS", unqualified, generally refers to TADS version 2 and below. TADS 3, the current version, is a complete redesign of the system and is incompatible with previous versions. See the TADS 3 page for more information.
Extensions
- .t: Source code
- .gam: Compiled game file
Compilers
- TADS 2 Author's Kit (Windows, freeware, website: the official TADS 2 implementation
- FrobTADS (Unix-like, freeware, website: ports of TADS 2 and TADS 3 compilers for Unix systems (including Mac OS X)
Interpreters
- HTML TADS Interpreter (Windows, freeware, website): the official TADS 2 and TADS 3 interpreter with full multimedia support. Despite the name, it does not run on the web.
- Jetty (cross-platform, open source, website: a TADS 2 interpreter written in Java
- QTads (cross-platform, open source, website): a TADS 2 and TADS 3 interpreter with full multimedia support
Other Tools
Sample Files
Source Code
- ditchday.zip: Ditch Day Drifter, by Michael J. Roberts. Source code and compiled .gam file included.
- zeb3src.zip: Uncle Zebulon's Will, by Magnus Olsson. Full source code.
Compiled Games
- 1893Demo.gam: 1893: A World's Fair Mystery (demo), by Peter Nepstad
- grip.gam: Losing Your Grip, by Stephen Grande