Slow fall

Discussion in 'Plugin Development' started by PotatoLol12321, Nov 29, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    PotatoLol12321

    Anyone know how I would slow a players fall speed?
     
  2. Offline

    Funergy

    PotatoLol12321 I think thats not possible.
    You can try teleporting them but that will look horribly on the client
     
  3. Offline

    indyetoile

    PotatoLol12321
    I read a similiar question before, and they managed to do it with Vectors.
     
    ChipDev likes this.
  4. Offline

    coasterman10

    You can do this by repeatedly scaling their velocity vector so they do not accelerate as much, but you should know that it will appear very choppy to the client, especially with high latency, and you should use it as a last resort. If for whatever you are working on there is an alternative to adjusting their fall speed, I would suggest it.
     
  5. Offline

    MisterErwin

    But you could also let the player ride an (invisible) chicken.
    And for small adjustments: Adjust the velocity of the chicken.
     
  6. or you could send blockchange packets of vines
     
  7. Offline

    ChipDev

    I think negative velocity slows you down, maybe divide your correct velocity in half while falling.
     
Thread Status:
Not open for further replies.

Share This Page