Jump to content

Pixel of Life

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Pixel of Life

  1. Thanks, these look great. A couple things though: First, the fix posted above (and included in the newer version of the mod) only changes the color of the nav light billboard, but not the color of the actual light that gets cast onto the ground and other objects; that's still green even though the light itself appears red. In order to fix this, open the Winglet_Lights.obj file in a text editor, and on the row that has "airplane_nav_sp" followed by a NEGATIVE number. It should be line 13. On that line, find the three values that go "0 0.85497922 0.00035693203" and swap the first two values so it goes "0.85497922 0 0.00035693203" instead. Then save the file. Second, if you're bothered by the original nav and strobe lights shining through the winglets, they can also be removed. Go to the plane's objects folder and open EXT_LIGHTS.obj in a text editor. Around the middle of the file, you'll find ten consecutive lines that start with "LIGHT_PARAM airplane_nav" or "LIGHT_PARAM airplane_strobe". These should be lines 47-56. Insert a # symbol at the start of each of the ten lines to comment them out and then save the file. Note that you may have to do this again any time the plane gets updated.
×
×
  • Create New...