FrobTADS
FrobTADS is a full version of TADS for Unix, written by Nikos Chantziaras. It supports most of the latest text-only TADS user interface features, including colored text and backgrounds, TADS 3 banner windows, and timed input. It's built to modern Unix standards, and includes automatic configuration for easy installation on all Linux versions and most other current Unix systems.
Downloads - Latest Release
- FrobTADS - this is the main package, with the full source for the combined Unix TADS 2 & 3 interpreter. [FrobTADS 0.13 - TADS VM 2.5.14/3.0.18.1, May 7, 2009]
- TADS 2 compiler add-on - this contains the additional source files for the TADS 2 compiler. You'll need the main FrobTADS package above in addition to this to build the compiler. [FrobTADS 0.13 - TADS VM 2.5.14, May 7, 2009]
- TADS 3 compiler add-on - this contains the additional files for the TADS 3 compiler. You'll need the main FrobTADS package above in addition to this to build the compiler. [FrobTADS 0.13 - TADS compiler 3.0.18.1, May 7, 2009]
|
Mac OS users: the Macports package is a version of FrobTADS customized for Mac OS. This package has a streamlined installation process that makes it easy to get up and running. |
|
Note to Linux users: If your Linux distribution's repositories don't contain an up-to-date version of FrobTADS, you can usually find recent Debian and RPM packages on http://ifiction.free.fr/index.php?id=iflinux. Gentoo Linux users might be interested in the 'interactive-fiction' overlay, which can be accessed with the 'layman' utility. |
Work in Progress
You can get the latest "work in progress" version from the public FrobTADS Git repository:
http://code.assembla.com/frobtads/git/nodes/master
FrobTADS vs. QTads
Nikos is also the author of another Unix TADS interpreter, QTads. You might wonder what the difference is between FrobTADS and QTads. Both are Unix-based, both run on most Unix and Unix-like systems, and both are new code bases that follow modern Unix portability practices.
The difference is that FrobTADS is a text-only interpreter that runs in a terminal window, whereas QTads is a full Multimedia TADS interpreter, with full support for fonts and colors, images, sound, and all the other Multimedia TADS features. QTads runs as a graphical application under the local Unix window system (such as X Windows).
The difference is most obvious when you compare screen shots for the two systems.
FrobTADS gives you a little more flexibility because you can run it in a terminal window. When you have a graphical terminal with a window system available, though, QTads gives you full Multimedia TADS feature set.
Contacting the author
If you have comments or questions or bug reports regarding FrobTADS, you should contact Nikos. His email address is realnc at users dot sourceforge dot net (converting the italicized words to punctuation, of course).
The old Unix versions
FrobTADS replaced an older Unix port of TADS, originally created by Dave Baggett in the late 1980s and maintained over the years by several successors. Unix has evolved considerably since Dave's original work, and it eventually got to the point that it made more sense to start with a clean slate, developing a new version from the ground up to modern Unix standards.
For most Unix users, FrobTADS should be an across-the-board improvement over the old Unix port.
If you're interested in the old Unix port for historical reference or other reasons, it's still available. You can find it on the IF Archive (www.ifarchive.org):
- Linux: download the TADS for Linux package from the TADS executables directory (programming/tads2/executables). As of this writing, note that the Linux executables package is not up-to-date, so you might want to download the generic Unix source bundle instead; the Unix source set works on Linux and many other Unix-based platforms.
- Other Unix systems: download the Unix source bundle from the programming/tads2/source directory. Follow the instructions in the README file to compile the TADS tools for your system.
