home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 103 / af103sub.adf / Hugo.LZX / Hugo / Amiga.txt next >
Text File  |  2013-09-09  |  1KB  |  35 lines

  1.  
  2. Hugo 2.3e for the Amiga
  3. -----------------------
  4.  
  5. This is an Amiga port of the compiler (hc), the debugger (hd) and the player
  6. (he or "Hugo Engine") for the Hugo text adventure authoring system. Please
  7. send comments or queries about this Amiga port to the email address below.
  8. Note that these programs may require more than the standard stack (the stack
  9. for the Hugo engine is set in its icon to 8192, and I would recommend
  10. at least as much for the compiler and debugger).
  11.  
  12. The following Workbench tooltypes are supported by the engine and the
  13. debugger:
  14.  
  15.     DIR        This sets the initial directory for the file requester
  16.         which opens when the Hugo Engine is started from
  17.         Workbench, e.g.
  18.  
  19.             DIR=Work:Games/HugoGames
  20.  
  21.     PROPFONT    These two tooltypes determine which proportional and
  22.     FIXEDFONT    fixed-width fonts Hugo should use, e.g.
  23.  
  24.             PROPFONT=times/15
  25.  
  26.         If either are omitted then topaz/8 are used in place
  27.         of the omitted font. Both fonts must have the same
  28.         height, else topaz/8 will be used. Proportional fonts
  29.         are only supported for games compiled with Hugo 2.2 or
  30.         newer. When started from the Shell these tooltypes
  31.         will be processed if an icon is found.
  32.  
  33. David Kinder
  34. davidk@monis.co.uk
  35.