Profile image

Help with funky trees

3,419 ProjectVideoGame  3.7 years ago

I want a VTOL Engine to increase power with speed but, I want it to activate at altitude 2 meters and below

This is for a ship I am making

  • Log in to leave a comment
  • Profile image

    @ProjectVideoGame
    clamp01(Altitude<=2)GS[Any number]*[input]
    Apparently, "<" was replaced by &lt; when the display of characters was changed.

    3.7 years ago
  • Profile image

    @PlanariaLab Doesnt work ;-;
    What is the input for at the end?

    3.7 years ago
  • Profile image

    @PlanariaLab Your English absolutely perfect

    3.7 years ago
  • Profile image

    If you want to increase the thrust in proportion to the speed
    GS*[Any number]*[input]
    If you want to turn it on only at an altitude of 2 meters
    clamp01(Altitude&lt;=2)*[input]
    If you match the two above
    clamp01(Altitude&lt;=2)*GS*[Any number]*[input]
    Sorry if I made a mistake in the topic, I'm not good at English

    3.7 years ago
  • Profile image

    Lol i dont even know where i imput funky trees

    3.7 years ago