A Very Weird Problem

SnakeUbSnakeUb Join Date: 2003-07-02 Member: 17871Members, Constellation
<div class="IPBDescription">looks like a leak ingame but not</div> i got a bit of wall (not huge) that looks like a leak ingame u get the hall o mirrors thingy but
- it isnt (hlvis works) (no leak report in compile) (i checked)
- r_speeds are ok there

does anyone know why this happens and how i can get round it

Comments

  • Sir_PepeSir_Pepe Join Date: 2002-12-15 Member: 10845Members
    This happens when vis (?) has problems to calculate this leaf which has probably to do with some weird brush oder unuseable face alignment... if you didn't use the NULL texture on that face, of course <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->

    Simply try to delete an rebuild the brush with the face causing the problem. Be sure to have all the vertices of this brush and other brushes nerarby exactly on the grid. This should help in most cases.
  • OlljOllj our themepark-stalking nightmare Fade Join Date: 2002-12-12 Member: 10696Members
    edited August 2003
    Ihis is a leaf_portal_saw_into_leaf or its just our of the view distance (or the null texture used on a solid brush).

    map / properties sets the max view distance. higher view distance = higher pings on servers.

    Leaf portal saw into leaf is a minor vis error caused by too complex level geometry.
    best solved with -full vis, geometry simplifications and hint brushes.
    The visible volume of your map gets split into "leafes" (volume filling brushes) that are connected to each other by portals.
    By using HINT brushes you determine were leafes are split, most times casusing more and smaller leafes and higher w_poly.
    the maps.log shows xyz coordinates of the fitst 4 leaf portal_saw_into_leaf - portal coordinates (minx, miny, minz, maxx, maxy, maxz) that have this error.
  • SnakeUbSnakeUb Join Date: 2003-07-02 Member: 17871Members, Constellation
    thnx 4 ur help most appreciated
Sign In or Register to comment.