Jump to content
Sign in to follow this  
ThomasAH

C441 mod to hide pilot's yoke, but keep co-pilot's (including screenshots)

Recommended Posts

Hi!

 

There is something that often bothered me in the Flysimware planes:

1. I want to hide the pilot's yoke, but not the co-pilot's.

2. I do not like the colorful "return yoke" labels. I have the yoke on my desktop, I don't want to return it to the aircraft.

3. I want to hide the pilot's yoke by default when loading the aircraft.

 

Today I tried to find a solution and found one:

I opened the file FSX/SimObjects/Airplanes/FLYSIM Cessna 441/model.Main/Cessna441_interior.mdl in an editor that supports editing binary files, in my case: vim with the option "-b".

There are 19 lines like these two:

(L:YOKE,bool) (L:YOKE,bool) if{ 1 } els{ 0 }
(L:YOKE,bool) (L:YOKE,bool) if{ 0 } els{ 1 }

The first shows something (the "return yoke" label) when L:YOKE is true, the second hides something (the yoke and attached parts).

 

In the first 2 of the 19 lines I change 1+0 to 0+0 to never show the "return yoke" labels.

In the next 10 lines (3 to 12) I change 0+1 to 1+0 to hide the pilot's yoke (and attached parts) by default.

In the last 7 lines (13 to 19) I change 0+1 to 1+1 to always show the co-pilot's yoke.

 

To clarify, here is the view of the original (left) and the modified (right) file in the editor:

DLQNVSz.png

 

And here is the result in the cockpit:

xfV5Ug1.jpg

 

As you can see in the screenshot: Because the co-pilot's yoke is always shown, the clickspot to unhide the pilot's yoke is still available.

 

A similar change can probably be made for other Flysimware aircraft, e.g. the MU-2B-60 has 18 lines for this purpose.

 

Maybe this is useful for someone else, too.

  • Upvote 2

Share this post


Link to post
Share on other sites

This looks excellent, but short of spending some hours to try to understand Vim and opening/editing binary files, I might have to just dream about this better yoke arrangement  :fool:

 

Any tips will be gratefully received, digested, attempted ... and might even result in some measure of success. :Tounge:


SkipperMac

 

Share this post


Link to post
Share on other sites

Vim was just an example, because that is what I am using.

There are other editors that should work, e.g. dedicated binary file editors like hexplorer.

 

I would prefer if you (and others) can manually apply the changes, because this gives the most flexibility for situations like different versions of this aircraft, different aircraft from Flysimware, maybe even different aircraft from other creators, combining MDL edits for different purposes, ...

 

But if everything fails, I can create an xdelta3 binary patch, just tell me if you need it :smile:

Share this post


Link to post
Share on other sites

 

 


But if everything fails, I can create an xdelta3 binary patch, just tell me if you need it :smile:

 

Yes please!

 

Sterling work, sir. :smile:


Bill

UK LAPL-A (Formerly NPPL-A and -M)

Share this post


Link to post
Share on other sites

I just uploaded a zip with the xdelta3 patch, instructions and the information from this thread to the file library. I will post here as soon as it gets accepted.

Share this post


Link to post
Share on other sites

I have made the same modifications for version 1.9 of the C441.

Did anyone use the xdelta3 files for 1.8 and want an updated version?

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...