home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 343.img / MURDER.ZIP / README < prev    next >
Text File  |  1990-10-26  |  2KB  |  36 lines

  1. How to run Murder with a mouse
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 1) Copy the game disk to a fresh disk - the game disk will now be your
  4.    backup disk.
  5. 2) Copy your mouse driver program to the new disk - this program will
  6.    be called MOUSE.COM or MOUSE.SYS.
  7. 3) If your mouse driver is called MOUSE.COM, insert a new line in the
  8.    AUTOEXEC.BAT file under the line that says '@echo off'. This line
  9.    should simply say 'MOUSE'. Your AUTOEXEC.BAT file should look like:
  10.        @echo off
  11.     mouse
  12.     cls
  13.     murder
  14. 4) If your mouse driver is called MOUSE.SYS, enter a new line at the
  15.    bottom of the CONFIG.SYS file so that the file looks like:
  16.        buffers=20
  17.     files=20
  18.     break=off
  19.     device=mouse.sys
  20. 5) Now you can play Murder with a mouse simply by booting this new disk.
  21.  
  22. Murder is a big game. Even though it has been compressed there is a
  23. possibility that you won't be able to fit your mouse driver onto the
  24. new disk. If this happens you need to boot your system using the disk
  25. you would normally use so that your mouse driver installs itself. Then
  26. switch to the drive containing the Murder game disk and enter 'murder'.
  27. As an example, suppose that you normally boot from a single-sided 360K
  28. 5.25 inch floppy in drive A, and that your boot disk is set up to install
  29. the mouse driver:
  30. 1) Place your boot disk in drive A and switch on the computer, or reset it
  31.    by pressing Ctrl-Alt-Del.
  32. 2) Insert the Murder game disk in drive A and press Control-C to log the
  33.    new disk.
  34. 3) Type 'murder' and press Enter. The game should now run and be playable
  35.    with a mouse.
  36.