home *** CD-ROM | disk | FTP | other *** search
/ Deathday Collection / dday.bin / edit / doombsp / readme.txt < prev    next >
Text File  |  1994-04-05  |  2KB  |  46 lines

  1. The source code for the binary space partitioner we used for DOOM is now
  2. available at ftp.uwp.edu: /incoming/id/doombsp.zip.
  3.  
  4. The catch is that the source has a few objective-c constructs in it, so
  5. it will take some work to port to dos.  The only thing that will be a
  6. hassle is replacing the collection objects, the majority is just
  7. straight C.
  8.  
  9. This code was written and extended, not evolved, so it probably isn't
  10. the cleanest thing in the world.  Please, PLEASE, PLEASE do not ask
  11. for support on this.  I have far too much occupying my time as it is.
  12.  
  13. Our map editor does not work on wad files.  It saves an ascii text
  14. representation of the file, then launches doombsp to process that into
  15. a wad file. I have included the input and output for E1M1, so you can
  16. verify any porting work you perform.
  17.  
  18. Having two programs allowed us to seperate the tasks well under
  19. NEXTSTEP, but people working on dos editors will probably want to
  20. integrate a version of the bsp code directly into the editor.
  21.  
  22. If you are creating new DOOM maps for other people to use, we would
  23. apreciate it if the wadfiles you create use a PWAD identifier at the
  24. start of the file instead of the normal IWAD.  This causes DOOM to tell
  25. the user that they are playing a modified version, and no technical
  26. support will be given.
  27.  
  28. If you are creating a map editor for distribution to other people,
  29. contact Jay WIlbur (jayw@idsoftware.com) about getting a license
  30. agreement for the use of our trademark, etc.  Its not a money issue,
  31. just some legal jazz.
  32.  
  33. BTW, there IS a bug in here that can cause up to a four pixel wide
  34. column to be drawn out of order, causing a more distant floor and
  35. ceiling plane to stream farther forward than it should.  You can
  36. sometimes see this on E1M1 looking towards the imp up on the ledge
  37. at the entrance to the zig zag room.  A few pixel wide column of
  38. slime streams down to the right of the walkway.  It takes a bit of
  39. fidgeting with the mouse to find the spot.  If someone out there
  40. tracks it down, let me know...
  41.  
  42. Have fun!
  43.  
  44. John Carmack
  45. Id Software
  46.