Please or Register to create posts and topics.

Pneumatic diversity vents, player gets stuck

Page 1 of 2Next

Hey there, I'm currently working on a map with diversity vents. First I made some instances to make the process go faster. but I've come across a problem. the player is getting stuck going around the same corner every time. Which doesn't make sense... because I'm using the same instance, but they still just stop. I'm thinking about instead whenever the player goes under the vent.. they get parented to an entity that will follow a track through the vents.
I was wondering if anyone else had come across this problem, and how you handled it. or if you tried making the player follow a track?



Also, I made a map just for you! Sunset
Click Here to view my Workshop and play my puzzlemaker maps

Valve made the player follow a camera
If I was doing this, I would make the player crouch the whole time

spongylover123 wrote:
Valve made the player follow a camera
If I was doing this, I would make the player crouch the whole time

I know in the dlc hub, the player is a camera parented to a track of sorts....
and the player still gets stuck in these instances even when crouching... they also dont need to crouch , the vents are big enough to fit the whole player standing up



Also, I made a map just for you! Sunset
Click Here to view my Workshop and play my puzzlemaker maps

it is hard, buggy, and laggy when you try to make a player turn in a tube. Unless they are falling down into one...

Maps(Newest to Oldest): Storming the Castle / The Amazing Race / Wreaked / Mental Breakdown / Lost In Transition / Split / Mind Lock
Mapping Since May 21, 2011

I just tested some diversity vents myself, a few days ago.
First I looked into Valves 'mp_coop_lobby_3', but did not like the camera part.

So I decided to create a simple room with 2 identical vents and try out the best solution.
I ended up with 'trigger_catapult' and 'info_target' and of course crouching players.
Works very well with 'trigger_catapult' speed at 400 units/second.

In my experience it does matter if players are crouching or not. (not only in corners!)

- For Each corner I used 4x 'trigger_catapult'
- In 2D view (looking from the side) I used every 3rd line of the corner.

Regards
PortalCombat

[back on TWP since 08. July 2017]
Steam: DrFauli

I used a point_viewcontrol, parented to a func_tractrain.
Player stept into a trigger under the vent:
The camera activates and the tractrain starts to move. People see themselfs going through the tubes, and after a certain amount of time I teleport the player, disable the camera and I'm done ;)

lpfreaky beat me to it, while I knocked up an example, but yeah, viewcontrol doesn't get you stuck anywhere and Im not having any problems with it sticking or performance....

Attached is an example vmf...

Just to note, there are some outputs on the last path_track entity, and they are important.

Rob.

My Portal2 Map: Trapped

My Travel Blog:
Image

If you want to make tubes where the player gets sucked in, use point_viewproxy or make it with clip brushes. The tube models themselves are not made for players.

Valve made a model with an animation for their camera in the tuberide map. This works best, but is not realizable for normal mappers. Just use tracktrains. At corners they will "jump" a bit around because they cant make round curves but it's the only way besides tubes with player clips.

Skotty wrote:
If you want to make tubes where the player gets sucked in, use point_viewproxy or make it with clip brushes. The tube models themselves are not made for players.

Valve made a model with an animation for their camera in the tuberide map. This works best, but is not realizable for normal mappers. Just use tracktrains. At corners they will "jump" a bit around because they cant make round curves but it's the only way besides tubes with player clips.

If anyone wants to know what the model is, it's a box with pink and black checkerboard.
And the point_viewproxy is a great way to immobilize the player.

Robdon wrote:
lpfreaky beat me to it, while I knocked up an example, but yeah, viewcontrol doesn't get you stuck anywhere and Im not having any problems with it sticking or performance....

Attached is an example vmf...

Just to note, there are some outputs on the last path_track entity, and they are important.

Rob.

I like the way that that looks, and works except that it can only happen once. I'm using it in a map where the play can get sucked up by the vent and then is returned to the room, so I have to make it work multiple times.
and instead of a view control, could you just parent the player to the track train.... that way they still have their portal gun... and they wouldn't get stuck, because at the time they aren't able to move anyways



Also, I made a map just for you! Sunset
Click Here to view my Workshop and play my puzzlemaker maps
Page 1 of 2Next