more state-saving items
-
Hello,
After my first hours on the Baron I have noticed a few switches that I'd really love state saving for.
Generally, I'd love a full state saving like some other developers offer, although I understand you are not doing that currently.
The things I'd like to see saved are the following:
-Audio Panel Settings
-QNH Setting
-Decision Height
-Circuit BreakersThere's no "correct" position for those and therefore Iove to see them saved.
It's just nice seeing the last QNH you had on the last flight. Also it's pretty annoying to have to select the audio every time you load the aircraft - You'd just leave that on.
But the thing that really annoys me the most is - the DH
I only fly VFR and therefore I'd never select 200 - I'd have either 400, 500 or 1000 - and I'd really love not having to set that every single time.I can very well live with a selective state saving, as most of the switches are going to be in the same position anyway (if you follow your procedures) - but those few have to be changed every single flight, that's why I find them a bit annoying.
Kind regards,
Jannik -
I wanted to add a few state-saving items to Starship for the same reason. In the end, I implemented a StreamDeck button that fires an Axes & Ohs macro. The macro hits the LVars to set things to how I鈥檇 leave the plane - com2 audio on, tuned to 121.5 (guard), and a couple others.
In Starship, I located the state saving & restoration code, but my attempts to add more items wasn鈥檛 successful. Hence the AAO macro.
-
I wanted to add a few state-saving items to Starship for the same reason. In the end, I implemented a StreamDeck button that fires an Axes & Ohs macro. The macro hits the LVars to set things to how I鈥檇 leave the plane - com2 audio on, tuned to 121.5 (guard), and a couple others.
In Starship, I located the state saving & restoration code, but my attempts to add more items wasn鈥檛 successful. Hence the AAO macro.
@MarkS I don鈥檛 have any tools like that unfortunately.
-
I wanted to add a few state-saving items to Starship for the same reason. In the end, I implemented a StreamDeck button that fires an Axes & Ohs macro. The macro hits the LVars to set things to how I鈥檇 leave the plane - com2 audio on, tuned to 121.5 (guard), and a couple others.
In Starship, I located the state saving & restoration code, but my attempts to add more items wasn鈥檛 successful. Hence the AAO macro.
Could you share a copy of your A & O Macro? I'd like to rig something up for the Baron that would leave it cold and dark (all switches off) at startup.
-
Could you share a copy of your A & O Macro? I'd like to rig something up for the Baron that would leave it cold and dark (all switches off) at startup.
@Aaron-Anderson said in more state-saving items:
Could you share a copy of your A & O Macro? I'd like to rig something up for the Baron that would leave it cold and dark (all switches off) at startup.
My AAO macro is very specific to Starship, and only for those things I was unable to set or persist via edited aircraft files in a mod, which is my preferrred method. That said, here's the script:
0路(>A:FUEL路TANK路RIGHT路AUX路LEVEL,路percent) 0路(>A:FUEL路TANK路LEFT路AUX路LEVEL,路percent) 1路(>L:var_StrobeLight_Low,路bool) 1路(>L:var_StrobeLight_High,路bool) 1路(>L:var_AvionicsAlternateBlowerSwitch,路bool)路 1路(A:COM路RECEIVE路EX1:2,路bool) 121500000路(>K:COM2_RADIO_SET_HZ) 1路(>L:var_833kzTuning_1,路bool) 1路(>L:var_833kzTuning_2,路bool) -
Hello,
After my first hours on the Baron I have noticed a few switches that I'd really love state saving for.
Generally, I'd love a full state saving like some other developers offer, although I understand you are not doing that currently.
The things I'd like to see saved are the following:
-Audio Panel Settings
-QNH Setting
-Decision Height
-Circuit BreakersThere's no "correct" position for those and therefore Iove to see them saved.
It's just nice seeing the last QNH you had on the last flight. Also it's pretty annoying to have to select the audio every time you load the aircraft - You'd just leave that on.
But the thing that really annoys me the most is - the DH
I only fly VFR and therefore I'd never select 200 - I'd have either 400, 500 or 1000 - and I'd really love not having to set that every single time.I can very well live with a selective state saving, as most of the switches are going to be in the same position anyway (if you follow your procedures) - but those few have to be changed every single flight, that's why I find them a bit annoying.
Kind regards,
Jannik@Jannik-Stein said in more state-saving items:
Hello,
After my first hours on the Baron I have noticed a few switches that I'd really love state saving for.
Generally, I'd love a full state saving like some other developers offer, although I understand you are not doing that currently.
The things I'd like to see saved are the following:
-Audio Panel Settings
-QNH Setting
-Decision Height
-Circuit BreakersThere's no "correct" position for those and therefore Iove to see them saved.
It's just nice seeing the last QNH you had on the last flight. Also it's pretty annoying to have to select the audio every time you load the aircraft - You'd just leave that on.
But the thing that really annoys me the most is - the DH
I only fly VFR and therefore I'd never select 200 - I'd have either 400, 500 or 1000 - and I'd really love not having to set that every single time.I can very well live with a selective state saving, as most of the switches are going to be in the same position anyway (if you follow your procedures) - but those few have to be changed every single flight, that's why I find them a bit annoying.
Kind regards,
JannikHello. Unless I am mistaken, the latest update does not resolve this issue? I am using the latest update and my cockpit is not persistent.
-
@Jannik-Stein said in more state-saving items:
Hello,
After my first hours on the Baron I have noticed a few switches that I'd really love state saving for.
Generally, I'd love a full state saving like some other developers offer, although I understand you are not doing that currently.
The things I'd like to see saved are the following:
-Audio Panel Settings
-QNH Setting
-Decision Height
-Circuit BreakersThere's no "correct" position for those and therefore Iove to see them saved.
It's just nice seeing the last QNH you had on the last flight. Also it's pretty annoying to have to select the audio every time you load the aircraft - You'd just leave that on.
But the thing that really annoys me the most is - the DH
I only fly VFR and therefore I'd never select 200 - I'd have either 400, 500 or 1000 - and I'd really love not having to set that every single time.I can very well live with a selective state saving, as most of the switches are going to be in the same position anyway (if you follow your procedures) - but those few have to be changed every single flight, that's why I find them a bit annoying.
Kind regards,
JannikHello. Unless I am mistaken, the latest update does not resolve this issue? I am using the latest update and my cockpit is not persistent.
@Tony73 Hi, this is not an issue but an suggestion. There was no answer from Nick yet wether something will change.