Jump to content
Sign in to follow this  
kekelekou

Damage Mod for BN-2 Islander WIP

Recommended Posts

Hello!

Being a huge fan of Flight1's BN-2 Islander, I am developping a Damage Mod for it from Ismail Hakki Güzel's and Didier Lagaffe's versions.

The following systems will wear out and will be inflicted damage in case of improper use :
- engines
- generators
- propellers
- flaps
- flaps motor
- flight controls
- autopilot
- vacuum
- pitot tubes
- brakes
- structural deicing

Some extra features will be implemented :
- avionics dying if on when engine starts
- blown tires in case of hard landing
- foul spark plug if engine runs at low rpm and rich mixture for too long
- engine dies in case of quick throttle movement with fuel pump off
- door lock and alarm

All extra features were tested and work fine.
System wear and failure gauges were tuned from Ismail's and Didier's work for the Islander, but have not been added to the aircraft nor tested yet.

I have designed an "Inspect & Repair" panel which needs to be tested too.

I'll keep you updated with the progress of the project, but it should be ready by Christmas!

See you then!

  • Upvote 5

Share this post


Link to post
Share on other sites

Sounds good. Similar to a2a's planes, and there's just not enough of them, so this would be very good see. Great choice of plane too 😁


Luke Pype

Share this post


Link to post
Share on other sites

OMG I've been desperate for such a thing for 4 years!! Is this for sale, or freeware? I'd be willing to pay for a working version of this! The BN-2, the 'Flying Land Rover' is my favourite plane by far, and I use it across the world - a great twin bush plane... Good luck, please let us know how you get on with the project. Personally, I am very excited. 

Share this post


Link to post
Share on other sites

Hello,

I'm glad I've made your day!

I owe the flight sim community so much, I can't possibly release this as a payware, notwithstanding the fact that I'm merely adapting existing gauges.

The maintenance panel is the biggest novelty, I'm looking forward to know how long I will spend debugging it!

Share this post


Link to post
Share on other sites

Fantastic. Of course I'm willing to test for you, though I am no programmer. But I know the plane very well, have a copy of the official Pilot's Handbook and have read countless flight tests and accounts of the plane in Real Life. 

Share this post


Link to post
Share on other sites

Great news, great project. Once I thought to buy the Islander but restrained from it, and I probably never will (even with this fine mod), but I appreciate the hard voluntary contribution to the community. Keep on!


Best regards,

Christian Kelter

Share this post


Link to post
Share on other sites

Thanks all for your kind words and interest in this project.

Beyond adding features to the Islander, I'd also like to promote the Damage Mod concept, that has remained under the FS community's radar so far. 

Only very Basic XML skills are required to tweak the gauges to any aircraft, so anyone interested in adding a touch of realism could actually do it!

 

 

Share this post


Link to post
Share on other sites
1 hour ago, kekelekou said:

Thanks all for your kind words and interest in this project.

Beyond adding features to the Islander, I'd also like to promote the Damage Mod concept, that has remained under the FS community's radar so far. 

Only very Basic XML skills are required to tweak the gauges to any aircraft, so anyone interested in adding a touch of realism could actually do it!

 

 

Looking very forward to this!! Keep 'em comming!

Share this post


Link to post
Share on other sites

From another huge Islander fan, it is great to see this project being developed. Personally I would have loved to see Flight 1 (or Virtavia who developed this) do an update of this product, as I feel that the some of the cockpit textures could be improved, in particular the autopilot and some of the other panels where the writing/labelling as well as the depiction of some of the buttons and control knobs is a little blurry. Despite that though, it is still one of my favourite GA products which I continue to fly quite frequently!

Many thanks to the OP for embarking on what promises to be a great enhancement!

Bill

 

Share this post


Link to post
Share on other sites

Hello!

A quick update about how the BN-2 Damage Mod is coming along. Quite nicely I must say : I have been pretty glad that the maintenance panel code was not too buggy. So here is a link to a video showing the main features on a 2 system test gauge :
- Activation if engines cut and park brake set
- system selection
- system inspection and repair
I have also implemented what I think a big improvement from the existing damage mods : the inspection and repair are not instantaneous (even though I had them pretty short for the video). Fixing a failed system costs you a bit of time, hence teaching you a lesson so that you will not do the same mistake again. What is the whole point about the damage mod : paying attention to the gauges on the instrument panel. If you can fix evreything with one single click, why bother with these darn figures?

I have not been able to embed the video in my message, so please follow the link to watch the video.

The work on the other gauge has been mainly focused on finding a way to "hijacking" FSX logic so that I can model a sluggish, cold engine or the RPM loss on a faulty plug magneto dead cut test. Thanks to Tom Aguilo's XMLTools and Herectic's help, I am pretty close to reaching this target.

See you soon!

https://www.flickr.com/photos/80582198@N05/37648814706/in/datetaken-public#

What's below is a PICTURE, not a video. Click on the link above to watch the video :

37648814706_e72f1f12c3_z.jpg

Share this post


Link to post
Share on other sites

So, what's up regarding the Islander?

I have mostly fiddled with the MDL lately.
Thanks to Arno's MCX, the throttle levers' positions are not depending on the A:var anymore, but on a L:var. So now the power loss due to a faulty mag during the dead cut test does not end up in a automoving throttle lever, and power restricted engine can be pushed to 100% without the lever springing back to 50%. It does not sound very impressive, but it's really nice immersion-wise.
One last point being tackled right now is trying to get rid of the overriding joystick's throttle movement : joystick inputs overide all other inputs including L:vars. I have to measure the joystick’s theottle position, but prevent it from being read by the sim. This means SimConnect and the C++ universe that is very, very intimidating. I have managed to compile and run two samples from the SDK so far, and Simon853 gave precious tips on FSDeveloper about how implementing a intercept and mask C++ gauge. So I see the light at the end of the tunnel.

Stay tuned for the next updates!

  • Upvote 2

Share this post


Link to post
Share on other sites

Gosh, what a relief : I have managed to code the joystick throttle intercept gauge (thanks to the invaluable resources on FSDeveloper). Tested and validated in game. So now, I can control the engine outputs whetever the throttle inputs are (from the joystick or the mouse in the VC). A failed engine will look much more realustuc from now on! Getting into C++  was complicated and tedious, but it was well worth it.

I switch back to the individual system fail gauges that still need to be tested.

The Damage Mod for the BN-2 is getting.closer and closer to a releasable state! Stay tuned for more.

  • Upvote 1

Share this post


Link to post
Share on other sites

Hello,

 

Just a little comment about the last developments of the Damage Mod for the Islander with one good and one bad pieces of news.

I am finished with the systems gauges (tested and validated in sim), except the engine ones that are more complicated.

The prop pitch levers anim is going to be amended just like the throttle levers with the “Intercept, Mask and Pass” C++ gauge, since a damaged prop will not be able to be set to lower pitch. The panel gauge will be dealt with later.

 

The bad news is that my FSX files somehow got corrupted in the last few days, what has forced me to uninstall the sim and reinstall evertything from scratch. I am not done getting everything back to the normal, so my slow development pace is not accelerating much.

I am really sorry about that :(

 

The good news is that the FSCaptain team has agreed to slightly adapt their code, so that failures will be passed from one module to the other! For instance, a wear-induced failed generator from “my” DM will be detected by FSCaptain, and a bird strike in the engine will modify the wear index in the DM.

 

So, as a former French president put it : “the slope is steep, but the path is straight”!

 

I wish you a pleasant year, clear skys in sim and in the real life. Stay tuned for the next update!

 

  • Upvote 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...