Jump to content

Home

Need help making tunnel, and flying ships like in nar shadda


DividedByZero

Recommended Posts

Ok, I'm trying to make a tunnel at the end of a street. Player will not be able to go into the tunnel, I just want a mostly dark place to make it seem as if the street keeps going and doesn't dead end for no reason. I made an end cap and spun it around until it looked like a tunnel. I've applied the texture I wanted to the inside of the tunnel. Now the problem is that the other side of the tunnel appears clear, and i can't apply a texture to it. I assume there's a way to add a solid object that fills the curved spaces so it doesn't look all weird. How do I shape a brush to fit the curve?

 

I would like to duplicate the affect of the nar shadda map where the various ships fly from the tunnels and then fly through the map and disapear in another tunnel. I don't know how you get a model to fly (I know how to make it solid inside w/ clip textured brushes). Do I use a func_train? If so, how?

Link to comment
Share on other sites

I don't know anything about models, but as to the circular tunnel...

What you could do(you said the player couldn't go in right?), is just make a regular square brush and put it into position.

Should work, if not, don't shoot me ok?

 

 

 

 

:no wampa smily:mad:make one jk2.net!: Roar!

Link to comment
Share on other sites

Stopping the players from entering the tunnel isn't the problem. The problem is this:

 

Visualize two tunnels, right next to each other. They're like cylinders, submerged into the ground (end caps actually).

____ ____

/ \ / \

__/ \/ \___

 

Like that, only the tunnels are circular. I need a shape that fits on top of the tunnels, (including that "V" shape). So that it's not hollow looking. Remember, it's curved!

Link to comment
Share on other sites

In NS Streets I always get shoved off by that damn Space ship that keeps comin through the same hole then I fall to my bloody death.. But I remember leading a foe there and pushed him into it a nice kick to the face.. ahh memorys..

Link to comment
Share on other sites

this i got from xcom ( he's good ), and from the jk2 faq's

 

How do I make a func_train work?

First, make the brush that is gonna be your train(a platform, elevator, etc.). And then make another small brush placed in the middle of the train and texture it with the origin texture found in textures>system . Then while both brushes are selected make them a func_train. Place a path_corner entity at the center of the elevator just as you did the origin brush, that's where it will start. then continue placing however many path_corner entity's that you need for each stop of the elevator.

 

Now, while nothing is selected, select the func_train and then the first path_corner entity and press cntrl+k to target the train to it. Then deselect everything and now selct the path_corner 1 and then path_corner 2 and press cntrl+k to connect the path_corner's. Repeat for all your path corner's. Set wait values for the path_corner's so it will stop for an x amount of time at each one and set the desired speed as well.

 

And that's it, you're done. Just be sure to link the last path_corner back to the first one or else if i'm not mistaken it will just stop at the last one and never move again, at least not untill you load the map again.

Submission by Manquesa

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...