home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / node_bld / vnb1050.txt < prev    next >
Text File  |  1994-05-26  |  2KB  |  32 lines

  1.     Well, I've finally gotten around to finishing my node builder.
  2. I started it last March, but got interrupted during April and half of May.
  3. The program builds the NODES, SSECTORS, SEGS, and BLOCKMAP resources of a
  4. PWAD file, IWAD file, or VERDA patch file.  (VERDA is our level editor
  5. whose lastest version will be released one of these days.)  This release
  6. is version 1.050.  The program VNB.EXE, this text file VNB.TXT, and the
  7. four source files DMGLOBAL.I, VNB.C, NODES.C, and BLOCKMAP.C are included
  8. in the VNB.ZIP file.
  9.     The program is fairly quick and, except for a couple of instances
  10. produces, fewer NODES and SEGS than id Software's generator (which suprised
  11. me since I had expected id to have their generator highly optimized).  The
  12. program can process E2M7 from DOOM.WAD (the largest level) in about two
  13. minutes on my 486/33.  The BLOCKMAP generator is extremely fast and processes
  14. any level in under a second.  Executing the program with no command line
  15. arguments will display help regarding the command line, but essentially
  16. after processing an input file, the program can either rewrite the input
  17. file or write to a different output file.
  18.     I wrote the node generator from the description of the nodes given in
  19. Matt Fell's Unofficial DOOM Specs; the blockmap generator algorithm is my
  20. own idea.  I did most of the coding and debugging on a Sun, hence the code
  21. will compile and run on either a Sun or a PC.  I didn't handle the
  22. byte-swapping in the most elegant way, but I don't want to take the time to
  23. make it any cleaner.
  24.     Any comments, etc about VNB can be directed to rfenske@swri.edu or
  25. verda@swri.edu.
  26.  
  27.  
  28. Robert Fenske, Jr.   rfenske@swri.edu   Sw     | The Taming the C*sm*s series:
  29. Electromagnetics Division              /R---\  |
  30. Southwest Research Institute          | I    | | "The Martian canals were the
  31. San Antonio, Texas USA                 \----/  |  Martians' last ditch effort."
  32.