energy ball launcher-set direction?
Quote from cornontheCoD on March 18, 2008, 7:09 pmive looked through the tutorial on how to set the direction i want the energy ball to launch in, but i cant find a keyvalue "angle" or "direction". how do i do this?
when I launch the ball, it just bounces in random directions.edit: also, how do i get rid of the actual ball after it hits the catcher?
ive looked through the tutorial on how to set the direction i want the energy ball to launch in, but i cant find a keyvalue "angle" or "direction". how do i do this?
when I launch the ball, it just bounces in random directions.
edit: also, how do i get rid of the actual ball after it hits the catcher?
Quote from sssummer on March 18, 2008, 7:24 pmFor the first part.. no clue
As for the second question, to get rid of the ball, on the outputs of your catcher, have it disable your launcher.
For the first part.. no clue
As for the second question, to get rid of the ball, on the outputs of your catcher, have it disable your launcher.
Quote from cornontheCoD on March 18, 2008, 7:28 pmi did that, but it just has the ball keep bouncing around
i did that, but it just has the ball keep bouncing around
Quote from Aldéz on March 19, 2008, 5:49 amYou can change the angle in the point_energy_ball_launcher entity. The keyvalue is Pitch Yaw Roll (Y Z X).
In the trigger_once/trigger_multiple in the catcher, add this output:
OnStartTouch > !activator > Kill
You can change the angle in the point_energy_ball_launcher entity. The keyvalue is Pitch Yaw Roll (Y Z X).
In the trigger_once/trigger_multiple in the catcher, add this output:
OnStartTouch > !activator > Kill