getting monsters to chase down stairs Created 19 years ago2004-07-12 12:09:47 UTC by RacerX RacerX

Created 19 years ago2004-07-12 12:09:47 UTC by RacerX RacerX

Posted 19 years ago2004-07-12 12:09:47 UTC Post #40672
i have info nodes set up and the monsters seem to chase everywhere but down stairs. is there a specific stair height that they will only go down, or some other way to get them to go down stairs?
Posted 19 years ago2004-07-12 12:32:29 UTC Post #40679
stairs are a toughie. as far as i know info_nodes will automatically go to a certian hieght off the ground no matter how high or low u place em. it may be something to do with the stair height, but i wouldve thought that if you could walk up n down em monsters could as well. what monsters are chasing u? that might be part of the problem, some monsters are smaller (i.e houndeyes) so may need littler stairs.
Posted 19 years ago2004-07-12 14:44:52 UTC Post #40706
grunt
Posted 19 years ago2004-07-12 16:00:33 UTC Post #40738
Usually you put one right at the top of the stairs, one in the middle and at the exact bottom. Apparently, but I am not entirely sure :
Posted 19 years ago2004-07-12 17:20:58 UTC Post #40758
i read somewhere that u have to put a node in EVERY step... cruel yes, but its the only way...

YES!!!!!!!!!!!!!! IM BACK!!!!!!!!!!11
Posted 19 years ago2004-07-12 17:56:46 UTC Post #40777
No, you just need one at the top, middle and bottom, like Jahzel said. Examine some of the Valve maps that use info_nodes and stairs and you'll see.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-07-12 19:23:33 UTC Post #40812
NOOO!
You need one on each step.
It might be enough to add nodes at the start/middle/end in a few cases, but one on each will certainly always work.
Posted 19 years ago2004-07-12 19:36:48 UTC Post #40822
THAT'S WHAT I SAID!!!
Posted 19 years ago2004-07-12 19:39:43 UTC Post #40825
I just wanted to enforce your reply.
There were so many different oppinions.
Posted 19 years ago2004-07-12 19:44:18 UTC Post #40831
You have to have one on each step? Ooooh, I was thinking of Ramps with one at the top, middle and bottom.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-07-12 22:57:58 UTC Post #40879
Limit your stair height to 14 units.
The experts say 1 node dead center of the top step and then 1 node dead center of the bottom step, but I have had better results with more.

Check the width of your steps, for grunts amke sure they are at least 96 wide.
Search the web for Steve 'Wedge" Bonds info_node placement guide. Actually it might be here in the entity guide??
Posted 19 years ago2004-07-13 14:52:14 UTC Post #41075
you could use the cheap method, though i don't recommend it, leave the stairs and put a block slanted to make a ramp on top of it, then make it an invisible texture. after that turn it into a func_wall and set the render mode to solid and fx to 255.

That of course is a LAST RESORT!!
Posted 19 years ago2004-07-13 15:21:23 UTC Post #41087
Umm, to save an entity, use the clip texture. That's what it's there for.

I used to have to do that in Red Faction for all my stairways, or the player would have to jump to get up the staircase.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-07-13 19:28:02 UTC Post #41123
man i've made the stairs 112 units wide, made a ramp out of clip texture over the stairs, and placed a grunt on the middle of the stairs and nothing works. even with the ramp and wide stairs, when i put the grunt over the stairs, when i play the game the grunt is stuck with the swirling yellow specs. :(
Posted 19 years ago2004-07-13 21:18:41 UTC Post #41147
Make sure he's a little high up off the ground. Gravity'll affect him when the game starts and he'll fall, which might stop the yellow particles.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-07-13 22:02:43 UTC Post #41154
yeah, i put him way above the 112 unit wide stairs/ramp and it still happened :( i don't get it.
Posted 19 years ago2004-07-14 04:16:58 UTC Post #41214
If the grunt still has whirling yellow globs around him then he is stuck in a brush.
Either that or none of your info_nodes can see each other?
What is the impulse code for that again?

Answer: Impulse 197 (SlayerA)
Posted 19 years ago2004-07-14 10:42:20 UTC Post #41308
The maximum distance between nodes so they build a path is 256 units.
Is suggest to use a black brush instead of a clip brush. Clip bruhes don't have a lightmap.
As far as I know clip brushes are even ignored by mosters. Use a func_monsterclip instead.
You must be logged in to post a response.