Brush Problems

SiliconSilicon Join Date: 2003-02-18 Member: 13683Members
<div class="IPBDescription">...a disappearing act..</div> I am having a lot of problems with parts of brushes disappearing in my map, I have no compile errors or errors being reported in hammer. Is it because my brushes are too complex? they don't seem to be too complex.

<a href='http://tmp.crypt.wack.us/brushhammer.jpg' target='_blank'>(hammer screenshot 1600x1200)</a>

<a href='http://tmp.crypt.wack.us/brushingame.jpg' target='_blank'>(in-game screenshot 1024x768)</a>

Comments

  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited March 2004
    allright I think you might have an invalid solid brush <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> Have you checked for errors in hammer (alt+p)?

    <b>hehe lol I read over that you dont have errors in hammer sorry man!!!</b>

    Try deleting the brush and rebuilding it that worked for me sometimes when I get this problem.
    A brush is alowed to have 32 faces (anyone may correct me if im wrong <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> ) so I dont think thats the problem
  • LePrauLePrau Join Date: 2004-03-07 Member: 27193Members
    It seems that you've rotated parts of your hallway. After doing this, some of the vertices aren't on the smallest possible grid (1x1) anymore. When compiling, the map gets exported as .map. Points not laying on the grid are moved to the nearest point on the grid, therefore you will get faces which are invalid and will cause trouble.

    Try to adjust the vertices manually after rotating an object, in most cases this will work fine (Use the vertextool and just let the vertices snap to the nearest point and make sure, the lines are parallel in the different views.
  • SiliconSilicon Join Date: 2003-02-18 Member: 13683Members
    thanks for the help/reply, hammer seems to do a lot of dumb things like this it seems.
Sign In or Register to comment.