Func_illusion/clipbrush/skulk/bullets

kawakkawak Join Date: 2003-01-11 Member: 12160Members, Constellation
<div class="IPBDescription">a bit annoying for the gameplay</div> Hello!

At present there is a problem with the func_illusion/clipbrush/skulk/bullets.

With func_illusion/clipbrush:
The marines can fire through it <u>but</u> skulks cannot climb above (sometimes annoying for the skulk).

With a simple func_wall:
aliens can climb on it <u>but</u> the marines cannot fire trough it (sometimes strange, when for example an alien hides behind a railing...impossible for the marine to kill him).

Is the dev team going to add a new type of brush (or something else) to resolve this problem?

Comments

  • ParallaxParallax Join Date: 2002-11-08 Member: 7739Members, Constellation, Reinforced - Supporter
    So you want something seethough (supports transparency) that the skulks can climb and the marines can shoot though?

    Have you tried making a brush out of null textures? apparently you can walk on that. Imbed it in the func_illusionary railing, and you have a climbable, shootable thing, perhaps, I don't know.

    Or create real 3d railings.

    -Tom
  • CageyCagey Ex-Unknown Worlds Programmer Join Date: 2002-11-15 Member: 8829Members, Retired Developer, NS1 Playtester, Constellation
    edited October 2003
    <!--QuoteBegin--Parallax48+Oct 11 2003, 02:53 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Parallax48 @ Oct 11 2003, 02:53 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> So you want something seethough (supports transparency) that the skulks can climb and the marines can shoot though?

    Have you tried making a brush out of null textures? apparently you can walk on that. Imbed it in the func_illusionary railing, and you have a climbable, shootable thing, perhaps, I don't know.

    Or create real 3d railings.

    -Tom <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Skulks can climb on NULL brushes, but they also block bullets.

    EDIT: there is a way to do what you want, but it's a bug that might be fixed in a future build. Use a func_seethrough and set the player alpha to 254. Skulks can climb it and bullets pass through. If you want the commander to build on the structure, add clip brushes to the worldspawn in the shape of the func_seethrough. If you want to use rendermode solid, use NULL on the func_seethrough (with player alpha 254) and add a func_illusionary with the actual texturing you want to use.
  • ParallaxParallax Join Date: 2002-11-08 Member: 7739Members, Constellation, Reinforced - Supporter
    I knew you would have some clever workaround, cagey, but that is just brilliant! <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • watch_me_diewatch_me_die Join Date: 2002-11-10 Member: 8107Members
    The only problem with this solution is that the solid ends up being kind of squishy <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    i.e. you can walk into it a little bit but the server will keep forcing you out


    NS seems to have problems with client prediction and all entities- you can feel this in-game when walking across func_wall gratings, movement tends to lag behind.
Sign In or Register to comment.