home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate Mega Collection / DemonGateMegaCollection.bin / text / cleimset.txt < prev    next >
Text File  |  1994-08-20  |  2KB  |  57 lines

  1. This is the *.txt file for the cleimset program.
  2.  
  3. ======================
  4. CLEIMSET - WHAT IS IT?
  5. ======================
  6.  
  7. The automap level names ("E1M1: Hangar") and the end-episode text are
  8. kept in the doom.exe file, rather than the doom.wad file.  If you want
  9. to see the Cleimos level names when viewing the maps, rather than the
  10. "Shores of Hell" level names, you need to run the program called
  11. "cleimset".  This makes a copy of the doom.exe file, calls it cleimos.exe,
  12. and replaces the "Shores" strings with Cleimos strings.  It leaves
  13. doom.exe intact.
  14.  
  15. If you don't care to do this, it doesn't affect the play, but you'll get
  16. "Shores" text in the automap, as well as "Shores" end text.  Read the
  17. file "cl_end.txt" once you've finished playing, to see the
  18. end-episode text.
  19.  
  20. =============
  21. HOW TO USE IT
  22. =============
  23.  
  24. Cleimset was built using DJGPP (DJ's GCC port to DOS), and requires
  25. that GO32.exe is in the search path.  If you have GO32 already, you're
  26. set.  If not, a copy is included. 
  27.  
  28. For automap names and end-episode text, do the following:
  29.  
  30.     (Assume cleim10.zip has been unzipped into the directory \wads...)
  31.  
  32.     > cd \wads
  33.     > copy cleimset.exe \doom  /* assuming that's where doom.exe is */
  34.     > copy go32.exe \doom      /* if needed */
  35.     > cd \doom
  36.     > set GO32TMP=c:\
  37.     > cleimset                 /* doom.exe isn't changed */
  38.     > cleimos -file \wads\cleim10.wad     /* play time... */
  39.  
  40. ======
  41. SOURCE
  42. ======
  43.  
  44. Source is in the file cleimset.c.
  45.  
  46. =====
  47. NOTES
  48. =====
  49.  
  50. 1. This program is only to be used while playing Cleimos, and will only
  51.    work with the registered version of DOOM.
  52.  
  53. 2. DOOM is a registered trademark of id Software, Inc.
  54.  
  55. 3. If you have any problems with this program, please contact us at
  56.    phares@dg-rtp.dg.com.
  57.