Skip to content

Steam Gauge Overhaul

440 Topics 2.2k Posts
  • Manually set engine condition.

    2
    0 Votes
    2 Posts
    200 Views
    Black SquareB
    Sorry that you're one of the unlucky ones with the state saving. My beta testers for the Dukes report that my new method for state saving is much more consistent for them. I'll port this backwards to my older aircraft in their next updates for the important things like engine condition. In the meantime, yes there is a very easy way to check and set engine condition! It's contained in the L:Var "L:var_engineDamage" from 0-100. For my multiengine aircraft, just add "_L" or "_R" for the left or right engines. Let me know if you need any more help with that!
  • Bonanza Compass Light

    3
    0 Votes
    3 Posts
    200 Views
    R
    I thought I remember there being something somewhere, that was it! I couldn't find it because I normally turn off my yoke.
  • Failures

    2
    0 Votes
    2 Posts
    153 Views
    Black SquareB
    From the manual: "To access the “FAILURES” menu, rotate the mode knob on the weather radar to “LOG”. On the screen shown, you will be presented with a segmented bar graph indicating the current global failure rate as a multiplier of real-time. [...] Random failures can be completely disabled by pressing the indicated decrease key until the global failure rate indicates “NO FAILURES”."
  • Black Square Flight Plan

    2
    0 Votes
    2 Posts
    203 Views
    OrlaamO
    Are you using the default GNS 530? That GPS, enhanced by Working Title, should automatically generate the plan into the unit.
  • Circuit Breaker Caravan

    3
    0 Votes
    3 Posts
    227 Views
    B
    Thanks for the tip. All is well.
  • LVAR:BKSQ_BONANZA_FUELFLOW_1 not working

    8
    0 Votes
    8 Posts
    450 Views
    M
    @Black-Square Thanks for the tips. I will check them out. Thank you so much for another way of seeing these variables. As it turns out it is SPAD v9.15.54 that is not seeing the variable change. Thanks again m
  • Baron Autopilot Not Working

    20
    0 Votes
    20 Posts
    2k Views
    Black SquareB
    Great! Glad to hear it! That file should be overwritten when you download Sim Update 15, but if you have any issues after that, just delete the file altogether. This will force the launcher to download a new version.
  • King Air: Small model change request (glareshield autopilot panel)

    1
    0 Votes
    1 Posts
    115 Views
    No one has replied
  • Baron cabin temperature control

    2
    0 Votes
    2 Posts
    360 Views
    Black SquareB
    I've learned more about the temperature control system in specifically the Baron, and I need to improve it with an update. As it is, you shouldn't need to turn the heater on and off, though. The cabin heat pull-knob on the bottom left of the panel is used to control the admittance of heated air into the cabin. Here's the relevant section of the manual: The cabin is heated via a combustion heater in the aircraft’s nose, and funneled to the cabin via the “CABIN HEAT” pull knob under the pilot’s subpanel. The combustion heater is ignited with the “HTR” switch, and will consume fuel from the left main tank only at a rate of about one-half gallon per hour. The exchanged air can be very hot, so operators should take caution when applying the cabin heat to reduce pilot workload during critical phases of flight, and also to limit the possibility of a cabin fire. The rate of heating is controlled via the cabin vents and heater blower, as with equalization and air conditioning. Do not confuse "rate of heating/cooling" (rate of change) with the target temperature. Turn on the combustion heater to enable heating, and then pull the cabin heat pull-handle until the cabin is at your desired temperature. If it's too hot, push the knob back in.
  • Condition of cockpit layout at startup (Baron & Bonanza)

    2
    0 Votes
    2 Posts
    157 Views
    Black SquareB
    The easiest solution is to look at the L:Vars "L:var_radio1Mode", and "L:var_radio2Mode"; however the meaning of those variables can change across my aircraft. I would recommend using the variables for each specific GPS (as I've been doing more myself, as my aircraft become more complicated). Those are... WT GNS 530: L:XMLVAR_GPS_DISABLED_AS530_1 L:XMLVAR_GPS_DISABLED_AS530_2 WT GNS 430: L:XMLVAR_GPS_DISABLED_AS430_1 L:XMLVAR_GPS_DISABLED_AS430_2 (does not exist in any of my aircraft yet) TDS GTNxi 750: TDSGTNXI_Inactive750U1 TDSGTNXI_Inactive750U2 (does not exist in any of my aircraft yet) TDS GTNxi 650: TDSGTNXI_Inactive650U1 TDSGTNXI_Inactive650U2 (does not exist in any of my aircraft yet) PMS50 GTN 750: L:XMLVAR_GPS_DISABLED_GTN750_1 L:XMLVAR_GPS_DISABLED_GTN750_2 (does not exist in any of my aircraft yet) PMS50 GTN 650: L:XMLVAR_GPS_DISABLED_GTN650_1 L:XMLVAR_GPS_DISABLED_GTN650_2 (does not exist in any of my aircraft yet) KLN90B: L:KLN90B_Disabled
  • Release on Xbox?

    2
    0 Votes
    2 Posts
    145 Views
    T
    Oh and the Bonanza Overhaul addon or the Bonanza and Baron Bundle.
  • AP climbs through limiter

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • King Air Autopilot IAS hold

    7
    0 Votes
    7 Posts
    567 Views
    R
    @kityatyi, the MSFS/FSX/P3D version will be adequate to get you started. There is a 14 day free trial so you can try it out before spending the money for a license.
  • Garmin GMA 340 Audio Panel but no GPS

    2
    0 Votes
    2 Posts
    191 Views
    Black SquareB
    There is no built-in method to do this, but I can offer you an easy solution to implement in the code yourself. First, you must locate the appropriate behaviors XML file for the aircraft you're interested in, such as "AnalogBaron.XML". Search for for "Gma340Location" and "Kma24Location" within the file. If you want the GMA340 to always be visible, and never show the KMA24, then replace the two blocks of code you found above with the following: <Component ID="Gma340Location" Node="Gma340Location"> <UseTemplate Name="ASOBO_GT_Visibility_Code"> <VISIBILITY_CODE> 1 </VISIBILITY_CODE> </UseTemplate> </Component> <Component ID="Kma24Location" Node="Kma24Location"> <UseTemplate Name="ASOBO_GT_Visibility_Code"> <VISIBILITY_CODE> 0 </VISIBILITY_CODE> </UseTemplate> </Component>
  • Bonanza KAS 297B Altitude Selector Show VS simvar

    3
    0 Votes
    3 Posts
    194 Views
    R
    That worked like a charm, thanks!
  • Hmm... RNAV and NAV navigation Bonanza

    19
    0 Votes
    19 Posts
    1k Views
    GunStraussG
    Oh, my bad, thought it was an error that had stayed over from my mapping effort. Probably decimals I sat while reading that tutorial, and forgot about it, as I never mapped that function to the Radio Control Panel. Thanks for the insight.
  • TBM - 850

    2
    0 Votes
    2 Posts
    164 Views
    No one has replied
  • Bonanza True Airspeed (TAS) Calculator Knobs

    bonanza tas true airspeed lvar
    6
    0 Votes
    6 Posts
    562 Views
    GunStraussG
    Works perfectly in both the Baron and Bonanza. Did not touch the code I posted above.
  • cant start bonanza

    21
    0 Votes
    21 Posts
    5k Views
    T
    I came to the conclusion I was advancing my throttle too fast. when I slowly advance it, the engine starts as it should
  • Black Square Caravan GNS530/430, Autopilot issue, GTN750 inquiries.

    12
    0 Votes
    12 Posts
    946 Views
    Black SquareB
    Did you make the change to the GNS530 javascript file that is described above? I did finally receive confirmation from Working Title that this will be fixed permanently in Sim Update 15. If you made that change, and you are still having difficulties, it's like the result of a GPS addon incompatibility or outdated file in your community folder. The good news is that JF tech support has not encountered any GPS or Autopilot issue in my aircraft that they have not been able to solve. The first step is usually just trying the aircraft with a completely clean community folder to rule out as many potential conflicts as possible. As for the Go-Around button, it's up to Working Title to implement this correctly, and I do not believe that have yet. I will add this to my list for them to consider in a reply today. Please let me know how this goes for you, because there is no reason that we cannot get you a perfectly functioning Baron and Bonanza to enjoy, asap.