home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 72 / af072sub.adf / Galaga / galaga.lha / DeluxeGalaga / READ_ME_FIRST < prev    next >
Text File  |  1994-12-23  |  4KB  |  124 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/lowlevel.library                 *DELETED
  13.         * Libs/nonvolatile.library              *DELETED
  14.  
  15.  
  16.     Some  of the modules that I have included in this archive
  17.     was made by JoGeir Liljedahl.  I just have to say that he
  18.     is one of my favorite composers on the Amiga!!  Extremely
  19.     talented  in  my opinion!  Thanks for composing all those
  20.     masterpieces JoGeir!
  21.  
  22.  
  23.  
  24. *       Pack
  25.         ----
  26.  
  27.         This  is a small utility to compress or decompress files.
  28.     This  tool can be used to pack the data file for the game
  29.     if you want to save some disk space
  30.  
  31.         Usage:
  32.  
  33.         Pack <file> method <packing method>
  34.  
  35.         Example...
  36.  
  37.         Pack MyFile method MASH
  38.  
  39.         This  will  pack  the file 'MyFile' and replace it with a
  40.         compressed  version  of  the  same file.  If the file was
  41.         already packed it will skip the file.
  42.  
  43.  
  44.         To unpack a file use the following command...
  45.  
  46.         Pack <file>
  47.  
  48.         The commando 'Pack all' will unpack all the files in the
  49.         directory and all subdirectories.
  50.  
  51.  
  52. *       SetPatch21  (SetPatch for OS2.1)
  53.  
  54.         Use this if you make a selfbooting game disk on a OS2.1
  55.         machine. Just add it in in the startup-sequence like
  56.         this:
  57.  
  58.         SetPatch21 QUIET
  59.  
  60.  
  61. *       SetPatch30  (SetPatch for OS3.0  (AGA Machines))
  62.  
  63.         Use  this  if you make a selfbooting game disk on a OS3.0
  64.         or later machine.  Just add it in in the startup-sequence
  65.         like this:
  66.  
  67.         SetPatch30 QUIET
  68.  
  69.         This  command  will  patch  some  function and engage the
  70.         32  bit  data  fetch  in the AGA chips.  If you don't use
  71.         this  and  boot  from a floppy disk the graphics will not
  72.         come up alright! (Only on AGA machines!)
  73.  
  74.  
  75.  
  76.  
  77. INSTALLING THE LIBS
  78. -------------------
  79.  
  80.     In the 'Libs' directory I have included some useful libraries
  81.     that you could install on your gamedisk or in Libs:
  82.  
  83.         The libraries are...
  84.  
  85.         o       nonvolatile.library
  86.                 -------------------
  87.                 ** DELETED DUE TO COPYRIGHT OF THE LIBRARY
  88.                    THIS LIBRARY IS PART OF THE OS3.1 PACKAGE.
  89.  
  90.  
  91.         o       lowlevel.library
  92.                 ----------------
  93.                 ** DELETED DUE TO COPYRIGHT OF THE LIBRARY
  94.                    THIS LIBRARY IS PART OF THE OS3.1 PACKAGE.
  95.  
  96.  
  97.         o       xpkmaster.library
  98.                 -----------------
  99.                 This  library  must  be  installed if you want to
  100.                 compress  some  of  the  data files or if you are
  101.                 using  modules and datafiles that are compressed.
  102.                 The  sub  library  for  all the used packer types
  103.                 most be installed in the 'compressors' directory.
  104.                 The 'compressors' directory most be placed in the
  105.                 'Libs:'   directory   on  your  boot  disk.   The
  106.                 'xpkmaster.library'  must be copied to the Libs:
  107.                 directory too.
  108.  
  109.  
  110.         *NOTE*  If you get an error message when you try to start
  111.                 the  game,  that  tells you there is a compressed
  112.         datafile,  you  must copy the XPK library and the
  113.         sub  libraries,  to  the  Libs:  directory on you
  114.         boot disk!  (SYS:, harddisk or floppydisk)
  115.  
  116.                 Libs:
  117.                      xpkmaster.library
  118.                      compressors/
  119.                          xpkMASH.library
  120.                          xpkNUKE.library
  121.                          xpkIMPL.library
  122.  
  123.  
  124.