home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 230.img / KINGINC1.ZIP / README < prev    next >
Text File  |  1990-06-23  |  3KB  |  100 lines

  1.       Search for The King Techno-Yammering
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. - OUT OF MEMORY ERRORS
  9.  
  10.     'Search for The King' checks the amount of free RAM your system has, and
  11.   will not execute the game if there is not enough RAM.  The DOS command
  12.   'CHKDSK' will tell you how much free RAM the system has; the program
  13.   requires about 541k free RAM to run (plus 5k for CMS music and plus 32k
  14.   for VGA/MCGA enhanced 16 color mode).
  15.  
  16.   If you don't have enough memory, here are some ways to solve the problem:
  17.  
  18.     -Remove any non-essential TSR (terminate and stay resident) programs.
  19.  
  20.     -If you were trying to run VGA/MCGA enhanced 16 color mode, switch to any
  21.      other mode using the setup program.  
  22.  
  23.     -Switch off the mouse (mouse drivers usually use at least 10k of
  24.      RAM), then run 'SETUP' and request keyboard mode.
  25.  
  26.     -If you are using the CMS music driver, switch to PC sounds (this
  27.      will save 5K) using the setup program.
  28.  
  29.     -Try reducing the number of BUFFERS in your CONFIG.SYS. Each buffer uses
  30.      512 bytes. (Consult your DOS manual for more information).
  31.  
  32.   Some of these changes involve changing your CONFIG.SYS and/or
  33.   AUTOEXEC.BAT file.  Consult your DOS user's manual.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. -MUSIC SYSTEMS
  41.  
  42.     The INSTR.DAT file contains data for AdLib and MIDI systems.  It must
  43.   be on disk #1 (or the hard drive directory) to run these modes.
  44.     If you have a synthesizer that is not listed by the setup program, select
  45.   'GENERIC MIDI'. (This selection changes all instruments to piano (pro-
  46.   gram change 0)).
  47.     If you have a non-supported synthesizer, please fill out and return
  48.   your warranty registration card, listing your synthesizer.  An INSTR.DAT
  49.   file that will support more synthesizers is planned for the future.  (You
  50.   will only need to replace the INSTR.DAT file).
  51.  
  52.  
  53.  
  54.  
  55.  
  56. -END OF GAME
  57.      
  58.     To view your score (and number of moves) at the end of the game,
  59.   type SCORE.
  60.  
  61.  
  62.  
  63.  
  64.  
  65. -USING 1.2 & 1.44 FLOPPIES (FOR THE ADVANCED USER)
  66.  
  67.     'Search for The King' will also run on 1.2 meg (5 1/4" hi-density) and
  68.   1.44 meg (3 1/2") floppies.  In order to set the program up:
  69.     1. Copy files to formatted floppies.
  70.       -DISK #1 should contain all files on the current DISK #1.
  71.       -FOR 1.2 meg floppies:
  72.         DISK #2 should have:
  73.          DATAA.DAT
  74.          DATAB.DAT
  75.          DATAC.DAT
  76.          DATAD.DAT
  77.          DATAE.DAT
  78.       -FOR 1.44 meg floppies:
  79.         DISK #2 should have:
  80.          DATAA.DAT
  81.          DATAB.DAT
  82.          DATAC.DAT
  83.          DATAD.DAT
  84.          DATAE.DAT
  85.     2. Modify 'KING.BAT'
  86.       -KING.BAT (produced by SETUP) needs to modified to reflect the type
  87.        of disk.  After runnng SETUP (and selecting graphics, input device,
  88.        disk type, and sound mode), your KING.BAT will look something like
  89.        this:
  90.               EXE VGA Mouse 720 AdLib
  91.  
  92.   Using an editor, modify the disk type to be 1.2 or 1.44 floppies. 
  93.   It will be similiar one of these:
  94.  
  95.               EXE VGA Mouse 1.2 AdLib
  96.               EXE VGA Mouse 1.44 AdLib
  97.  
  98.      -You must re-edit KING.BAT if you run SETUP again (since it makes a
  99.       new KING.BAT).
  100.