home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / games / dgalaga24.lha / Deluxe_Galaga_24 / READ_ME_FIRST < prev    next >
Text File  |  1994-11-13  |  3KB  |  114 lines

  1.  
  2.  
  3.         FILES THAT IS INCLUDED IN THE ARCHIVE.
  4.         **************************************
  5.  
  6.         - SetPatch21
  7.         - SetPatch30
  8.         - Pack
  9.         - Libs/xpkmaster.library
  10.         - Libs/compressors/xpkNUKE.library
  11.         - Libs/compressors/xpkMASH.library
  12.         - Libs/compressors/xpkIMPL.library
  13.         - Libs/lowlevel.library
  14.         - Libs/nonvolatile.library
  15.  
  16.  
  17.  
  18.  
  19. *       Pack
  20.         ----
  21.  
  22.         This  is a small utility to compress or decompress files.
  23.         This  tool can be used to pack the data file for the game
  24.         if you want to save some disk space
  25.  
  26.         Usage:
  27.  
  28.         Pack <file> method <packing method>
  29.  
  30.         Example...
  31.  
  32.         Pack MyFile method MASH
  33.  
  34.         This  will  pack  the file 'MyFile' and replace it with a
  35.         compressed  version  of  the  same file.  If the file was
  36.         already packed it will skip the file.
  37.  
  38.  
  39.         To unpack a file use the following command...
  40.  
  41.         Pack <file>
  42.  
  43.         The commando 'Pack all' will unpack all the files in the
  44.         directory and all subdirectories.
  45.  
  46.  
  47. *       SetPatch21  (SetPatch for OS2.1)
  48.  
  49.         Use this if you make a selfbooting game disk on a OS2.1
  50.         machine. Just add it in in the startup-sequence like
  51.         this:
  52.  
  53.         SetPatch21 QUIET
  54.  
  55.  
  56. *       SetPatch30  (SetPatch for OS3.0  (AGA Machines))
  57.  
  58.         Use  this  if you make a selfbooting game disk on a OS3.0
  59.         or later machine.  Just add it in in the startup-sequence
  60.         like this:
  61.  
  62.         SetPatch30 QUIET
  63.  
  64.         This  command  will  patch  some  function and engage the
  65.         32  bit  data  fetch  in the AGA chips.  If you don't use
  66.         this  and  boot  from a floppy disk the graphics will not
  67.         come up alright! (Only on AGA machines!)
  68.  
  69.  
  70.  
  71.  
  72. INSTALLING THE LIBS
  73. -------------------
  74.  
  75.     In the 'Libs' directory I have included some useful libraries
  76.     that you could install on your gamedisk or in Libs:
  77.  
  78.         The libraries are...
  79.  
  80.         o       nonvolatile.library
  81.                 -------------------
  82.                 This  library is for hiscore saving.  Please read
  83.                 the  GALAGA.GUIDE  for more information on how to
  84.                 use this library.
  85.  
  86.  
  87.         o       lowlevel.library
  88.                 ----------------
  89.                 This  library  is for joypad handling and must be
  90.                 installed in a libs directory on your system boot
  91.                 disk  if  you want to use a joypad to control the
  92.                 game.
  93.  
  94.                 ********
  95.                 * NOTE *
  96.                 ********
  97.                 Using  this  library  may  slow  down  the game a
  98.                 little  bit.   So  if  you  have  a  slow machine
  99.                 (68000,  and  only  chipmemory),  you may want to
  100.                 on your boot disk.
  101.  
  102.  
  103.         o       xpkmaster.library
  104.                 -----------------
  105.                 This  library  must  be  installed if you want to
  106.                 compress  some  of  the  data files or if you are
  107.                 using  modules  that  are  compressed.   The  sub
  108.                 library  for the packer type most be installed in
  109.                 the   compressors   directory.   The  compressors
  110.                 library  most  be placed in the Libs directory on
  111.                 your boot disk.
  112.  
  113.  
  114.