Jump to content
Sign in to follow this  
seaox

cockpit shadows

Recommended Posts

Is there a way to block the cockpit shadows from appearing.

When I load the hot start TBM900, the shadows are so dark that you can't see

the buttons or switches. I have the latest updates and I still get this problem.

thanks 

Arnold

Share this post


Link to post
Share on other sites

If you are familiar with scripts, you can add this to your FlyWithLua folder: 

set("sim/private/controls/caps/use_csm", 0.000000)
set("sim/private/controls/perf/disable_shadow_prep", 1.000000)

Make sure to backup anything you change so you can easily revert back in case it doesn't suit your needs.

Jd

 

  • Like 1

Share this post


Link to post
Share on other sites

Thanks JimmyD

I used the lua you gave me and it worked.

No more shadows on the cockpit.

The switches and buttons are now nice and clear.

 

Thanks again

Arnold

  • Like 1

Share this post


Link to post
Share on other sites

 

3 hours ago, JimmyD said:

If you are familiar with scripts, you can add this to your FlyWithLua folder:

How would the unfamiliar go about doing this? This is the main thing I don't like about XP and I'd really like to fix it, but I don't know squat about lua scripts...

 

Russ


Master Sergeant, U.S. Air Force, Retired

Former T-33A Crew Chief

Former B-1B Crew Chief / Flightline Maintenance Expediter

Former Learjet Corp. Quality Inspector

Formerly Young (😩)

Share this post


Link to post
Share on other sites

Hey Russ,

I was a little hesitant at first too when messing around with scripts, but once you get the hang of it... look out, it can be addictive and satisfying to tweak things to your liking. :smile: 

O.k. the quick and dirty of it:

Download FlyWithLua NG from the downloads section over at the Org; follow install directions provided. In a nutshell; unzip then simply move the unzipped folder into your x-plane plugins folder. It should look similar to this depending where you have X-plane installed   C:\X-Plane 11\Resources\plugins\FlyWithLua   

Ok, that's it! FlyWithLua is installed.  

This is the way I do things, plain and simple, not implying it's better or worse than other methods out there. As stated above, make sure to backup any files/folders you edit.

Now lets get rid of some shadows.

1. Create a new text (.txt) file in your newly created X-Plane 11\Resources\plugins\FlyWithLua\Scripts folder and add the following lines:

    set("sim/private/controls/caps/use_csm", 0.000000)
    set("sim/private/controls/perf/disable_shadow_prep", 1.000000)

2. Save and rename to ShadowsGone.lua or whatever file name you like; make sure you use .lua file extension or it will not work.

3. Start x-plane and see how it looks. 

The great thing about using scripts is you can move the lua files in and out of the scripts folder (just move them to the "disabled scripts" folder for future reference) and all will be back to normal. It is that easy.

Hope this helped grease the rails.

Jd

  • Like 1

Share this post


Link to post
Share on other sites

Thanks, JD!

I have fly with lua for other stuff, but I wasn't sure how to create the no shadow file. Seems simple enough... 👍

 

Russ

  • Like 1

Master Sergeant, U.S. Air Force, Retired

Former T-33A Crew Chief

Former B-1B Crew Chief / Flightline Maintenance Expediter

Former Learjet Corp. Quality Inspector

Formerly Young (😩)

Share this post


Link to post
Share on other sites

Thanks for this JimmyD. So many X-Plane users have wanted to eliminate cockpit shadows, I'm surprised it isn't a setting within X-Plane itself. Maybe it will be in XP12. In the meantime, your LUA script solution works perfectly for me, and I appreciate it.

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