Ns_vargus

191012141517

Comments

  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    To fix the floating skulk problem, simply lower the main clipbrush, then use clipbrush wedges to raise and lower a skulk over the next portion so they don't get stuck. This will simulate a skulk "stepping over" them, which makes sense
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    edited November 2006
    I think for now I'm gonna wait and see exactly how it looks in-game. I know players hate getting stuck, especially on walls as a skulk, so I'm trying to make this map more "friendly" towards the player. We'll see in beta testing, if this thing ever makes it that far.

    Cheers,
    ~ DarkATi

    EDIT: Double Post...
  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    Dark, could you give me a quick simple explanation of how exactly clipnodes work? I know they are something players will walk over, are invisible, but what else is their effect on the compile?

    Also, if anyone has a quick Tut for hint brushes (The ones I've found have been unhelpful <img src="style_emoticons/<#EMO_DIR#>/sad-fix.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad-fix.gif" />)
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited November 2006
    Is it ok if I give a little example? <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />

    Simple explaination:
    Clipnodes are nothing more a defination in the engine where the player cannot go. They are invisible shells arround solid objects so you can't walk trough the walls of a map into the void.

    The only bad effect on the compile would be if you don't use a simplified clipbrush arround complex brushes. In this case hlbsp will add many clipnodes which aren't needed. A clipbrush is nothing more then a normal brush textured in the CLIP texture. CLIP textures are invisible ingame but you can help the compile tools by telling them not to compile clipnodes for anything you have inside the clipbrush. But instead use the simplyfied clipbrush as the clipping hull. It's also a good idea to clipbrush areas you can't get to like inaccessable scenery outside the playable area of the map

    You can put these for example arround the pipes like DarkATi did in his example shots.
  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    But the clip brushes have to touch the surrounding geometry to completely seal it off, like fixing a leak on the map, right?
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited November 2006
    A leak should always be fixed by normal brushes. I think it's not possible to seal it with a clipbrush (it's only used for clipping hulls generation during bsp?). But if it can seal leaks it still won't be rendered -->you will still have a hole in your map trough which you can see into the void.


    Anyway DarkATI, clipbrush every weird shapes on walls and ceilings you can man. player and hlbsp will thank you for it <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    Map is 75% done as posted in the first post? GET TO WORK! <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />
  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    Not what I meant <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />

    I mean, for a clipbrush to prevent any other clipnodes being added to a complex geometry beneath it, it must FULLY cover the geometry, ect

    ]]]
    *)|
    * |
    *)|
    * |
    *)|
    ]]]

    Where the brackets are the edge of the wall, the astrics and parenthases are the geometry, and the |'s are the clip brush. It must be wall to wall, correct?
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited November 2006
    I'm not good with ascii but here goes

    Let's say this tsa logo is a complex brush and the symbols are the clipbrush (in this case a simple box shape)
    _____
    | <img src="style_emoticons/<#EMO_DIR#>/tsa.gif" style="vertical-align:middle" emoid="::tsa::" border="0" alt="tsa.gif" /> |
    --------

    You cannot go inside a clipbrush and touch the tsa logo, instead everything inside the clipbrush will be discarded from the clip hulls. Significantly reducing the amount of clipnodes in the final bsp tree

    --------

    This is what I get from your ascii drawing? tsa logo again (green=normal wall, red=clipbrush)-->
    <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->_____<!--colorc--></span><!--/colorc-->
    <!--coloro:#33FF33--><span style="color:#33FF33"><!--/coloro-->|<!--colorc--></span><!--/colorc--> <img src="style_emoticons/<#EMO_DIR#>/tsa.gif" style="vertical-align:middle" emoid="::tsa::" border="0" alt="tsa.gif" /> <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->|<!--colorc--></span><!--/colorc-->
    <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->--------<!--colorc--></span><!--/colorc-->

    This will only improve player movement. But it's not the way to use the clipbrush, since it will still add the clip hulls behind the clipbrush. Which would be rather silly, because the player can't get there <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />


    Offtopicness over I hope... sry DarkAti for hijacking the thread like this <img src="style_emoticons/<#EMO_DIR#>/marine.gif" style="vertical-align:middle" emoid="::marine::" border="0" alt="marine.gif" />
  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    So, in order for it to work, you have to surround the object in clip brushes?
  • ThaldarinThaldarin Alonzi&#33; Join Date: 2003-07-15 Member: 18173Members, Constellation
    Yes. Basically instead of all those faces that the pipe has generating each clip node per face you have on big square clip node.
  • KittamaruKittamaru Join Date: 2006-09-18 Member: 58017Members
    what if said object is up against a wall?
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    <!--quoteo(post=1582506:date=Nov 30 2006, 08:24 PM:name=Kittamaru)--><div class='quotetop'>QUOTE(Kittamaru @ Nov 30 2006, 08:24 PM) [snapback]1582506[/snapback]</div><div class='quotemain'><!--quotec-->
    what if said object is up against a wall?
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Rephrase the question?

    I'm quite confused.

    Cheers,
    ~ DarkATi
  • ThaldarinThaldarin Alonzi&#33; Join Date: 2003-07-15 Member: 18173Members, Constellation
    <!--quoteo(post=1582506:date=Dec 1 2006, 12:24 AM:name=Kittamaru)--><div class='quotetop'>QUOTE(Kittamaru @ Dec 1 2006, 12:24 AM) [snapback]1582506[/snapback]</div><div class='quotemain'><!--quotec-->
    what if said object is up against a wall?
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Assuming you mean two solid objects touching then..... that 1 clip node which was just a flat wall can now become two (or more depending on amount of things/shape touching the wall) clip nodes.
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    Well, friends, it has been quite some time since I posted a new update / screenshot.

    I am compiling right now. If everything goes through I should have a new screenshot or two for you tonight. I won't have this done before Christmas, though, sorry. But, something to look forward to in 2007, eh?

    Wow, it has been sooo long since I first began this project. I can't wait for this to make beta.

    *Ns_Vargus_b1* ...

    *grins*

    Cheers & Happy Holidays,
    ~ DarkATi
  • CrashLemonCrashLemon Join Date: 2005-06-07 Member: 53344Members
    *Tip* After this map, start mapping for HL2 <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    <!--quoteo(post=1589627:date=Dec 17 2006, 05:59 PM:name=CrashLemon)--><div class='quotetop'>QUOTE(CrashLemon @ Dec 17 2006, 05:59 PM) [snapback]1589627[/snapback]</div><div class='quotemain'><!--quotec-->
    *Tip* After this map, start mapping for HL2 <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Oh I already map for HL2. I looove the new features in source. I only have two complaints:

    1. The dadgum texture applier tool won't let you add texture + attributes correctly to multiple surfaces / move around with the camera tool.

    2. Source is based around "props". Brushwork has taken a backseat, and you can't match the level of complexity or detail with solid brushwork, making brush props look "cheap".

    Ns_Vargus has been a looooong time project. I can't wait to finish her and move on to something in source, though.

    UPDATE: Still compiling... slow RAD.

    Cheers & Happy Holidays,
    ~ DarkATi
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    *taps foor on floor, while looking at his watch*
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    BuildVISLeafs running very slow at almost 40%...

    ~ DarkATi
  • MentarMentar Join Date: 2004-08-03 Member: 30321Members
    get a better computer <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />
  • CrashLemonCrashLemon Join Date: 2005-06-07 Member: 53344Members
    zZzZzZZzz... Almost done now?
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    Haha, ATi has a bad computer... but NO, actually I was busy at church these last few hours.

    Well, the new area looked like garbage, so I won't post it, but here's an overview.

    H = Hive
    MS = Marine Start
    N = Node (Outside of a Hive or the MS of course, I didn't label any of those.)

    <img src="http://img.photobucket.com/albums/v650/DarkATi/overviewnew7.png" border="0" alt="IPB Image" />

    Cheers & Happy Holidays,
    ~ DarkATi
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited December 2006
    Am I seeing things or do two of your hives (left and bottom) only have 1 main exit?

    <!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*scratches behind ear*<!--colorc--></span><!--/colorc-->

    [edit]
    Oh and fix this garbage area and get back to compiling you nubcaek! I wannah walk arround in the map and "oh and ah<!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*<!--colorc--></span><!--/colorc-->" at all your pretties in there!!! <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    <!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*warning some drooling might be involved<!--colorc--></span><!--/colorc-->
  • ThaldarinThaldarin Alonzi&#33; Join Date: 2003-07-15 Member: 18173Members, Constellation
    <!--quoteo(post=1589737:date=Dec 18 2006, 03:58 AM:name=Kouji_San)--><div class='quotetop'>QUOTE(Kouji_San @ Dec 18 2006, 03:58 AM) [snapback]1589737[/snapback]</div><div class='quotemain'><!--quotec-->
    Am I seeing things or do two of your hives (left and bottom) only have 1 main exit?

    <!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*scratches behind ear*<!--colorc--></span><!--/colorc-->

    [edit]
    Oh and fix this garbage area and get back to compiling you nubcaek! I wannah walk arround in the map and "oh and ah<!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*<!--colorc--></span><!--/colorc-->" at all your pretties in there!!! <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    <!--coloro:#666666--><span style="color:#666666"><!--/coloro-->*warning some drooling might be involved<!--colorc--></span><!--/colorc-->
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Yeah but with the map being a WIP there is obvious planned routes for the 2nd exits to the hives
  • CrashLemonCrashLemon Join Date: 2005-06-07 Member: 53344Members
    edited December 2006
    Lol, dosen't seem like the same map <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />

    <!--quoteo(post=1250810:date=Sep 22 2004, 03:52 AM:name=DarkATi)--><div class='quotetop'>QUOTE(DarkATi @ Sep 22 2004, 03:52 AM) [snapback]1250810[/snapback]</div><div class='quotemain'><!--quotec-->

    BEFORE ------------------------------------
    <img src="http://www.unknownworlds.com/forums/uploads//post-4-1095843796.jpg" border="0" alt="IPB Image" />

    AFTER ------------------------------------
    <img src="http://img.photobucket.com/albums/v650/DarkATi/overviewnew7.png" border="0" alt="IPB Image" />
    <!--QuoteEnd--></div><!--QuoteEEnd-->
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    Still no shots <img src="style_emoticons/<#EMO_DIR#>/confused-fix.gif" style="vertical-align:middle" emoid="???" border="0" alt="confused-fix.gif" />
  • StixNStonzStixNStonz Join Date: 2006-11-06 Member: 58439Members, Reinforced - Shadow
    lol you seriously cant figure out where that piece of map went?!

    ...rotate it clockwise by 90 degrees and look for the blue 'U'
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    <!--quoteo(post=1590812:date=Dec 21 2006, 04:02 AM:name=StixNStonz)--><div class='quotetop'>QUOTE(StixNStonz @ Dec 21 2006, 04:02 AM) [snapback]1590812[/snapback]</div><div class='quotemain'><!--quotec-->
    lol you seriously cant figure out where that piece of map went?!

    ...rotate it clockwise by 90 degrees and look for the blue 'U'
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    I don't think he was serious.

    Cheers & Happy Holidays,
    ~ DarkATi
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    Can we have screenshots for Xmas? <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
  • ThaldarinThaldarin Alonzi&#33; Join Date: 2003-07-15 Member: 18173Members, Constellation
    <!--quoteo(post=1590976:date=Dec 21 2006, 06:34 PM:name=Kouji_San)--><div class='quotetop'>QUOTE(Kouji_San @ Dec 21 2006, 06:34 PM) [snapback]1590976[/snapback]</div><div class='quotemain'><!--quotec-->
    Can we have screenshots for Xmas? <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    /poke DarkATi
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Looks like he is a bloody humbug. No presents for us it seemed.
  • DarkATiDarkATi Revelation 22:17 Join Date: 2003-06-20 Member: 17532Members, Reinforced - Shadow
    Hey guys, had me some surgery yesterday... still working on the map. (with one hand) I can't do much of anything with my left hand for 6 weeks.

    Just wanted to update.

    Cheers,
    ~ DarkATi
Sign In or Register to comment.