[Solved] Aerial Faith Plate - moving while launched
This is my first post, finally I managed to register. I have a question regarding aerial faith plates that I hope someone will be able to help me with. My aerial faith plate is set up in my map, with a target. However, the player is able to move too much in the air, more than I want to. In fact, I'd like to set up the aerial faith plate so that the player won't be able to move (or move minial) when launch in the air. Is it possible?
Thanks in advance!
/Konke
So you can set a number (seconds) how long the player cant move in the air,
TheTobbell wrote:
Use Air Control SupressionTime,So you can set a number (seconds) how long the player cant move in the air,
Excellent, thank you! Now, to make it even more advanced, is it possible to make the player move in the air but choose how much he/she can move? Sort of a controlled movement.
Konke wrote:
Excellent, thank you! Now, to make it even more advanced, is it possible to make the player move in the air but choose how much he/she can move? Sort of a controlled movement.
Hm,
For which thing do you need that?
You might also be able to use a player_speedmod to change how much the player moves, although it might also affect their gravity and accelleration.
TeamSpen210 wrote:
You could use a func_brush with the player clip texture on either side of the arc. Enable it when the player is catapulted and disable when they reach the destination.
Good idea, thanks!
TeamSpen210 wrote:
You could use the OnCatapulted output from the trigger_catapult and a logic_eventlistener with an event name of "player_landed" to detect when the player starts and stops flinging.
Is there a full list of these logic_eventlistener events? They're incredibly useful but seem to be undocumented.