home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #5 / amigaacscoverdisc1997-051997.i / games / shareware / deluxe_galaga_2.6 / read_me_first < prev    next >
Text File  |  1995-11-13  |  4KB  |  126 lines

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