From 65f354ee5fbd944d836a41e54efba854389059f4 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath <legoboyvdlp@gmail.com> Date: Tue, 28 Jun 2022 22:48:56 +0100 Subject: [PATCH 1/2] Increase rate of ND alt profile --- Models/Instruments/ND/canvas/style.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Instruments/ND/canvas/style.nas b/Models/Instruments/ND/canvas/style.nas index 8ab0593d..8aa11525 100644 --- a/Models/Instruments/ND/canvas/style.nas +++ b/Models/Instruments/ND/canvas/style.nas @@ -181,7 +181,7 @@ canvas.NDStyles["Airbus"] = { { name: "ALT-profile", isMapStructure: 1, - update_on: ["toggle_display_mode","toggle_range", {rate_hz: 0.5}], + update_on: ["toggle_display_mode","toggle_range", {rate_hz: 2}], predicate: func(nd, layer) { var visible = nd.in_mode("toggle_display_mode", ["MAP", "PLAN"]) and (nd.adirs_property.getValue() == 1 or (adirs_3.getValue() == 1 and att_switch.getValue() == nd.attitude_heading_setting)); layer.group.setVisible( visible ); From 879398aac0e060bf4abfd31d2261cb46e386efec Mon Sep 17 00:00:00 2001 From: Jonathan Redpath <legoboyvdlp@gmail.com> Date: Tue, 6 Sep 2022 10:40:05 +0100 Subject: [PATCH 2/2] Clarify Simbrief dialog --- AircraftConfig/simbrief.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/AircraftConfig/simbrief.xml b/AircraftConfig/simbrief.xml index 322311a8..1d7fc88d 100644 --- a/AircraftConfig/simbrief.xml +++ b/AircraftConfig/simbrief.xml @@ -43,7 +43,7 @@ </text> <text> <halign>left</halign> - <label>1. ACARS is only available if VHF3 is not in voice mode, and the appropriate electrical power is available.</label> + <label>1. ACARS is only available if your VHF3 radio is in data mode, and the radio is supplied with electrical power</label> </text> <text> <halign>left</halign> @@ -51,18 +51,26 @@ </text> <text> <halign>left</halign> - <label>3. GIGO... there is no sanity check on inputs!</label> + <label>3. If your FlightGear has installed Navigraph procedure files, it is reccomended not to include a SID or STAR in your</label> </text> <text> <halign>left</halign> - <label>4. Please enter your username in the following text field (not case sensitive)</label> + <label>SimBrief flightplan, as you will probably not be able to select a different procedure afterwards if you need to. </label> + </text> + <text> + <halign>left</halign> + <label>If you don't have procedures installed, then it's fine to leave them in. </label> + </text> + <text> + <halign>left</halign> + <label>4. Please enter your username (alias for Navigraph accounts) in the following text field (not case sensitive)</label> </text> <group> <layout>hbox</layout> <input> <width>200</width> <height>25</height> - <label>Username</label> + <label>Username / Alias</label> <property>/FMGC/simbrief-username</property> <binding> <command>dialog-apply</command>