home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / demos / yeager / readme.txt < prev    next >
Text File  |  1991-05-16  |  3KB  |  62 lines

  1. -----------------------------------------------------------------
  2. This document describes the self-running demo of YEAGER AIR COMBAT.
  3. -----------------------------------------------------------------
  4.  
  5. -----------------------------------------------------------------
  6. RUNNING THE DEMO
  7. -----------------------------------------------------------------
  8.  
  9. To run the demo with sound effects, type "YEAGER".
  10. To run the demo with no sound effects, type "YEAGER QUIET".
  11.  
  12. To exit the demo, press ESC or CTRL-Q at any time.
  13.  
  14. The demo will automatically configure itself to use the best available
  15. video mode and sound output device.  To change its choices, see below.
  16.  
  17. This program requires 640k RAM, and you should have 560k or more free RAM.
  18.  
  19. This program runs in VGA, EGA, and TANDY video modes.
  20. Unlike the actual game, it does NOT run in MCGA or CGA video modes.
  21.  
  22. -----------------------------------------------------------------
  23. INSTALLING THE DEMO ON A HARD DISK
  24. -----------------------------------------------------------------
  25.  
  26. You can install this demo to a hard disk by creating a directory for it,
  27. then copying all the files from this disk to that directory.  For example:
  28.  
  29.         MD C:\DEMO                    ...make the directory "DEMO" on drive C
  30.         COPY A:*.* C:\DEMO            ...copy all files to it
  31.         C:                            ...select C: as the current drive
  32.         CD C:\DEMO                    ...select DEMO as the current directory
  33.         YEAGER                        ...run the demo
  34.  
  35. -----------------------------------------------------------------
  36. SELECTING THE VIDEO MODE AND SOUND DEVICE
  37. -----------------------------------------------------------------
  38.  
  39. When the demo runs, it automatically chooses the best video mode and
  40. sound output device.  If you want to override its choices, you can use the
  41. parameters below.  If you have a COVOX or CMS sound board, you must use
  42. the appropriate parameter to select it, since we don't automatically
  43. detect those devices.
  44.  
  45. The command-line parameters for video modes are:
  46.         EGA        EGA graphics
  47.         TGA        Tandy graphics
  48.         VGA        VGA graphics
  49.  
  50. The command-line parameters for sound boards are:
  51.         PC         PC internal speaker
  52.         ADLIB      Adlib sound card
  53.         BLASTER    Sound Blaster sound card
  54.         TANDY      Tandy 1000
  55.         TANDYDAC   Tandy 1000 models that have a DAC (like the Tandy 1000 TL)
  56.         COVOX1     Covox, on parallel port 1
  57.         COVOX2     Covox, on parallel port 2
  58.         CMS        CMS sound board
  59.  
  60. For example, to run the demo in EGA mode, using a Sound Blaster board, type:
  61.         YEAGER EGA CMS
  62.