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

More realistic starting positions for AIRCOND knobs #3128

Open
aviationenthusiast opened this issue Jan 21, 2021 · 12 comments
Open

More realistic starting positions for AIRCOND knobs #3128

aviationenthusiast opened this issue Jan 21, 2021 · 12 comments
Labels
Good First Issue Good for newcomers Needs System Implementation This cannot be done until an unmodeled system is implemented Request New feature or request

Comments

@aviationenthusiast
Copy link

Is your feature request related to a problem? Please describe.

All three of the air conditioning knobs are always in the same starting position C&D (now 12 o'clock). That doesn't account for the small variations that happen from situation to another, and from pilot to pilot.

Describe the feature you'd like to see implemented

1- Instead of a fixed starting position for all three knobs, we could implement a range of positions, one of which gets selected when loading the plane. Either randomly, or based on distance from the equator/seasons or both, according to what IRL pilots find works best.

2- The 3 knobs shouldn't have the same exact starting value either, as if they were last turned by a robotic hand. So maybe a smaller range among the 3 knobs in the same flight as well.

References

According to @ImenesFBW in PR #3118 "Pilots have been giving feedback about how they rarely touch the air conditioning knobs and usually find them in the 10-12 o'clock position in a cold&dark cockpit."

Additional context

3- If pilots reported that there is a 10% chance the knobs could be outside the 10-12 range for example, it would be nice to account for that as well.

@aviationenthusiast aviationenthusiast added the Request New feature or request label Jan 21, 2021
@Benjozork
Copy link
Member

Benjozork commented Jan 21, 2021

note: this is not easily possible using a simple aircraft state file.

@derl30n derl30n added the Needs System Implementation This cannot be done until an unmodeled system is implemented label Jan 21, 2021
@ErikNL80
Copy link

Why not putting in a fixed variation between 10 and 12 o'clock? This way it looks more random... Personally I think dev time can be spent better than programming a random position for an airco knob.

@aviationenthusiast
Copy link
Author

Why not putting in a fixed variation between 10 and 12 o'clock? This way it looks more random... Personally I think dev time can be spent better than programming a random position for an airco knob.

A fixed position every time you load up the aircraft isn't the most realistic.
I respect your opinion. But the point of the mod is to make the experience as realistic as possible. So if something is still doable, then why not point it out until someone feels like doing it you know.

@beheh
Copy link
Member

beheh commented Jan 27, 2021

Personally I think dev time can be spent better than programming a random position for an airco knob.

There are lots of developers on this project working on a lot of different things - for some of those you can't just throw more people at it. There's also people who have never contributed, but wouldn't mind to. A small detail like this is great to get someone newly involved in the project.

@Rameyuk
Copy link

Rameyuk commented Jan 28, 2021

I like the current position at 12 o'clock now. That's one less thing for me to turn the knob when I start the flight. Previously I had to keep turning it everytime to the 12 o'clock position. And since the mousewheel turn isn't exactly precise, I have to use 2x additional clicks to get the knobs in the right position.

At least with the current implementation of always at 12 gives it the most optimal aircon temperature. And that's one less thing for me to do for optimising my startup procedure to be as concise as possible.

@davidwalschots davidwalschots added the Good First Issue Good for newcomers label Jul 10, 2021
@davidwalschots
Copy link
Member

I've tagged this as "Good First Issue". One can probably write some JavaScript code to randomly set these knobs at flight load. Most of the time they should be close to the 12 o'clock position, but all aircraft are different. If the 12 o'clock position would always work, the knobs wouldn't be there.

@davidwalschots davidwalschots changed the title [REQUEST] More realistic starting positions for AIRCOND knobs More realistic starting positions for AIRCOND knobs Jul 10, 2021
@rare-potato
Copy link
Contributor

I'll claim this. I've already started working on it and I'm planning on making a draft PR for it within the next 24 hours if I'm able to.

@cptnuss-ops
Copy link
Contributor

Is this issue still open or did the referenced PR fixed the issue?

@rare-potato
Copy link
Contributor

Is this issue still open or did the referenced PR fixed the issue?

Issue is still open, referenced PR was never finished and I had other things come up so never got around to coming back to it.

@cptnuss-ops
Copy link
Contributor

Is this issue still open or did the referenced PR fixed the issue?

Issue is still open, referenced PR was never finished and I had other things come up so never got around to coming back to it.

Ok, then I can work on this issue?

@rare-potato
Copy link
Contributor

Ok, then I can work on this issue?

Yep. I'd suggest you at least look at the changes I had worked on with PR #6922. They may be of use and could make it easier/faster for you to complete, or it could be completely useless 🤣

@cptnuss-ops
Copy link
Contributor

Ok, then I can work on this issue?

Yep. I'd suggest you at least look at the changes I had worked on with PR #6922. They may be of use and could make it easier/faster for you to complete, or it could be completely useless 🤣

Sounds good, I'll have a look 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for newcomers Needs System Implementation This cannot be done until an unmodeled system is implemented Request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants