home *** CD-ROM | disk | FTP | other *** search
/ Qu-ake / Qu-ake.iso / qu_ke / read / 383.txt < prev    next >
Encoding:
Text File  |  1996-09-26  |  1.7 KB  |  32 lines

  1. If you are viewing this using Notepad you may want to click on Edit|Word Wrap.
  2.  
  3. This software has been optimized for Pentium, WIN32S systems. I should work with Win95 and WinNT.
  4.  
  5. This version of QBSP, written by code god John Carmack, has been modified to help with duplicate plane and point off plane errors. In this modification, QBSP returns the plane data in which it had a problem with.
  6. Example:
  7.  
  8. WARNING: brush with duplicate plane
  9. Plane data:
  10. Point #0: 993, -817, 274
  11. Point #1: 971, -817, 292
  12. Point #2: 976, -817, 296
  13.  
  14. POP ERROR: plane data: 648 -803 -96
  15. POP ERROR: plane data: 648 -820 -96
  16. POP ERROR: plane data: 551 -820 16
  17. POP ERROR: plane data: 551 -803 16
  18. ************ ERROR ************
  19. CheckFace: point off plane
  20.  
  21. You should be able to find the plane information in your .map file.
  22.  
  23. If you are used to going to the DOS prompt to compile your bsp, I would strongly suggest using a shell to capture the output. I use PFE (Programmer's File Editor). With PFE I can execute a dos command (eg. qbsp -verbose mymap) and capture the the entire output. Watching the 'WARNING: brush with duplicate plane' errors flying by the screen doesn't make me feel very good when I use a DOS box. I like to know where they are coming from. I think you can find it at www.pfe.com. I don't remember exactly. Just do a search for PFE.
  24.  
  25. I will be updating this for other errors as I come across them.
  26.  
  27. Comments/Suggestions:
  28. Eric Stevens (AXEME)
  29. sbun19@mail.idt.net
  30.  
  31. NOTICE: I AM, IN NO WAY, WORKING FOR OR WITH id Software ON THIS OR ANYTHING ELSE. I AM NOT RESPONSIBLE FOR WHAT THIS MODIFICATION MIGHT DO TO YOUR HARDWARE OR SOFTWARE. THIS SOFTWARE WILL NOT BE SUPPORTED BY MYSELF OR id Software.
  32.