Profile image

How do I speed limit engines?

665 Jerba  4.0 years ago

I want a plane to go a get up to and stay at a certain speed so I can do a cool stunt, what is the xml input?

  • Log in to leave a comment
  • Profile image

    @spefyjerbf *Throttle... it took me a while to figure out the 'r' was missing :D

    6 months ago
  • Profile image
    82 invaled

    Activate1 = 1 ? inverselerp (0, 10000, PID ([targetSpeed], IAS*3.6, 10000, 0.1, 1000)) : Throttle
    substitute, [targetSpeed] for the speed you want. For more info, search PID
    This should help. If you need help, let me know

    +2 2.5 years ago
  • Profile image
    1,586 Whatseatoya

    @spefyjerbf the code isn't working...

    2.7 years ago
  • Profile image

    OverLord

    3.9 years ago
  • Profile image

    What version are you using? If you’re on 1.9, everyone should have them. @Jerba

    4.0 years ago
  • Profile image
    665 Jerba

    Okay I don’t have that on but I will. Also the imgur won’t load but I will try later to see if it does@jamesPLANESii @spefyjerbf

    +1 4.0 years ago
  • Profile image

    @Jerba Go to the main menu, click the mods thing, and click "overload" and enable it. Fine tuner and overload are in-game now.

    4.0 years ago
  • Profile image
    161k spefyjerbf

    The code would go in here. The attribute is the input attribute, under inputcontroller.

    4.0 years ago
  • Profile image
    665 Jerba

    What would the name be and also do I put it in engine or input controller?@spefyjerbf

    +1 4.0 years ago
  • Profile image
    665 Jerba

    Okay@spefyjerbf

    4.0 years ago
  • Profile image
    161k spefyjerbf

    You can use funky trees on mobile. Just put the code in the "input" property.

    +1 4.0 years ago
  • Profile image
    665 Jerba

    Is there an xml property? I’m on mobile therefore no funky trees and very funky funky trees when it’s used in a part.@spefyjerbf Although thanks

    4.0 years ago
  • Profile image
    161k spefyjerbf

    Use the funky trees code, Thottle * clamp01(GS < [Desired Speed])
    .
    This uses your ground speed regardless of direction. I can edit the formula if you want:
    a) Forward speed to be considered, instead of speed regardless of direction
    b) Have this speed limit only occur when a certain activation group is on

    +6 4.0 years ago
  • Profile image
    21.7k Brendorkus

    I don’t know if it’s possible. But if it is, it’s probably some mile long funky trees code.

    +3 4.0 years ago