home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 51 / af051sub.adf / Mine / README.changes < prev    next >
Text File  |  1993-02-27  |  1KB  |  36 lines

  1. Changes from version 1.18 to 2.0:
  2.  
  3. Now runs on workbench or other public screens!
  4. ----------------------------------------------------------------------
  5.  
  6. Icon tooltypes:
  7.  
  8. NOSCORES
  9.     Determines whether the s:minefield.scores file is created/saved.
  10.     Program internal default is true.
  11.  
  12. PUBSCREEN=name
  13.     Specifies the public screen for Minefield to open on.  If no name
  14.     is specified, the default public screen is used.  If tooltype is
  15.     missing, minefield opens it's own screen (same as old minefield)
  16.  
  17. NOVICE
  18.     Sets expert mode off.  Program default is FALSE (expert mode on).
  19.  
  20. DIFFICULTY=EASY/HARD
  21.     Sets the difficulty level.  Program default is EASY.
  22.  
  23. SIZE=SMALL/MEDIUM/LARGE
  24.     Sets the board size.  Program default is SMALL.
  25.  
  26. ----------------------------------------------------------------------
  27.  
  28. CLI options:
  29.  
  30. NOVICE/S,NOSCORES/S,DIFF=DIFFICULTY/K,SIZE/K,PUBSCR=PUBSCREEN/K
  31.  
  32. So you can do "Minefield novice noscores diff=hard size=large pubscr=VLT
  33. for example.
  34.  
  35. ----------------------------------------------------------------------
  36.