home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma24.dms / ma24.adf / Midnight / Midnight.reference < prev    next >
Text File  |  1994-05-15  |  4KB  |  151 lines

  1.  
  2.   Midnight® Screen Blanking System
  3.  
  4.   ©1994 Imagine Software, Inc.  All Rights Reserved.
  5.   Engineered by Trevor Andrews
  6.  
  7.   Imagine Software, Inc.
  8.   1218 South 5th Street
  9.   Lafayetee, IN  47905-1716
  10.  
  11.  
  12.      Preface of the Midnight Screen Blanking System
  13.  
  14. VERSION
  15.  
  16.   Version 0 Revision 07
  17.  
  18. AUTHOR
  19.  
  20.   Trevor N. Andrews
  21.  
  22. DESCRIPTION
  23.  
  24.   Midnight is a  modular screen blanking system designed
  25.   with AmigaDOS 2.x/3.x in mind.  A few of its features
  26.   are listed below:
  27.  
  28.   - Screen Mode selection (AGA support) in most modules
  29.   - Standard 2.x Preferences interface
  30.   - Font sensitive window
  31.   - Enforcer Proof Code
  32.   - Public screen support
  33.   - GadTools interface
  34.   - IFF Preference file
  35.   - Seperate Dameon and GUI
  36.   - Amiga Guide support (library is optional)
  37.  
  38.   Currently, the following blanker modules are available:
  39.  
  40.   - Nightfall  (Simple black screen)
  41.   - Rainbow    (Bouncing lines with 256 colours in AGA)
  42.   - Shuffle    (Slides selectable pieces around)
  43.   - Mindmelt  *(An AfterDark inspired module)
  44.   - PhaseFade  (Fade to black)
  45.   - Fireworks  (Traditional fireworks with 256 colours in AGA)
  46.   - Textual   *(Floats text around)
  47.   - Spotlight  (Your screen has just broke out of jail)
  48.   - IceMelt   *(Screen melts like an ice cube)
  49.   - Starfield  (Prepare for space flight)
  50.   - Random     (Randomly chooses your modules)
  51.   - Breadth    (It's strange...)
  52.  
  53.     * Not included in this pre-release.
  54.  
  55.   Additional features include:
  56.  
  57.   - Concise message signaling system
  58.   - Mouse blanker (OS friendly with gameport support)
  59.   - Random blanker selection mode
  60.  
  61.  
  62.      Installation Procedures
  63.  
  64.   Quick -- "To see what it's like..."
  65.  
  66.     Double click on Bprefs.
  67.  
  68.     Double click on Midnight and set your preferences.
  69.  
  70.  
  71.   Workbench Installation:
  72.  
  73.     Drag BPrefs to your "SYS:WBStartup" draw.
  74.  
  75.     Drag Midnight, the preference software, to your "SYS:Prefs" draw.
  76.  
  77.     Drag the Blankers draw to any desired location, such as "WORK:".
  78.  
  79.     Place Midnight.guide or Midnight.reference into your desired manual draw.
  80.  
  81.     See "Quick", above.
  82.  
  83.  
  84.   Shell Installation:
  85.  
  86.     Users wishing to install Midnight via the command line interface should
  87.  
  88.     be familiar with Workbench enough to translate the above procedure to 
  89.  
  90.     fit their particular needs.
  91.  
  92.  
  93.      AmigaDos Reference
  94.  
  95.                           MIDNIGHT
  96.  
  97.         Format:    MIDNIGHT [FROM <filename>] [filename]
  98.                    [EDIT] [USE] [SAVE] [PUBSCREEN <screen>]
  99.  
  100.         Template:  FROM,EDIT/S,USE/S,SAVE/S,PUBSCREEN/K:
  101.  
  102.         Purpose:   To specify different settings for screen
  103.                    and mouse blanking.
  104.  
  105.         Required:  AmigaDOS 2.0 or higher.
  106.  
  107.         Optional:  AmigaGuide Library. (Recommended)
  108.  
  109.         Path:      SYS:Prefs/Midnight
  110.  
  111.         Specification:
  112.  
  113.         MIDNIGHT without any arguments or with the EDIT argument
  114.         opens the Midnight editor.  The FROM argument lets you specify a
  115.         file to open.  This must be a file that was previously saved with
  116.         the "Save As" menu item of the Midnight editor.  PUBSCREEN is
  117.         used to specify an alternative screen to open on.
  118.  
  119.         NOTE: If using saved preferences from icon, make sure Midnight is
  120.               in your Workbench's path.
  121.  
  122.  
  123.      AmigaDos Reference
  124.  
  125.                            BPREFS
  126.  
  127.         Format:    BPREFS [QUIT] [KEY]
  128.  
  129.         Template:  QUIT/S,KEY/S (KEY is for registered users only)
  130.  
  131.         Purpose:   Daemon to implement different settings for
  132.                    screen and mouse blanking.
  133.  
  134.         Required:  AmigaDOS 2.0 or higher.
  135.  
  136.         Optional:  (nothing)
  137.  
  138.         Path:      SYS:WBStartup/BPrefs
  139.  
  140.         Specification:
  141.  
  142.         BPREFS takes as arguments QUIT and KEY (only for registered users).
  143.  
  144.         QUIT...Forces BPrefs to shut down and exit.
  145.  
  146.         KEY....Authentication Encryption Key report.
  147.  
  148.         NOTE: If you change your keyboard type, you will need
  149.               to run (reset) BPrefs!
  150.  
  151.