• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Another how can I do this question

rich12545

Charter Member
Is there an easy way to add floats to the bottom of a helicopter? Doesn't need to be fancy, just a way for the heli to float in order to use seaports.
 
If you want to actually see the floats then they would have to be built into the model which is not something an end user can do without (illegally) de-compiling the model, adding the parts and then re-compiling.

If you just want to make the helicopter float on water using it's existing skids or wheels then you just need to add four float points to the [contact points] section of the aircraft.cfg file. Setting the points up correctly will take a lot of trial and error until you get the results you want.
 
Yes, just using the existing wheels will be fine. Do you know what points or how to start or are there instructions somewhere?
 
Here's a set from an aircraft in my hangar that doesn't actually have floats but it is set up so that you can skim the water with it's tundra tires:


//float

point.7 =4, 0.95, 2.75, -4.55, 4200, 0, 0, 0.0, 0.3, 2.5, 0.90, 0.0, 0.0, 3, 0, 0
point.8 =4, 0.95, -2.75, -4.55, 4200, 0, 0, 0.0, 0.3, 2.5, 0.90, 0.0, 0.0, 3, 0, 0
point.9 =4, -1.0, 17.0, 1.90, 1600, 0, 0, 0.0, 0.0, 0.0, 0.00, 0.0, 0.0, 5, 0, 0
point.10=4, -1.0, -17.0, 1.90, 1600, 0, 0, 0.0, 0.0, 0.0, 0.00, 0.0, 0.0, 5, 0, 0

You will have to make the 'point.n' numbers match the sequence in your config files (just add the above to the end of your [contact points] section).

If you are not sure what all the number groups represent here's the contact point section from the online ESP SDK (it's the same as the FSX SDK):

https://msdn.microsoft.com/en-us/librar ... ocId836373

That explains what each number group controls and distances are all in feet, measured from the aircraft datum point. Note too that you need four float points to keep an aircraft/helicopter level on the water not three in the wheel locations.

I'd suggest adding the points I posted to any helicopter you like, test and then adjust the values until you are happy with the results. There is no easy way I'm afraid as it's all trial and error (even for developers!)

Here's another tip too. If you don't already have it assigned go into your controls options in the sim and set up a key command for 'Aircraft (reload)', it's not set by default (I use CTRL+SHIFT+R ). Then when you have edited the contact points save the aircraft.cfg file but keep it open, switch to FSX and hit your 'Aircraft (reload)' key(s) several times (you need to do this to be sure it has actually fully reloaded) then check how the helicopter sits on/in the water. Repeat the edit/save/reload steps as many times as required.

Reloading the aircraft that way will save you a lot of time over closing the sim and restarting each time you make an edit.
 
Back
Top