Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Older Lighting in XP12 - Easy Way To Adjust?

Featured Replies

Hi Everybody,

I've made numerous adjustments to my night lighting that worked out just fine, but I am having an issue adjusting older lights. 

Is there an easy way to reduce the light spill from both landing and Taxi lighting via script?

# Landing light: v10 - components.
LIGHT_PARAM_DEF    airplane_landing_core        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_landing_core            ZERO    ZERO_    NEG_ONE    INDEX    SIZE    1    6    5    0    0    -0.8    0.2    sim/graphics/animation/lights/airplane_landing_light_flash
LIGHT_PARAM_DEF    airplane_landing_glow        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_landing_glow            ZERO    ZERO_    NEG_ONE    INDEX    SIZE    1    4    6    0    0    -1.206    -0.206    sim/graphics/animation/lights/airplane_landing_light
LIGHT_PARAM_DEF    airplane_landing_flare        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_landing_flare            ZERO    ZERO_    NEG_ONE    INDEX    SIZE    4    2    0    0    0    -28.57    -27.574    sim/graphics/animation/lights/airplane_landing_light
LIGHT_PARAM_DEF    airplane_landing_sp            6    R    G    B    INDEX    SIZE    WIDTH
SPILL_SW        airplane_landing_sp                R    G    B    INDEX    SIZE    0    0    -1    WIDTH    sim/graphics/animation/lights/airplane_landing_light_spill


# Taxi light: v10 - components.
LIGHT_PARAM_DEF    airplane_taxi_core        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_taxi_core        ZERO    ZERO_    NEG_ONE    INDEX    SIZE    1    6    5    0    0    -0.8    0.2    sim/graphics/animation/lights/airplane_taxi_light_flash
LIGHT_PARAM_DEF    airplane_taxi_glow        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_taxi_glow        ZERO    ZERO_    NEG_ONE    INDEX    SIZE    1    4    6    0    0    -1.206    -0.206    sim/graphics/animation/lights/airplane_taxi_light
LIGHT_PARAM_DEF    airplane_taxi_flare        5    ZERO    ZERO_    NEG_ONE    INDEX    SIZE
BILLBOARD_SW    airplane_taxi_flare        ZERO    ZERO_    NEG_ONE    INDEX    SIZE    4    2    0    0    0    -28.57    -27.574    sim/graphics/animation/lights/airplane_taxi_light
LIGHT_PARAM_DEF    airplane_taxi_sp        6    R    G    B    INDEX    SIZE    WIDTH
SPILL_SW        airplane_taxi_sp        R    G    B    INDEX    SIZE    0    0    -1    WIDTH    sim/graphics/animation/lights/airplane_taxi_light_spill

Thanks

Mike
 

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author

Hi,

I'd ask on their discord channel, but their ottobot has turned that site into a joke for anyone looking for serious help!!

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

Well, I don't know which version you mean, but I would search for ‘lights’ in the DataRefs (DataRefEditor) and then maybe for strobe etc. or similar values – and give it a try! 

AMD Ryzen 9 9950X3D , watercooled, GeForce RTX 4090, RAM 64GB Kingston Fury 6000Mhz , Fractal Design 7 XL, MSI X670 Carbon, all SSD

  • Author

The sections that are above are what is being used, I just can't figure out how to reduce the spill.

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Commercial Member

Two options depending on what you're after.

Per-aircraft: Find the OBJ file and look for LIGHT_PARAM lines referencing airplane_landing_sp / airplane_taxi_sp. The SIZE and WIDTH values there are what you want to dial down.

Global (lights.txt): In those SPILL_SW lines, reduce WIDTH to narrow the cone. For the bloom, the flare BILLBOARD_SW lines with -28.57 / -27.574 are the big ones.  Pull those closer to zero and the flare shrinks way down.

  • Author

Thanks GoranM, I'll have a look!

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author
2 hours ago, GoranM said:

Two options depending on what you're after.

Per-aircraft: Find the OBJ file and look for LIGHT_PARAM lines referencing airplane_landing_sp / airplane_taxi_sp. The SIZE and WIDTH values there are what you want to dial down.

Global (lights.txt): In those SPILL_SW lines, reduce WIDTH to narrow the cone. For the bloom, the flare BILLBOARD_SW lines with -28.57 / -27.574 are the big ones.  Pull those closer to zero and the flare shrinks way down.

The obj file is the one I'm looking for, that worked out just fine.

Thanks again!

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.