home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 2 / TheCompleteDoomAccessoryPackVolumeII.iso / editors / bspwin / bsp11w.txt < prev    next >
Text File  |  1994-05-25  |  1KB  |  38 lines

  1. [1] INTRODUCTION
  2. ================
  3.  
  4. This is BSP version 1.1 for Windows, written by Colin Reed:
  5. <colin@argonaut.com>
  6.  
  7. Original algorithm for nodes builder by Raphaël Quinet:
  8. <quinet@montefiore.ulg.ac.be>
  9.  
  10. Ported to Windows and optimized by Alex Korobka:
  11. <hcc@ioh.free.net>
  12.  
  13. This builds a BSP node tree for your DOOM wad files.
  14.  
  15.  
  16. [2] USAGE
  17. =========
  18. Run it from Windows and then you'll be asked for input WAD. Upon completing
  19. you'll be asked for output filename.If you press 'Cancel' button in  'Save' 
  20. dialog box then 'tmp.wad' will be written.
  21. You can run it from DOS as well - but it will be restricted to 640K address
  22. space.
  23.  
  24.  
  25. [3] MISC
  26. ========
  27. This ZIP includes the fully commented source code for all you
  28. Doom editor/utility writers out there. 
  29.  
  30. You can compile it for DOS without changing anything in source code using 
  31. Borland C 3.1. Windows version is for those who wants to create really large
  32. WADs but doesn't have 387 compatible coprocessor (standard BSP 1.1 requires 
  33. it and BSP 1.1tc complains about memory even in QEMM's 635K when building 
  34. 190K+  WADs). Also it's faster than original one. But note that this version 
  35. needs at least 386SX. 
  36.  
  37.  
  38.