Dev WNP78 Comments

  • Beta 1.9.202 5.3 years ago

    I apologise for the lack of code blocks.

    +1
  • Almost 100% Accurate Rate of Climb Indicator (Vario) 5.3 years ago

    @jamesPLANESii It shouldn't be that long, at least for beta.

    +2
  • Brake doesn't work with funky trees??? 5.3 years ago

    AG7 is off therefore Activate7 = -1. So Activate7 + Brake = 0

    +4
  • Almost 100% Accurate Rate of Climb Indicator (Vario) 5.3 years ago

    What are you doing with pi? Trig functions are in degrees. Also, this will be a lot easier soon.

    +1
  • Funky Trees! 5.3 years ago

    @jamesPLANESii presumably you're talking about an inverse sine. Also known as an arc-sine. Have another look near the trig functions.

  • Do British people fly on the left side of the sky? 5.3 years ago

    For a serious answer, UK airmanship specifies that if following a road, railway, coast or other long landmark for navigation, you should keep to the right. But it's a very uncommon scenario because our roads are not very straight and we don't have much of a reason to follow them with GPS around. It stems from nautical laws, in which the right is also adhered to in the UK - it's international. It's essentially inferred from one of the simplest air rules - if there is risk of a head on collision, both aircraft should turn right.

    +1
  • Bug: Indicated Airspeed is 2x more sensitive to altitude than it should be 5.3 years ago

    So really your guess at (IAS + TAS) / 2 should have been TAS * sqrt(IAS / TAS) or to simplify, sqrt(IAS * TAS). It just happened to be you were at an altitude of around 30k ft.

    +2
  • Bug: Indicated Airspeed is 2x more sensitive to altitude than it should be 5.3 years ago

    It seems as though the square root of the density ratio is a better scalar for the speeds of the aircraft, despite the lift and drag forces just being multiplied by the density ratio itself. This doesn't make much sense but the aim was to match the IAS to how the craft behaved in game, not what it'd be in real life, so I've switched it over to the root of density.

    +2
  • DesignerSuite 5.4 years ago

    @Brendorkus yes, by BogdanX

  • What if you could download mods on Apple devices? 5.4 years ago

    @RAAF no, because as I said 2.1 years ago, Apple wouldn't allow the game onto the appstore if we did that, and there'd be no game for you.

    +1
  • Advanced Targeting 5.4 years ago

    @NAGO it was discontinued for technical reasons, because google play store policy requires a 64-bit version and the Mono backend isn't supported on 64-bit, hence neither are mods. We'd keep it on if we could, but we can't.

  • RateOfChange funky trees attribute 5.4 years ago

    Don't waste your uservoice votes, I added this about a month ago and it'll be in the next small update.

  • Basic math and the corona virus 5.4 years ago

    I know this is kind of off topic but to add:
    Not all infections are going to be reported by a long way, but those severe enough to kill are far more likely to be. Basically, a death is more likely to be recorded than an infection. So the actual percentage is probably lower - but it could change as cases get older, and things could definitely get worse.

    +3
  • Hi, I'm "new" here 5.4 years ago

    @asteroidbook345 you will only have gotten it banned if you used it to break the rules (for example, upvote your own posts...)

  • Funky Trees! 5.4 years ago

    @DPSAircraft it's the time in seconds since the start of the level.

    +2
  • Funky Trees! 5.4 years ago

    @SnoWFLakE0s no plans for variables to be added, though I can see how useful it'd be... There shouldn't be any limits as such though, is that giving any errors in the console?

  • Post Bug. 5.4 years ago

    It shows up there for me, I presume you deleted the post because you realised it was?

  • Funky Trees! 5.4 years ago

    @Zanedavid yes, I did write the parser/compiler myself.

  • Advanced Targeting 5.4 years ago

    @Anthonyjr mod support was discontinued on android as per v1.9

    +3
  • Craft Generator Script 5.4 years ago

    @Looney no problem, if you managed that I'd love to see it!

  • Funky Trees! 5.4 years ago

    @EngineerOtaku currently it's not supported on control surfaces, sorry

    +1
  • Funky Trees! 5.4 years ago

    @SnoWFLakE0s yes, but just horizontal. It's like the horizontal equivalent of AngleOfAttack. Relative to airflow, not ground.

  • The integration of the dev console on mobile was half-assed to put it straight. 5.4 years ago

    @jamesPLANESii I already tagged you explaining exactly why it was that way. It's a tool for debugging and developing, it's not designed for users. If you called another user's stuff half-assed and dumb I'd be removing it for starting drama, but I'll leave it here for now.

    +9
  • Funky Trees! 5.4 years ago

    @robloxweponco something along those lines is on my personal list.

  • There’s something with the guns. 5.5 years ago

    @Shnippy for me, everything works as intended... What platform are you on?

  • There’s something with the guns. 5.5 years ago

    Do you have a craft that reliably creates this issue? I've tried what you described and can't get the issue to occur.

  • Funky Trees! 5.5 years ago

    @Thorne not at the moment, but planned.

    +2
  • Funky Trees! 5.5 years ago

    @FlipposMC Pretty sure it's the same units as AoA, ie -180 to 180

    +1
  • Colour Editor 5.5 years ago

    @Jerryzhere if you have 1.9 on iOS, there is a panel in the paint settings that does what this does, essentially this mod is now useless as the feature is in the game.

  • Refuel 5.5 years ago

    @arduino it appears the person who made it deleted their account so now it's deleted.

  • Mona Lisa 5.5 years ago

    @Jakeisboss well there's your answer

    +3
  • Mona Lisa 5.5 years ago

    @Jakeisboss I don't know, can you?

  • Metric Conversion 5.5 years ago

    @Flyer24 Thank you, you just reminded me this mod still exists, I pulled the downloads and put that note in the description.

    +2
  • Metric Conversion 5.5 years ago

    @Flyer24 This mod is obsolete in 1.9 - uninstall the mod, then go into the game settings from the main menu and set the "Unit System" field to metric.

    +4
  • Funky Trees! 5.5 years ago

    @MethaManAircraft lerp(a, b, t) is a linear interpolation. It gives the value between a and b at a proportion of t
    So if t was 0, the output would be a,
    if t was 1, the output would be b.
    Between these values, it scales linearly between a and b - for instance if t was 0.5, then the output value would be half way between a and b.

    +4
  • Funky Trees! 5.5 years ago

    @RamboJutter To do pitch and trim you do.. Pitch + (Trim / 8). This will make the trim travel an 8th of the pitch travel. Undercarriage doors, that's a bit more complex and I'm not sure it's doable in this version, but maybe with some upcoming features I have.

  • Is the Blueprints panel not on mobile? 5.5 years ago

    It's disabled on older iOS devices because apparently the image picker doesn't work on them. That wasn't me, I haven't sold my soul away to the apple ecosystem so Andrew does the iOS specific stuff.

    +5
  • Funky Trees! 5.5 years ago

    @Reuben201103 that looks like it'd be fine in itself, what are you using for x?

  • Funky Trees! 5.5 years ago

    @jamesPLANESii what attitude?

  • Simple_Land 5.5 years ago

    @klm747klm747 I wish you good luck finding that end... keep looking

    +6
  • Funky Trees! 5.5 years ago

    @Zanedavid they're standard hexadecimal colour codes, and nothing to do with this post.

  • Funky Trees! 5.5 years ago

    @jamesPLANESii and @Kakhikotchauri1 I've already said I'd like to make that in the future.

  • Funky Trees! 5.5 years ago

    @DerekSP funky trees currently only works on beacons and inputcontrollers, not control surfaces. Activate1 is -1 when AG1 is disabled, so Throttle - Activate1 = 0 - (-1) = 1

    +1
  • Funky Trees! 5.5 years ago

    @ChiyomiAnzai Andrew removed it on older iOS devices and versions as the image picker is unavailable on these

  • Funky Trees! 5.5 years ago

    @SnoWFLakE0s it uses C# single precision floating point numbers. See here

  • Comparison (>, <, ==) In 1.9 Funky Trees [Flight System Showcase] 5.5 years ago

    I knew this would happen xD

    +9
  • Funky Trees! 5.5 years ago

    @ChisP they're right there at the bottom of the list.

  • Funky Trees! 5.5 years ago

    @ChisP are you talking about inverse trig functions, asin, acos, and atan?

  • Ight so I need some help with the "Trees" 5.5 years ago

    the clamp function will help here. clamp(PitchAngle/90, -4, 20) would limit the angle between -4 and 20.

    +1
  • Funky Trees! 5.5 years ago

    @Leehopard you mean the rate of change in x, like a derivative? I'd like to as well as a sum/integration, but it's of course more complex than other functions. It would have to be integrated into the compiler, but I did make the compiler so it's possible...

    +3