Please or Register to create posts and topics.

Things flying through tube?

Hi there.

I've got a tube in my map for visual reasons. And now I thought of having cubes flying through it to make it more interesting. I tried a little by myself but I ended up having nothing really useful. So how can you do that? And is it even possible to have the things in the tube for example rotating a little?

Thanks for every help.

https://developer.valvesoftware.com/wik ... rsity_Vent
It's a model with an animation.

Released Maps
[spoiler]WOM Test 1
Laser Cube Quest
Mho' Power - Community Spotlight!
Four Corners[/spoiler]

Try using a 'model of a cube' (i.e. a prop_dynamic_ovveride) parented to a func_train which follows a chain of path_tracks. Some settings will make the cube rotate such as face direction of motion and change velocity easein/easeout.

?????????????????????????????TWP Releases | My Workshop

Another possibility is to use several trigger_push to shift the cubes through the tube.

The Aperture Alpha
A map pack coming soon. - click for more information
Image

Thanks to everybody. I did it the way chickenmobile explained: a dynamic model following a func_tracktrain. I just couldn't figure out how to make it rotating, but it's fine so far.

andu wrote:
Thanks to everybody. I did it the way chickenmobile explained: a dynamic model following a func_tracktrain. I just couldn't figure out how to make it rotating, but it's fine so far.

Parent func_rotating to the tracktrain, and cube to the rotating

Something I started working on is a set of tubes which fit the cube animations. There are just so many animations it's a waste not to use them. It's not easy work to figure out the correct path, but at the end it'll be worth it - numerous vent instances to use. You can try doing it like this too.

ImageImageImage
Instance: Co-Op Tube Ride
spongylover123 wrote:
andu wrote:
Thanks to everybody. I did it the way chickenmobile explained: a dynamic model following a func_tracktrain. I just couldn't figure out how to make it rotating, but it's fine so far.

Parent func_rotating to the tracktrain, and cube to the rotating

Too complicated, just place path_tracks in different angle and change this in path_tracks propertires:
Orientation Type - Face this path_track's angles. And of course func_tracktrains:
Change Angles - Linear blend + speed to 700

The Corrupted - 1st place winner of the ThinkingWithPortals.com mapping contest 2012 !!
Pitkakorvaa wrote:
spongylover123 wrote:
andu wrote:
Thanks to everybody. I did it the way chickenmobile explained: a dynamic model following a func_tracktrain. I just couldn't figure out how to make it rotating, but it's fine so far.

Parent func_rotating to the tracktrain, and cube to the rotating

Too complicated, just place path_tracks in different angle and change this in path_tracks propertires:
Orientation Type - Face this path_track's angles. And of course func_tracktrains:
Change Angles - Linear blend + speed to 700

I must say that I think spongylover's solution sounds better since if you don't have the path_tracks so that they have a consistent distance from eachother the rotation might look odd, and you don't have to turn every single path_track in case you have very many of them. But your way might look more realistic, in corners and so on.

Correct me if I'm wrong, I have'nt ever used these myself.