home *** CD-ROM | disk | FTP | other *** search
/ Phenomenon / Phenomenon.iso / quake / making / dos / qbspdos.txt < prev    next >
Encoding:
Text File  |  1996-07-28  |  1.4 KB  |  31 lines

  1. These are the id Software level building utils v29 for DOS.
  2.  
  3. They were ported to DOS using watcom C and the DOS4GW dos extender.
  4.  
  5. Unless you have a really great machine, you will need to set an environment
  6. variable so that dos4gw knows to make a swapfile to simulate memory. Here
  7. is an example that allows for a virtual memory size of 50 megs:
  8.  
  9. set DOS4GVM=minmem#512 maxmem#8192 virtualsize#50000 swapfile#qbsp.swp
  10.  
  11. This actually loads / swaps much faster than the cwsdpmi port that was
  12. done for the older version of the level building utils. But it could
  13. also be due to the revision of the actual code by John Carmack (the guy
  14. who can use his own last name and still have a cool IRC nick).
  15.  
  16. Anyway have fun, I havent had any problems running qbsp or the bsp files
  17. it produces. Light and Vis also work, but at first I was getting stack
  18. errors (with a stack size of 64k) so I upped it to 128k. Hopefully this
  19. will be enough? Let me know.
  20.  
  21. I have included the source (that I had to change / add to the id stuff,
  22. downloadable at ftp sites everywhere). If you are using Watcom, then it
  23. might be useful. Just copy over id's qbsp.c with the qbsp.c I put in
  24. source.zip, and put all the .lnk files and the makefile I have in source.zip
  25. into a directory with all the id source, and just type wmake.
  26.  
  27. If you dont have Watcom, then go ahead and delete source.zip.
  28.  
  29. Trey Harrison
  30. otaku@starbase.neosoft.com
  31.