Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Starting from saved flight has some invalid switch states #447

Closed
UncleClapton opened this issue Sep 6, 2020 · 4 comments
Closed
Labels
Bug Something isn't working Bug-Vanilla something that was implemented incorrectly in the vanilla unmodded game

Comments

@UncleClapton
Copy link
Contributor

Mod Version

master

Describe the bug

When loading from a saved flight, various button states are invalid.

  • Landing lights are on
  • Wing lights are on
  • Engine bleeds are off
  • No smoking is off
  • Flight Director is off

To Reproduce

  1. start a flight
  2. save it mid flight
  3. reload the game and load the saved flight
  4. start flying and notice invalid states

Expected behavior

Landing lights to be off, Wing lights are off, engine bleed is on, flight director is on, and no-smoking is on.

Actual behavior

Landing lights is on, Wing lights are on, both engine bleeds are off, flight director is if, and no-smoking is off.

References


Additional context

@UncleClapton UncleClapton added the Bug Something isn't working label Sep 6, 2020
@UncleClapton UncleClapton changed the title [BUG] Starting from saved flight has some invalid states [BUG] Starting from saved flight has some invalid switch states Sep 6, 2020
@Venorcis
Copy link
Contributor

Venorcis commented Sep 7, 2020

IIRC the plane's Perf is also in Takeoff mode when loading a save file (being in Cruise before).

@lousybyte lousybyte added the Bug-Vanilla something that was implemented incorrectly in the vanilla unmodded game label Sep 28, 2020
@lousybyte
Copy link
Contributor

The flight plan is also erased when you load a save.

@2hwk
Copy link
Member

2hwk commented Jan 1, 2021

As of 0.5.1 the state of the light switches should be correct, however the flight plan is erased so this issue is still to be addressed

Note that flight plan also does not save on the vanilla A320.

@davidwalschots
Copy link
Member

Closing this as the main issue is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Bug-Vanilla something that was implemented incorrectly in the vanilla unmodded game
Projects
None yet
Development

No branches or pull requests

5 participants