home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / util / q2source.exe / readme.txt < prev   
Encoding:
Text File  |  1997-12-11  |  1.9 KB  |  44 lines

  1. Quake II 12/11/97 public code release
  2. -------------------------------------
  3.  
  4. This source code distribution is only for hard-core people that are going to
  5. spend a lot of time pouring over it.  This is NOT a how-to-make-levels-for-q2
  6. type dsitribution!
  7.  
  8. The files readme_7_1.txt and readme_9_17.txt are what little documentation I
  9. had for our code licensees.  They aren't completely up to date, but they
  10. are the only information I have to give you right now.
  11.  
  12. The instructions cannot be followed directly, because you aren't getting all
  13. the files that the full licensees do, but they are still good for giving a
  14. general overview.
  15.  
  16. I included a quick unpack program to allow you to extract the textures (or
  17. anything else you want) from the quake 2 .pak file.  This will be necessary
  18. for using our editor (but it would be a cool idea for other editors to read
  19. textures directly from the pak file!).  I wrote it in java, so you will
  20. need to install sun's java run time environment to use it:
  21.  
  22. http://java.sun.com/products/jdk/1.1/jre/index.html
  23.  
  24. Get used to it -- most of our utilities from here on out will probably be
  25. java based.
  26.  
  27. We will be releasing the updated game source code after the point release,
  28. and it will likely include many changes.  Don't say we didn't warn you.
  29.  
  30. I don't warrant that any of these tools will be usable by normal people.
  31. Our tools are designed for our systems -- high end OpenGL accelerators
  32. with lots of memory, and they probably aren't apropriate for most ameture
  33. work.  They should serve as good source material for people that want to
  34. create more down to earth tools, though.
  35.  
  36. A specific warning:  our editor seems to cause several 3dlabs drivers to
  37. blue screen NT at various times... Be careful.
  38.  
  39. As usual, please please please don't bombard me with questions about this.
  40.  
  41. Have fun, and I hope you can learn a thing or two from it.
  42.  
  43. John Carmack
  44.