Skip to content
  • Shouldn´t the Amphibian have Start Latches ?

    Caravan Professional
    1
    1 Votes
    1 Posts
    62 Views
    No one has replied
  • Rudder trim wheel

    Caravan Professional
    12
    0 Votes
    12 Posts
    391 Views
    J
    @Black-Square said in Rudder trim wheel: Sorry if I sound obstinate, but I've been down this road of checking the trim wheel directions for each aircraft I release, haha. Upon further investigation, I feel so silly for even bothering you with it. I was playing around with it a bit more today and was about to record a video because I was sure that even at a very low speed it was flip flopping on rotation direction when I thought to look at the side of the wheel. The four screws on the side of the trim wheel confirm everything you said, my sincerest apologies again for the hassle.
  • Loading the Caravan on the Water Damages the Engine

    Caravan Professional
    10
    0 Votes
    10 Posts
    349 Views
    J
    @Black-Square Nick, do you know what .flt file it would use for spawning on a random water location? Could you give me the code for a line in said file to have the inertial separator loaded in set to bypass instead of normal? I want to see if that has an effect. Of course, finding out which .flt file is in use might be half the answer, anyway.
  • KLN-90B breaks autopilot

    Caravan Professional
    12
    0 Votes
    12 Posts
    337 Views
    K
    Nothing is wrong with your install. I experience the same when using the KLN90B autopilot. The display shows nothing, even though the autopilot appears to function, although with no annunciations. As soon as I hot-swap the KLN90B to, for example, the GNS530 suite, all of a sudden, all annunciations come back.
  • G3X in bonanza

    Bonanza Professional
    40
    0 Votes
    40 Posts
    3k Views
    X
    Nick, please, a little update or beta test opportunity ,-)
  • Speed in Kmh instead of Knots?

    Robin DR400
    4
    0 Votes
    4 Posts
    2k Views
    A
    Agree, would be great to be able to have the speeds in km/h!
  • 0 Votes
    21 Posts
    548 Views
    Black SquareB
    @SteveKane Very interesting results!! I will eagerly await more testing! This could explain why I have never seen this, since I don't use any 3rd party hardware applications that might be polling the variables or causing whatever hiccup is related to this in MSFS 2024.
  • Engine Model Accuracy

    Caravan Professional
    36
    5 Votes
    36 Posts
    2k Views
    Black SquareB
    @asnamara Wonderful! I'm glad I could make the improvements you were looking for. I never promise that it's perfect, but with every piece of feedback, hopefully it gets a little better
  • Feedback on Instrument Panel Legibility & Contrast

    Caravan Professional
    7
    3 Votes
    7 Posts
    218 Views
    S
    Hey. Yeah, having the same issue. Can't read the labels in VR during daylight. And I am running a Meganex8K with a 4090, so there are a lot of pixels rendered, but this still isn't enough. Luckily there aren't that many switches, so I just memorized them. But I also have the problem with very bright sunlight making the gauges a bit dim. This seems to be a sim problem. Had that in other planes too. In MSFS 2020 you could mitigate that effect by turning on the gauge lighting, but in MSFS 2024 it doesn't work until it gets darker outside. Made a bug report about that ages ago, but didn't got enough votes to be looked at.
  • 0 Votes
    5 Posts
    104 Views
    P
    Yup, managed to get to 279 KTAS at FL 280. [image: 0a9dae00-779a-4877-ac7f-c8a7b84094a6.png]
  • Temperatur Gauge slightly off

    Caravan Professional
    7
    0 Votes
    7 Posts
    156 Views
    R
    thx for confirming. BTW I am currently in Honduras on my way to Belize
  • Can I reduce the rumbeling engin sounds?

    Caravan Professional
    20
    0 Votes
    20 Posts
    285 Views
    M
    The one on flightsim seems to have been taken down. A2a has one that came with the Aerostar but it doesn't seem to work any more either. I'm guessing Asobo broke it with SU4.
  • Night Vision

    Bonanza Professional
    1
    0 Votes
    1 Posts
    48 Views
    No one has replied
  • v1.1 Electrical Discrepancies/Questions

    Caravan Professional
    3
    0 Votes
    3 Posts
    100 Views
    J
    @Black-Square Sorry Nick, I had to crop the screenshots because 1440 is apparently too big for the forums to handle, and I thought I did a better job describing. And yes, I am in MSFS 2024, which I'm sure I missed saying in the OP. Yes, I have been starting with the propeller feathered, only for the last screenshot with the battery charging and positive instrument air had the propeller out of feather and in the high pitch position. Incidentally, I noticed with the propeller feathered that instrument air and fuel pressure reached nominal levels during startup, and then fell off again. I thought I had been keeping abreast of the propeller RPM issue, but apparently I missed how pervasive it is. Sorry about that. This is the same issue as the generator not being tied to the Ng, and therefore not putting out enough power at lower RPMs?
  • TQ6+ and the reverse detent

    Caravan Professional
    39
    0 Votes
    39 Posts
    2k Views
    J
    Hey guys, I don't know exactly how the throttle axis is configured on your TQ6s, but I had good results with my Velocity One quadrant using the MSFS 2024 sensitivity settings. I posted the results here if anyone would be interested in taking a look. This gives me the entire range of forward and reverse travel on one axis and roughly matches the virtual detents with the proper positions on my physical axis, though I don't have physical detents. If you guys have physical detents, this same method should, if I'm understanding it right, allow you to tweak it such that you can match the physical detents to the virtual ones, it might just require a different neutral and Sensitivity+/- settings.
  • Suggested Sensitivities for Throttle Axis

    Caravan Professional
    1
    0 Votes
    1 Posts
    72 Views
    No one has replied
  • State Saving Question

    146 Professional
    3
    0 Votes
    3 Posts
    77 Views
    B
    @Mark Appreciate it as always.
  • Can't create aircraft template

    Fly the Line
    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Lvar for Generator Switch not working

    Caravan Professional
    9
    0 Votes
    9 Posts
    367 Views
    A
    For Axis And Ohs I managed it, changing the Interior.xml a bit. At the component ELECTRICAL_Switch_Alternator_1 I added this code: <OVERRIDE_ANIM_CODE> (L:var_GeneratorSwitch, number) 1 == if{ 0 } (L:var_GeneratorSwitch, number) 0 == if{ 100 } (L:var_GeneratorSwitch, number) 2 == if{ 200 } </OVERRIDE_ANIM_CODE> Afterwards I used the "Layout Generator" from fs.to to recalculate the layout.json. Now I'm able to control the Switch using something like 1 (>L:var_GeneratorSwitch, number). @Black-Square It would be great if you could add this to one of the next updates. This was already missing in the 2020 version and drove me nuts.
  • 0 Votes
    3 Posts
    104 Views
    L
    Thank you very much for your advice - greatly appreciated.