Profile image

Text into speed display or fuel or etc?

9,540 Flu  1.7 years ago

How?i know its possible so

  • Log in to leave a comment
  • Profile image
    60 NGC543

    No problem @Danidude88

    12 days ago
  • Profile image

    That was over one and a half years ago... anyway, thanks for the help @NGC543

    13 days ago
  • Profile image
    60 NGC543

    @Danidude88 thats easy this will work: {SelectedWeapon}
    And this for selected weapon name and ammo: {ammo(SelectedWeapon)}

    14 days ago
  • Profile image

    Thank you peoples, but I can’t work out how to get SelectedWeaponName to work, but it is a Funky Trees input. Please help. Numbers work, but I can’t get letters to work.

    1.6 years ago
  • Profile image

    for it to not go into digits, just use ; and write 0's and optionnaly . (period) for custom decimalsafter it
    using my previous example but rounded to the nearest whole 3 numbers:
    {TAS*3.6;000}
    other example:
    {VerticalG;0.0} (displays rounded g force, e.g. 2.4, instead of lets say like 2.43125837)

    as for the fuel, it should just be {Fuel} but idk if it displays it in percentages or decimals (e.g. 93% or 0.93)
    @Flu

    +2 1.7 years ago
  • Profile image
    9,540 Flu

    @JeskoGoesVROOM and thanks

    +1 1.7 years ago
  • Profile image
    9,540 Flu

    @JeskoGoesVROOM for others i just write the parameter in the bracket? Like fuel or idk
    And can i make some how to make it start from 0 to 100, i mean without 120.00036748

    +1 1.7 years ago
  • Profile image

    you can use the {} brackets to display an aircraft parameter
    example:
    {TAS*3.6} will display your true airspeed in kilometers per hour, as all 3 of the input units (IAS, TAS, GS) measure in m/s, which can then be multiplied by a specific number (3.6 in the case of kmh) to get other units
    there are of course other parameters, not just speed, such as Altitude, VerticalG, AngleOfAttack, etc.

    +1 1.7 years ago