Pnumatic Diversity Vents

Avatar
TripleG10
107 Posts
Posted May 28, 2011
Does anybody know of a good video tutorial on how to make one? Thanks in advance!
Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted May 29, 2011
Replied 9 hours later
I thought these were pretty straight forward. Just make the pipe model and put a trigger_push inside them.
Avatar
TripleG10
107 Posts
Posted May 29, 2011
Replied 5 hours later
Yeah I have that, but I want to suck through portals, have the smoke effect at the opening of the pipe, and suck players.
Avatar
taboo54
34 Posts
Posted May 29, 2011
Replied 1 hour later

http://wiki.p2mods.com/index.php?title= ... rsity_Vent

This works :thumbup:

Avatar
TripleG10
107 Posts
Posted May 29, 2011
Replied 25 minutes later
Thanks taboo54. This helped a lot. I still can't get it to work though, so anybody with a video will help too.
Avatar
KenJeKenny!?
238 Posts
Posted May 29, 2011
Replied 26 minutes later

TripleG10 wrote:
Thanks taboo54. This helped a lot. I still can't get it to work though, so anybody with a video will help too.

If you go to the options you have to flag clients & physics objects... also... u will only get sucked in when off the ground...so stand under the opening and jump....

Avatar
TripleG10
107 Posts
Posted May 29, 2011
Replied 3 minutes later
I have flagged them and jump under it and it doesn't work. However, if I stand on a box to boost myself higher into my pipe, I sometimes get sucked. Objects don't suck off of he ground either, and I'm still missing the smoke effct. Thanks for the tips, though!
Avatar
KenJeKenny!?
238 Posts
Posted May 29, 2011
Replied 8 minutes later

If you go to:

http://wiki.p2mods.com/index.php?title= ... rsity_Vent

There is a prefab .vmf file on the bottom you can download... compare it to your setup to see whats wrong....

Avatar
TripleG10
107 Posts
Posted May 29, 2011
Replied 5 minutes later
ok, thanks. But how do I download the prefab because when I click download I get a REALLY long list of words.
Avatar
KenJeKenny!?
238 Posts
Posted May 29, 2011
Replied 7 minutes later

TripleG10 wrote:
ok, thanks. But how do I download the prefab because when I click download I get a REALLY long list of words.

right-click it and choose save as...

Avatar
TripleG10
107 Posts
Posted May 29, 2011
Replied 55 minutes later
Thanks. Really sorry, but where do I save it to? I feel like a burden :sad:

EDIT
Forget it. I found where to save it. Thanks guys!
EDIT
I'm curently working on it, but a video would be helpful as it is still extremely complex.

Avatar
TripleG10
107 Posts
Posted May 30, 2011
Replied 1 day later
I tried looking at the differences, but I couldn't find any. Mine looks just like the one in the map. I still need help!
Avatar
ZeronFX
32 Posts
Posted May 30, 2011
Replied 38 minutes later
Did you remember to add the point_push on the floor where you can portal the suction, and to adjust the radius so it touches the tip of the pipe?
As for the dust flowing into the pipe, use an info_particle_system using the broken_tube_suck, and configure the rest as needed.
Avatar
iWork925
1,080 Posts
Posted May 30, 2011
Replied 1 minutes later
For the dust being sucked up into the vent, add an info_particle_system and set the particle name to broken_tube_[suck/blow] (which ever you want.) and place it near the base of your vent.
Avatar
TripleG10
107 Posts
Posted Jun 01, 2011
Replied 1 day later
I've just done the particle system, but the suction through portals is still not working. I mean, it works occasionaly, but sometimes it doesn't. I tried to suck by putting my other portal, (The one not under the vent.) next to some cubes. It worked, but when I moved my portal to the other side of the map, it didn't work. I moved it back, it worked. I moved it to the other side, it dosen't work. it seems like half the map works for it. I really have no idea what it going on. Oh and when it DOES suck through the portal, or when I just place it under the pipe, the cube just floats around, stuck in the point_push. The trigger_push is around the point_push, so this is weird.
Avatar
ZeronFX
32 Posts
Posted Jun 01, 2011
Replied 1 hour later
Mind posting the .vmf file?
Advertisement
Registered users don’t see ads! Register now!
Avatar
iWork925
1,080 Posts
Posted Jun 01, 2011
Replied 1 hour later
Under the base of the tube where the objects will fly in; place a point_push with an (X Y Z) of -90, 0, 0. Adjust the radius of so that the sphere will be just touching the top of the pipe, and set the magnitude to -40. This will automatically place a smoke effect on the second portal.