home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / role / itf / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  2.1 KB  |  91 lines

  1. .name
  2. ITF
  3. .type
  4. Game Utility
  5. .short
  6. Infocom data file interpreter
  7. .description
  8. Amiga port of ITF4.01.  ITF stands for "Infocom Task Force"
  9. There have been several ports of Infocom interpreters to the
  10. Amiga, but none of this program.  The interpreter supports
  11. v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
  12. etc.) and v5 (Sherlock, Beyond Zork etc.) games. This is more
  13. than any other freely distributable interpreter.  With this
  14. interpreter you can play ALL the games in the LTOI2 package
  15. for the IBM PC, by copying the datafiles with CrossDOS or
  16. similar, then just running this interpreter.  Binary only.
  17. .version
  18. 1.75
  19. .author
  20. InfoTaskForce, amiga port by David Kinder
  21. .reference
  22. GoldFish-Vol2-2:BBS/game/ITF-1.60.lha
  23. 1.60
  24. GoldFish-Vol2-1:Files/game/role/ITF/
  25. 1.60
  26. FreshFish-Vol9-2:BBS/game/ITF-1.60.lha
  27. 1.60
  28. FreshFish-Vol8-2:BBS/game/ITF-1.60.lha
  29. 1.60
  30. FreshFish-Vol8-1:New/game/role/ITF/
  31. 1.60
  32. FreshFish-Vol5:BBS/game/ITF-1.46.lha
  33. 1.46
  34. FreshFish-Vol4:New/game/role/ITF/
  35. 1.46
  36. FreshFish-Vol4:BBS/May94/game/role/ITF.lha
  37. 1.46
  38. GoldFish-Vol1-2:d9xx/d975/ITF/
  39. 1.10
  40. GoldFish-Vol1-1:BBS/d9xx/d975/ITF.lha
  41. 1.10
  42. FrozenFish-Vol1:BBS/ALib/d9xx/d975/ITF.lha
  43. 1.10
  44. FreshFish-Vol3:New/AmigaLibDisks/Disk975/ITF/
  45. 1.10
  46. AmigaLibDisk975:ITF/
  47. .requirements
  48. Requires OS 2.0+
  49. .distribution
  50. Copyrighted but Freely Redistributable
  51. .address
  52. 2, Clwtt Cottages,
  53. Bangor Road,
  54. Gyfelia,
  55. Nr. Wrexham,
  56. Clywd.
  57. LL13 0YL
  58. .email
  59. kinder@teaching.physics.ox.ac.uk
  60. david.kinder@physics.ox.ac.uk
  61. .docs
  62. DataFile.txt
  63. History.txt
  64. Infocom.games
  65. Infocom.guide
  66. Readme
  67. ZCode.txt
  68. .described-by
  69. Dan Fish (daf@daffy.amigalib.com)
  70. .submittal
  71. Downloaded via ftp from wuarchive.wustl.edu.
  72. .execute
  73. set choice `RequestChoice "Infocomm Data File Interpreter" "Please select an option" "View Doc" "View Guide" "Cancel"`
  74. if $choice EQ "0"
  75.   quit 5
  76. endif
  77. if $choice EQ "1"
  78.   set filechoice `RequestFile TITLE "Select Text File" REJECTPATTERN "(#?.info)|(#?.guide)"`
  79.   set dirchoice `pathname $filechoice`
  80.   set filechoice `basename $filechoice`
  81.   failat 21
  82.   cd $dirchoice
  83.   MetaTool $filechoice TEXT
  84. endif
  85.  
  86. if $choice EQ "2"
  87.   MetaTool Infocom.guide GUIDE
  88. endif
  89. .aminet-dir
  90. game/role
  91.