home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / node_bld / bsp4os2.txt < prev    next >
Text File  |  1994-06-25  |  2KB  |  49 lines

  1. I ported this to OS/2 because for some wierd reason, I'm not able to get
  2. any node builder that uses EMU387 working on my 386.  The nodes build,
  3. but the levels come out scrambled.  Since EMU387 was the common factor
  4. with BSP11X, BSP12X, IDBSP10 and DEU521GCC, I thought porting it to OS/2
  5. would take care of the problem.  It did.
  6.  
  7. If anyone else out there uses this, let me know of any bugs you run into.
  8. It was a VERY easy port.  Guess that speaks wonders for Colin.  I had to
  9. comment out 2 includes, one macro, define M_PI and change the inline
  10. declaration.  It was compiled with CSet++ and does seem to run slightly
  11. slower.  But I didn't time it or care to track the problem down anymore
  12. (and it could all be in my imagination.)  But if it seems too slow to use 
  13. and you really want to use it, let me know and I'll see if there's anything
  14. more I can do for the speed.
  15.  
  16. Mark Harrison
  17. harrison@lclark.edu
  18.  
  19. ============================================================================
  20.  
  21. This is BSP version 1.2 dos extended, written by Colin Reed:
  22. colin@argonaut.com
  23.  
  24. New version due to bug found by Mark Harrison that caused some
  25. problems with flipped segs having their textures buggered up.
  26.  
  27. The GO32 dos extender has been pre-pended to the executable.
  28.  
  29. This builds a BSP node tree for your DOOM wad files.
  30.  
  31. Usage:
  32.  
  33. BSP <input file> [<output file>]
  34.  
  35. If no output file is specified 'tmp.wad' is written.
  36.  
  37. -----------------------------------------------------------
  38.  
  39. This ZIP includes the fullly commented source code for all you
  40. Doom editor/utility writers out there.
  41.  
  42. -----------------------------------------------------------
  43.  
  44. A known problem is a conflict between the GO32 dos extender
  45. and QEMM's DPMI... put 'set GO32=nodpmi' in your autoexec.bat
  46. to avoid problems.
  47.  
  48.  
  49.