home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / dos / varios / omega / readme.1st < prev   
Encoding:
Text File  |  1995-06-04  |  1.9 KB  |  41 lines

  1. This version of Omega 0.80 was compiled with D.J.Delorie's IBM port
  2. of GNU C++, djgpp.  As such, it will only run on a 386 or higher.
  3. DJGPP is available for ftp from omnigate.clarkson.edu:/pub/msdos/djgpp
  4.  
  5. Omega requires the directory C:\TMP to exist, as this is where it
  6. places its swap file.  The directory OMEGALIB can be anywhere in your
  7. file hierarchy, but you must cd to the directory containing OMEGALIB
  8. before running Omega (if you don't move any of the directories around
  9. after running pkunzip, this will be the directory containing OMEGA.EXE).
  10. Alternatively, you can set the shell variable OMEGALIB to equal the
  11. directory path to the omegalib directory.  For example, if you typed the
  12. following:
  13.  
  14. C:\GAMES> pkunzip -d omexe80.zip
  15.  
  16. so that the OMEGA directory is created in the C:\GAMES directory, putting
  17. the following in you AUTOEXEC.BAT:
  18.  
  19. set OMEGALIB=C:\GAMES\OMEGA\OMEGALIB\
  20.  
  21. would allow you to play omega from anywhere in your file system
  22. (assuming that C:\GAMES\OMEGA is in your path, of course...)
  23.  
  24. The text file MANPAGE contains the UNIX-style manual page for Omega, which
  25. is pretty much right for this MSDOS version, too.  The text file OMEGA.AD
  26. contains the original advertisement for Omega.
  27.  
  28. So as to have reasonably sized save files, I have lifted the standard
  29. UNIX compress program.  I include the following from the comment at
  30. the beginning of the code for compress:
  31.  
  32.  * This code is derived from software contributed to Berkeley by
  33.  * James A. Woods, derived from original work by Spencer Thomas
  34.  * and Joseph Orost.
  35.  *
  36.  * Redistribution and use in source and binary forms are permitted
  37.  * provided that: (1) source distributions retain this entire copyright
  38.  * notice and comment, and (2) distributions including binaries display
  39.  * the following acknowledgement:  ``This product includes software
  40.  * developed by the University of California, Berkeley and its contributors''
  41.