home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / games / infocom / !Infocom / Doc / Others < prev    next >
Encoding:
Text File  |  1994-08-15  |  2.0 KB  |  40 lines

  1.  
  2. The other main Infocom interpreters on the Archimedes are Frank
  3. Lancaster's Zip program and Edouard Poor's desktop interpreters
  4. (called !AUInfocom and !Zip.) Zip is blindingly fast, and very
  5. compact, but runs outside the desktop using the standard system
  6. font and plays only version 3 games.  The font size this implies
  7. is enough to make it almost unusable on an A4.  Edouard Poor's
  8. interpreters (at least early versions) run in the desktop, but
  9. fail to display a cursor and fail to handle backspacing properly. 
  10. Frank Lancaster has also released ZipDebug, which is a combined
  11. debugger and interpreter; the main point of interest is prototype
  12. support for version 6 games.
  13.  
  14. The only other Infocom interpreter I have seen on the Series3 is
  15. InfoPlay ported by Oliver Wagner, and based on Mark Howell's ZIP
  16. interpreter rather than the ITF interpreter.  Currently, InfoPlay
  17. suffers 3 main disadvantages; it uses more memory (typically 6 to
  18. 10K), it uses simple fixed-width fonts for output, and the OS
  19. integration is slightly buggy; try ESCaping from a save dialogue,
  20. or killing the task from the System screen.
  21.  
  22. (InfoPlay used more memory than the 1.4x version of Infocom; 
  23. the new memory handling in 1.7 means that for larger games
  24. like Trinity the gain is even more noticeable.  A naive port
  25. of Zip or ITF would be unable to fit the resident pages of 
  26. Trinity into the 64K small memory model of the Psion.)
  27.  
  28. (Brief advert: There is also a commercial version of Infocom for
  29. Psion, sold under the name InfoZip.  This is supplied in both 3A
  30. and S3 versions, both of which are smaller than shareware version
  31. since they are essentially preregistered, along with a printed
  32. manual and a companion application InfoStat. It is available
  33. bundled with either or both of the Lost Treasures packages from
  34. Lacegem on (0)61-792-2871.)
  35.  
  36. The main infocom interpreters in use under UNIX appear to be
  37. simple ports of the ITF and ZIP interpreters, usually running
  38. under the curses screen handling library.  I am not aware of any
  39. other interpreters running under X11.
  40.