home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 46 / PCGAMER46.bin / Quake / Editors / Stonless / stoneless.faq < prev    next >
Text File  |  1997-05-18  |  7KB  |  175 lines

  1. --------------------------------------------------------------------------
  2.  
  3. ==========================================================================
  4.  
  5.                              The Stoneless FAQ
  6.                               for version 1.00
  7.  
  8. Some answers to questions commonly asked of me. Scan though if you've
  9. got a question.
  10.  
  11.                 Questions:
  12.                 ==========
  13.  
  14. 1. What is Stoneless?
  15. 2. How much does Stoneless cost?
  16. 3. Stoneless reports that map has leaks, but no .pts file is generated!
  17. 4. Nothing shows up in the 3d view!
  18. 5. Entities aren't showing up in the 3d view!
  19. 6. Some key or shift-some key doesn't work in my part of the world.
  20. 7. I can't get Stoneless to work with Windows NT!
  21. 8. I'm getting this error when I run qbsp:
  22.         ************ ERROR ************
  23.         CheckFace: point off plane
  24.    And the map isn't being successfully compiled.
  25. 9. The 3d camera keeps rocking uncontrollably
  26. 10. I'm getting this error when I run qbsp:
  27.     faces==MAX_FACES
  28.    What should I do??
  29.  
  30.                 Answers:
  31.                 ========
  32.  
  33. 1. What is Stoneless?
  34.  
  35.     Stoneless is a powerful Quake map builder. It allows everyone
  36. to create levels for the registered version of Quake, just like
  37. the ones included with the game.
  38.  
  39. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  40.  
  41. 2. How much does Stoneless cost?
  42.  
  43.     Absolutely nothing. That's why it's called freeware. You'll need to
  44. buy Quake, though.
  45.  
  46. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  47.  
  48. 3. Stoneless reports that map has leaks, but no .pts file is generated!
  49.     
  50.     This is probably because you've forgotten to add an 
  51. info_player_start entity to the map. Every map needs one.
  52.     If this isn't the problem... Well qbsp has been known to make
  53. mistakes - try a different compile. QBSP256 by Tom Grandgent (Woofer) is 
  54. usually very good, abet slow. Get it from Walnut Creek (ftp.cdrom.com).
  55.     Make sure there are no entities outside the map. It can be tempting
  56. to place trigger_counters and other entities you can't see outside - but
  57. will cause leaks.
  58.     If all else fails, create a big cube surrounding the whole level.
  59. It'll probably run very slowly, but at least you can vis it.
  60.  
  61. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  62.  
  63. 4. Nothing shows up in the 3d view!
  64.  
  65.     In version 0.92 there is a new feature, adjustable back clipping
  66. planes. This is extremely powerful (see the docs), as it cuts out
  67. everything a certain distance away from the camera. Got to options and set
  68. Back clip plane to 5000 or so, and move closer to the object you want to
  69. see. Once you've got used to the idea, you might want to set it to 800 or
  70. so.
  71.  
  72. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  73.  
  74. 5. Entities aren't showing up in the 3d view!
  75.  
  76.     Another new feature in version 0.92 is the ability to turn off
  77. point entities (see the docs for a definition). Go to tools/Render point 
  78. entities to turn them on and off.
  79.  
  80. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  81.  
  82. 6. Some key or shift-some key doesn't work in my part of the world.
  83.  
  84.     There are many different key combinations to change the grid and 
  85. zoom in Stoneless.
  86.  
  87. Grid:
  88.     '[' and ']',
  89.     ',' and '.',
  90.     'a' and 'z'
  91.  
  92. Zoom:
  93.     '+' and '-',
  94.     's' and 'x'
  95.  
  96.     Choose which ever works best. If none of these work... Well, then
  97. we're in trouble. You had better write to me and suggest what will.
  98.  
  99. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  100.  
  101. 7. I can't get Stoneless to work with Windows NT!
  102.     
  103.     There are a few special instructions for installing on Windows NT.
  104. Firstly, unless you have the service pack that supports DirectX3 and
  105. Direct3D, the OpenGL-only version will work better under Windows NT.
  106. Download it from the Stoneless Site.
  107.     Secondly, there are two .dlls in the Stoneless directory only for
  108. Windows95. These are opengl32.dll and glu32.dll. Delete them both.
  109.  
  110. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  111.  
  112. 8. I'm getting this error when I run qbsp:
  113.         ************ ERROR ************
  114.         CheckFace: point off plane
  115.    And the map isn't being successfully compiled.
  116.  
  117.     This means that one of the faces is made up of 4 or more points, 
  118. and at least one of those points is not co-planear with the others. That 
  119. should all be lying on an infinitely flat plane, but for some reason, 
  120. qbsp has generated a point that is not (actually to protect from floating
  121. point errors, the plane does have a thickness, but that's not important).
  122.     This error won't be reported by Tools/Check Map because Stoneless
  123. doesn't save the points you see on the map, only the planes. Qbsp is
  124. generating the invalid point, probably because of a bad brush.
  125.         Some versions of qbsp are more strict than others in this area. It
  126. might be worthwhile trying a few different qbsp's to try and find one with
  127. a larger "ON_EPSILON" value. The error will still be there, but qbsp will
  128. ignore it. If the error's very pronounced, one or two polygons may appear
  129. distorted from some angles in Quake.
  130.         Your last option is to move brushes a few at a time into an
  131. invisible layer, and compile the level with "Save only visible." When the
  132. errors disappear, you'll know that you've just moved the culprit (or 
  133. culprits) into the invisible layer.
  134.     If possible, delete this brush and make it again, try to or put a
  135. pillar infront of the hole to cover it up.
  136.  
  137. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  138.  
  139. 9. The 3d camera keeps rocking uncontrollably
  140.  
  141.     This is probably due to a joystick connected to your system. When
  142. joystick support is on, moving the joystick will move the 3d camera, even
  143. if it is not the focused windows. Some joysticks may rock slightly, even
  144. if you are not touching it, so go to File/Options and the 3d options tab.
  145. Disable the joystick or move the speed dragbar closer to unresponsive.
  146.  
  147. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  148.  
  149. 10. I'm getting this error when I run qbsp:
  150.     faces==MAX_FACES
  151.    What should I do??
  152.  
  153.     To less memory usage and help performance, most qbsps have a maximum
  154. number of faces per brush. So does Stoneless - currently, it can't handle
  155. brushes with more than 32 faces. The standard qbsp compile (and the one the
  156. comes with Stoneless) only support 16 faces. You can either get a new qbsp,
  157. one that supports 32 faces. This will run slower and take more memory. Or you
  158. can use the Check Map tool in Stoneless (in strict mode) to find all the brushes
  159. if more than 16 faces and delete them.
  160.  
  161. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  162.  
  163. If your questions aren't answered here, don't hesitate to write to me at
  164. jewsbury@netspace.net.au, and I'll attempt to answer them.
  165.  
  166. David Jewsbury (aka Gooz), author of Stoneless
  167. jewsbury@netspace.net.au
  168.  
  169.                         ==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
  170.                                                               Stoneless
  171.                   http://netspace.net.au/~jewsbury/stoneless/index.html
  172.  
  173. ==========================================================================
  174.  
  175. --------------------------------------------------------------------------