home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 2.1 KB | 91 lines |
- .name
- ITF
- .type
- Game Utility
- .short
- Infocom data file interpreter
- .description
- Amiga port of ITF4.01. ITF stands for "Infocom Task Force"
- There have been several ports of Infocom interpreters to the
- Amiga, but none of this program. The interpreter supports
- v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
- etc.) and v5 (Sherlock, Beyond Zork etc.) games. This is more
- than any other freely distributable interpreter. With this
- interpreter you can play ALL the games in the LTOI2 package
- for the IBM PC, by copying the datafiles with CrossDOS or
- similar, then just running this interpreter. Binary only.
- .version
- 1.75
- .author
- InfoTaskForce, amiga port by David Kinder
- .reference
- GoldFish-Vol2-2:BBS/game/ITF-1.60.lha
- 1.60
- GoldFish-Vol2-1:Files/game/role/ITF/
- 1.60
- FreshFish-Vol9-2:BBS/game/ITF-1.60.lha
- 1.60
- FreshFish-Vol8-2:BBS/game/ITF-1.60.lha
- 1.60
- FreshFish-Vol8-1:New/game/role/ITF/
- 1.60
- FreshFish-Vol5:BBS/game/ITF-1.46.lha
- 1.46
- FreshFish-Vol4:New/game/role/ITF/
- 1.46
- FreshFish-Vol4:BBS/May94/game/role/ITF.lha
- 1.46
- GoldFish-Vol1-2:d9xx/d975/ITF/
- 1.10
- GoldFish-Vol1-1:BBS/d9xx/d975/ITF.lha
- 1.10
- FrozenFish-Vol1:BBS/ALib/d9xx/d975/ITF.lha
- 1.10
- FreshFish-Vol3:New/AmigaLibDisks/Disk975/ITF/
- 1.10
- AmigaLibDisk975:ITF/
- .requirements
- Requires OS 2.0+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 2, Clwtt Cottages,
- Bangor Road,
- Gyfelia,
- Nr. Wrexham,
- Clywd.
- LL13 0YL
- .email
- kinder@teaching.physics.ox.ac.uk
- david.kinder@physics.ox.ac.uk
- .docs
- DataFile.txt
- History.txt
- Infocom.games
- Infocom.guide
- Readme
- ZCode.txt
- .described-by
- Dan Fish (daf@daffy.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Infocomm Data File Interpreter" "Please select an option" "View Doc" "View Guide" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select Text File" REJECTPATTERN "(#?.info)|(#?.guide)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "2"
- MetaTool Infocom.guide GUIDE
- endif
- .aminet-dir
- game/role
-