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

Add floats option #452

Open
5 tasks
hbeni opened this issue Oct 27, 2021 · 3 comments · May be fixed by #455
Open
5 tasks

Add floats option #452

hbeni opened this issue Oct 27, 2021 · 3 comments · May be fixed by #455

Comments

@hbeni
Copy link
Collaborator

hbeni commented Oct 27, 2021

There are C182's outside in the world with floats, so we should have them too!
(Probably most of this can be borrowed from the c172 project)

  • Add model + texture
  • [ ] Add option to switch to floats in aircraft menu cancelled due to "separate variant" decision
  • Add FDM ground reactions for floats
  • Add drag effects
  • Add water splash effects and sound
  • Mooring option in aircraft securing dialog

References:

@HHS81
Copy link
Owner

HHS81 commented Oct 27, 2021

But then please as seperate -set.xml. It was wish by the core developers (Espcially Stuart Buchanan) some time ago, that such heavy modifications needs a seperate set.xml. I also think it is easier to maintain

@hbeni
Copy link
Collaborator Author

hbeni commented Oct 27, 2021

Can we inherit from the default c182s-set.xml, so just the floats stuff needs to be added? (EDIT: Yes)
I would define it as variant, so it is not showing as new plane.

And I think that this separation also will help with framerates :) 👍

Drawback is that we can't switch in flight then.

@hbeni
Copy link
Collaborator Author

hbeni commented Nov 8, 2021

I currently hacked up experimental code, mostly C&P from the C172.
So far floating on water seems to work, but alot tedious optical things still need to be done:

  • Alot of model related things like hiding default gear and textures on the floats
  • Fixing the Gear lever in the cockpit to be able to retract the gear
  • Enable the rudder up/down (model wise and technically) and the connected effects
  • Enable this for multiplayer too

I will push shortly. Currently I'm out of luck and nerves :)
Maybe someone more capable than me can pick this up as a starter.

hbeni added a commit that referenced this issue Nov 8, 2021
Mostly copied from C172 project

fix #452
@hbeni hbeni linked a pull request Nov 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants