Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Wind tunnel [Archive] - TF2Maps.net Forums

PDA

View Full Version : Wind tunnel


riggs
04-27-2008, 04:57 AM
Hi all,

I am having trouble creting a wind tunnel , as a test created a long brush with env_wind as a texture, then attached it to a trigger wind , but I really can't see anything happening when I got through it

any clues ?

thanks

Riggs

AWESOME-O
04-27-2008, 04:58 AM
mayby you can use trigger_push?

Youme
04-27-2008, 07:41 AM
trigger_push like lolz said will do the trick fine, give it a pushing force of about 500+ to push the player, if you want a trigger push to lift the player off the ground (like those skydive sim rooms with the fan blasting upwards) then you will need a point_clientcommand and a trigger_multiple brush around the area you want the player to be lifted from then give the trigger_multiple the following output:

OnStartTouching | <name of point_clientcommand> | command | +jump | 0:00 delay

timtim
05-01-2008, 01:33 PM
well i've worked with trigger_push pointing up as well however you need higher values. something like 1000-2000. However i'm not sure if the method above is better.