Starfield

File information

Last updated

Original upload

Created by

CLShortFuse

Uploaded by

CLShortFuse

Virus scan

Safe to use

Tags for this mod

About this mod

Normalized LUTs which removes the gray haze, gives full brightness range, improves DLAA/FSR sharpness, and improves film grain, all while keeping the original color grading.

Permissions and credits
Changelogs
Donations
Normalized LUTs is now integrated into Luma!

Image Slider Preview

Installation:


Extract to Documents\My Games\Starfield

Make sure you have a StarfieldCustom.ini file in Documents\My Games\Starfield with:

[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=

Details:

This mod applies normalized L (Lightness) values for all the LUTs used in the game. No more raised blacks. There are no color changes applied to any of the LUTs so the originally color grading is preserved. Lightness values are now [0.00, 1.00]. Because the color grading is preserved, areas that are meant to be tinted a certain retains that colors. Simply put, Mars is still red.

The screenshots are all from just Starfield.exe running in regular old SDR. No AutoHDR, no Reshade stuff. No SpecialK. No SFSE. This all entirely done via the LUTs. (The HUD is dimmed though.)

Some of these images fail to show the difference made by these LUTs for HDR displays. I've included some histograms to show that areas are no longer clamped to the mid-range, but all nits your display is capable of showing. Your HDR settings may need to be recalibrated, especially if you're seeing clipped blacks.

That said, I do use a combination of mods when playing. I use and recommend Native HDR by Ersh on ScRGB using Pumbo AutoHDR with 200nits for paper-white and 800nits for peak white. Also, I'm using my HUD for HDR mod. If using HDR10 use Lilium Shaders to adjust the colors and luminance properly. (See images for recommended settings.)

If you use Microsoft's AutoHDR, then make sure you have calibrated with the Windows HDR Calibration app.

It is *strongly* recommended you calibrate your display for the best experience.

SDR: 
HDR:

FAQs:

How does this compare to other LUTs?

Simplified:

* Shadows go to 0
* Highlights go to 100%
* Saturation is restored where it appears to have been clamped
* Per-pixel accuracy to produce smooth gradients. No macroblocking from image compression as in other LUTs (yes, popular ones)
* Maintains original colors as well as original curves used to make the LUT

The objective is to fix the LUTs rather than put my own personal take on what they should look like. I believe there was an intention for the game to look a certain way and it was not done correctly.
The idea is to be as accurate as possible reaching a final version where the LUT issues would be considered "solved".

How does it "fix" the original LUTs?

Shadows are lighter than they should be, causing reduced contrast in areas. This gives the game a hazy look. Bethesda's "film grain" is also incorrect. Film grain does not apply to black. That would be digital camera noise, and since the floor is now absolute black, it's now closer to a real film look.

Highlights are clamped, not allowing things like a sun to utilize the full range of an HDR display. That makes the HDR image look very average, instead of full range.

The combination of both produced an image with lower contrast. This can also reduce performance of anti-aliasing techniques because some rely on detection of contrast levels for edge detection. The end result is the game actually ends up looking sharper.

Also, because of the way the range was clamped, this reduced the color saturation. Because Bethesda applies uniform clamping, instead of just shadows or highlights, colors lost their vibrancy as well. These LUTs work to restore the originally effect of a darker atmosphere without clamping the saturation.

What happened to the old versions?

The old versions took the LUT file and applied image processing based on luminance to normalize the 4096 values. Unfortunately, all of these were incorrect because LUT files are meant to broken out into a cube shape. Comparison of per-pixel luminance should be not applied to these files. 

The new 3D method parses each LUT file into a 3D dimension cube with X, Y, Z coordinates. It then applies vector math to shift all points closer to black (0,0,0) or white (1,1,1) depending on how clamped it used to be. It's normalization as before, but with respect to each 4096's LUT point's distance from reference black and white. 

 Everything is too dark. Help!

Because the original range very much compressed on both ends, the image was more in the middle. The overall image will darker in some cases and brighter in others. On displays (eg: OLED TVs) able to distinguish dark pixels well, this would look great. But on displays that crush blacks, you might need to apply some adjustment on either your monitor or with a Reshade. My SDR monitor out of the box is pretty bad, but my OLED is almost perfect. If you're playing in SDR, you can make sure you're not crushing blacks with the calibration videos mentioned above.

 Sometimes it's too dark and other times it's fine. What's going on?

The way the original LUTs worked were to replace black with a tinted gray. This caused a noticeably raised black floor. The objective of this mod is to no longer target gray as the floor, but absolute black. Some LUTs were as high as 12% gray! But remapping these values could indeed make some things harder to see. For example, if the original LUT used a floor of 5% black (gray), it's now 0%. But that means was 6% is now about 1% gray. Maybe your display and environment was perfectly capable of distinguishing between 5% and 6%, but asking it to do 0% to 1% would crush pixels for you now. 

If you feel like your display is more than capable of displaying these values, try the suggested values for HDR. I use an LG C1, so you should change the maximum nits to suit your display.

This is crushing black pixels and clipping white pixels.

Everything operates within [0.0 to 1.0] range. Basically, the darkest pixel of the old LUT is now #000 (black). The brightest pixel is now #fff (white). The values are stretched. That said some locations already had crushed blacks and clipped whites in the original LUT files and those were kept to maintain the original color grading. The normalized LUTs will only place a black pixel on the black point (0,0,0) and nowhere else. The same applies with white being only placed at the white point (1,1,1). No crushing or clipping is done to anything of the LUTs.

I don't like the look of one of the LUTs.

All the LUTs are full interchangeable. You can copy and delete others. You can grab another modder's LUTs and copy it. If you want neutral, there is a completely neutral LUT file is called colorlut.dds and is included in the game. It's already packaged for convenience.

Okay, sure. But I want it to look (better, clean, brighter, darker, etc).

The LUTs are just one part of the graphical component. A lot of the game has strange properties for interior lighting, such as use spotlights instead of hemispherical lights for overhead lights (very noticeable on Kreet). The reality is game's interiors are rendered very dimly. The interiors lack any sort of auto-exposure, global illumination, or bounce lighting so if something doesn't get a light, it's black. In the vanilla luts this would be a gray blob with film-grain on top.  That's because Bethesda's "fix" for dark interiors was to ramp up the gamma. This mod exposes more of the poor game lighting than it does try to fix it. A real lighting fix would be elsewhere like what was done in the Relighting Skyrim mod to adjust light sources. Or add in global illumination.

But the purpose of this mod is to give us a good baseline for adjustments. Any Reshade can give you more brightness, contrast, saturation, etc. without worrying about raised blacks or not hitting 100% brightness on your display all while keeping the original color grading per location.


Donate:

* Ko-Fi
* Patreon

List of changes:

+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| Filename                                   |   Old Range  | Y Change | New Y | Pixels Changed | Crushed* | Clipped* |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet1.dds                         | [0.00, 0.93] |    1.02% | 0.31Y |           4084 |       11 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet2.dds                         | [0.00, 0.93] |    1.07% | 0.29Y |           4084 |       11 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet3.dds                         | [0.00, 0.92] |    1.11% | 0.29Y |           4084 |       11 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet4.dds                         | [0.00, 0.94] |    0.97% | 0.30Y |           4084 |       11 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet5.dds                         | [0.00, 0.94] |    0.81% | 0.30Y |           4096 |       17 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreet6.dds                         | [0.00, 0.94] |    0.78% | 0.30Y |           4096 |       11 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreetbase01_1.dds                  | [0.00, 0.80] |    2.35% | 0.24Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreetbase01_2.dds                  | [0.00, 0.90] |    1.58% | 0.34Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreetbase01_v3.dds                 | [0.00, 0.89] |    1.41% | 0.27Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutkreetbase01_valuetest.dds          | [0.00, 0.88] |    1.33% | 0.24Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis10.dds                  | [0.00, 0.94] |    0.76% | 0.28Y |           4096 |        7 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis22.dds                  | [0.01, 0.97] |    0.38% | 0.43Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis4.dds                   | [0.00, 0.93] |    0.86% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis5.dds                   | [0.00, 0.96] |    0.43% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis6.dds                   | [0.00, 0.95] |    0.65% | 0.39Y |           4096 |        2 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis7.dds                   | [0.00, 1.00] |   -0.01% | 0.26Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| colorlutnewatlantis8.dds                   | [0.00, 0.98] |    0.26% | 0.29Y |           4096 |        3 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v01_cool_001.dds                   | [0.01, 0.65] |    5.77% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v01_cool_002.dds                   | [0.01, 0.65] |    5.56% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v02_cool_001.dds                   | [0.01, 0.61] |    5.84% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v02_cool_002.dds                   | [0.01, 0.61] |    6.09% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v03_cool_001.dds                   | [0.01, 0.91] |    0.87% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v03_cool_002.dds                   | [0.00, 0.91] |    0.98% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v04_cool_001.dds                   | [0.01, 0.94] |    0.57% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v04_cool_002.dds                   | [0.00, 0.94] |    0.67% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v05_warm_001.dds                   | [0.01, 0.86] |    1.40% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v05_warm_002.dds                   | [0.01, 0.86] |    1.69% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| gen_lut_v06_warm_001.dds                   | [0.01, 0.79] |    2.99% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoakila_curve_v01.dds            | [0.00, 0.99] |    0.04% | 0.34Y |           4096 |          |        3 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluebase_curve_v01.dds         | [0.00, 0.89] |    1.15% | 0.25Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluebase_night_v01.dds         | [0.00, 0.84] |    1.98% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluebase_v01.dds               | [0.00, 0.96] |    0.23% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluegreenbase_curve_v01.dds    | [0.00, 0.92] |    0.94% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluegreenbase_night_v01.dds    | [0.00, 0.84] |    1.99% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluegreenbase_v01.dds          | [0.00, 1.00] |   -0.20% | 0.32Y |           4095 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluegreenbase_v02.dds          | [0.00, 1.00] |   -0.20% | 0.29Y |           4095 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluevioletbase_curve_v01.dds   | [0.00, 0.95] |    0.60% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluevioletbase_night_v01.dds   | [0.00, 0.84] |    1.94% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluevioletbase_v01.dds         | [0.01, 0.94] |    0.66% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmobluevioletbase_v02.dds         | [0.01, 1.00] |   -0.37% | 0.31Y |           4093 |          |        8 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmocydonia_curve_v01.dds          | [0.00, 0.98] |    0.25% | 0.37Y |           4096 |        1 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoearthday_v01.dds               | [0.00, 1.00] |   -0.08% | 0.30Y |           4095 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoearth_curve_v01.dds            | [0.00, 0.91] |    1.08% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmogreenbase_curve_v01.dds        | [0.00, 0.96] |    0.48% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmogreenbase_night_v01.dds        | [0.01, 0.84] |    2.15% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmogreenbase_v01.dds              | [0.01, 1.00] |   -0.27% | 0.33Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmogreenbase_v02.dds              | [0.01, 1.00] |   -0.41% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmomercury_curve_v01.dds          | [0.00, 0.91] |    1.28% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmona_curve_v01.dds               | [0.00, 0.99] |    0.01% | 0.32Y |           4096 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoneon_day_curve_v01.dds         | [0.00, 0.99] |    0.04% | 0.32Y |           4096 |          |        4 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmonoatmo_curve_v01.dds           | [0.00, 0.97] |    0.31% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoorangebase_curve_v01.dds       | [0.00, 0.94] |    0.69% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoorangebase_night_v01.dds       | [0.00, 0.82] |    2.11% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoorangebase_v01.dds             | [0.01, 0.94] |    0.62% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoorangebase_v02.dds             | [0.01, 1.00] |   -0.39% | 0.32Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmopluto_curve_v01.dds            | [0.00, 0.69] |    4.53% | 0.30Y |           4096 |        1 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoredbase_curve_v01.dds          | [0.00, 0.95] |    0.61% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoredbase_night_v01.dds          | [0.00, 0.82] |    2.08% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoredbase_v01.dds                | [0.01, 0.95] |    0.38% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoredbase_v02.dds                | [0.01, 0.97] |    0.03% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmovioletbase_curve_v01.dds       | [0.00, 0.92] |    0.97% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmovioletbase_night_v01.dds       | [0.00, 0.84] |    1.85% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmovioletbase_v01.dds             | [0.01, 0.94] |    0.66% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmovioletbase_v02.dds             | [0.01, 1.00] |   -0.38% | 0.30Y |           4095 |          |        6 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowbase_curve_v01.dds       | [0.00, 0.94] |    0.67% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowbase_night_v01.dds       | [0.01, 0.83] |    1.95% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowbase_v01.dds             | [0.01, 0.97] |    0.11% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowbase_v02.dds             | [0.01, 1.00] |   -0.40% | 0.32Y |           4095 |          |        4 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowgreenbase_curve_v01.dds  | [0.00, 0.92] |    0.97% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowgreenbase_night_v01.dds  | [0.00, 0.80] |    2.30% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowgreenbase_v01.dds        | [0.01, 0.95] |    0.59% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmoyellowgreenbase_v02.dds        | [0.01, 1.00] |   -0.45% | 0.29Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_atmo_jemisonna_night_v01.dds       | [0.00, 0.84] |    1.98% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_chargen_v01.dds                    | [0.00, 1.00] |   -0.09% | 0.32Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_chargen_v02.dds                    | [0.00, 1.00] |   -0.09% | 0.32Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_akila_day_curve.dds            | [0.02, 0.95] |    0.09% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_akila_day_curve_.dds           | [0.01, 0.71] |    3.27% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_akila_partlycloudy_v02.dds     | [0.00, 0.83] |    2.01% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_akila_partlycloudy_v03.dds     | [0.01, 0.95] |    0.22% | 0.26Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_akila_rain_v01.dds             | [0.00, 0.78] |    2.79% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_cydonia_day_curve.dds          | [0.00, 0.72] |    4.74% | 0.30Y |           4096 |        4 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_cydonia_day_v01.dds            | [0.01, 0.78] |    2.26% | 0.25Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_foggygreen_v01.dds             | [0.01, 1.00] |   -0.25% | 0.34Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_foggywarm_v01.dds              | [0.01, 0.94] |    0.64% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_day_v01.dds                | [0.00, 1.00] |   -0.02% | 0.28Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_int_v01.dds                | [0.00, 1.00] |   -0.00% | 0.28Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_int_v03.dds                | [0.00, 1.00] |   -0.18% | 0.37Y |           4095 |          |        6 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_int_v04.dds                | [0.00, 1.00] |   -0.18% | 0.36Y |           4095 |          |        3 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_int_v05.dds                | [0.01, 1.00] |   -0.32% | 0.35Y |           4092 |          |       12 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_gen_night_v01.dds              | [0.00, 1.00] |   -0.18% | 0.34Y |           4095 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_hazywarm_v01.dds               | [0.01, 0.92] |    0.73% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_hazywarm_v02.dds               | [0.01, 1.00] |   -0.53% | 0.38Y |           4095 |          |        2 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_homestead_partlycloudy_v01.dds | [0.01, 0.98] |   -0.02% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_homestead_snow_v01.dds         | [0.01, 0.99] |   -0.41% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_homestead_snow_v02.dds         | [0.01, 0.97] |    0.06% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_day_curve.dds            | [0.01, 0.71] |    4.23% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_day_v01.dds              | [0.00, 1.00] |   -0.02% | 0.45Y |           4095 |          |        3 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_day_v02.dds              | [0.01, 0.99] |   -0.30% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_day_v03.dds              | [0.01, 0.98] |   -0.10% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_day_v04.dds              | [0.01, 0.98] |   -0.14% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_kreet_night_v01.dds            | [0.00, 0.80] |    4.87% | 0.54Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_na_partlycloudy_day_v01.dds    | [0.00, 0.89] |    1.37% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_na_partlycloudy_day_v02.dds    | [0.01, 0.91] |    1.00% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_neon_night_v01.dds             | [0.01, 0.97] |    0.11% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_neon_night_v02.dds             | [0.01, 0.96] |    0.16% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_newatlantis_day_curve.dds      | [0.01, 0.98] |    0.08% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_noatmo_v01.dds                 | [0.01, 0.91] |    0.86% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_overcast_v01.dds               | [0.01, 0.99] |   -0.17% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_overcast_v02.dds               | [0.02, 0.83] |    2.13% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_paradiso_partlycloudy_v01.dds  | [0.01, 0.95] |    0.29% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_rainheavy_v01.dds              | [0.01, 0.77] |    3.20% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_rainlight_v01.dds              | [0.01, 0.88] |    1.49% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_sandstorm_v01.dds              | [0.01, 0.96] |    0.04% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_vectera_day_curve.dds          | [0.01, 0.72] |    3.92% | 0.30Y |           4096 |        1 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_vectera_day_v01.dds            | [0.01, 0.96] |   -0.01% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_vectera_day_v02.dds            | [0.01, 0.98] |    0.05% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_vectera_day_v03.dds            | [0.01, 0.91] |    1.02% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ext_vectera_day_v04.dds            | [0.01, 0.96] |    0.23% | 0.26Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_akilacity_curve.dds            | [0.00, 0.80] |    2.53% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_aliengoop_v01.dds              | [0.00, 1.00] |   -0.19% | 0.38Y |           4063 |          |       73 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_astrallounge_curve.dds         | [0.02, 0.93] |    0.79% | 0.44Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_caves_shroom_v01.dds           | [0.02, 1.00] |   -0.66% | 0.34Y |           4089 |          |       19 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_crimsonfleet_curve.dds         | [0.01, 0.99] |   -0.37% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_crimsonfleet_v02.dds           | [0.01, 0.99] |   -0.37% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_crimsonoutpost_v01.dds         | [0.00, 1.00] |   -0.01% | 0.32Y |           4095 |          |       13 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_cydonia_curve.dds              | [0.01, 0.64] |    4.61% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_generic_01_curve.dds           | [0.00, 0.92] |    1.11% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_generic_03_curve.dds           | [0.01, 0.88] |    1.60% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_generic_04_curve.dds           | [0.00, 0.83] |    2.38% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_generic_05_curve.dds           | [0.00, 0.82] |    2.95% | 0.37Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_gen_v01.dds                    | [0.00, 1.00] |   -0.11% | 0.39Y |           4095 |          |       40 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_gen_v02.dds                    | [0.00, 1.00] |   -0.11% | 0.43Y |           4055 |          |       73 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_kreetbase_curve.dds            | [0.01, 0.98] |   -0.07% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_kreetbase_v01.dds              | [0.00, 1.00] |   -0.09% | 0.50Y |           3978 |          |      187 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_kreetbase_v02.dds              | [0.01, 1.00] |   -0.36% | 0.28Y |           4095 |          |        2 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_kreetbase_v03.dds              | [0.01, 1.00] |   -0.41% | 0.42Y |           4071 |          |       65 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_legacy_curve.dds               | [0.01, 0.80] |    2.41% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_legacy_escape_curve.dds        | [0.01, 0.70] |    2.86% | 0.22Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_lodge_curve.dds                | [0.01, 0.79] |    2.76% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_moonbase_curve.dds             | [0.01, 0.90] |    1.41% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_neoncore_curve.dds             | [0.01, 0.84] |    1.74% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_neon_astrallounge_v01.dds      | [0.02, 0.93] |    0.57% | 0.42Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_neon_v01.dds                   | [0.00, 0.94] |    0.88% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_nishinadamaged_curve.dds       | [0.01, 0.82] |    2.51% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_nishina_curve.dds              | [0.02, 0.87] |    1.00% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_nishina_damaged_curve.dds      | [0.01, 0.82] |    2.51% | 0.35Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_nishina_damaged_v01.dds        | [0.00, 1.00] |   -0.16% | 0.39Y |           4077 |          |       51 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_nishina_pristine_v01.dds       | [0.01, 0.95] |    0.43% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_scow_curve.dds                 | [0.01, 0.79] |    2.49% | 0.25Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_shipkit_curve.dds              | [0.00, 0.58] |    5.10% | 0.23Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_slaytonaerospace_curve.dds     | [0.01, 0.83] |    3.67% | 0.27Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_starborntemple_v01.dds         | [0.00, 1.00] |   -0.05% | 0.70Y |           2818 |          |     1618 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_taiyo_curve.dds                | [0.00, 0.72] |    4.05% | 0.31Y |           4096 |        1 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_theblake_v01.dds               | [0.01, 0.81] |    2.66% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_thelock_curve.dds              | [0.00, 0.99] |    1.80% | 0.31Y |           4068 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_thelodge_v01.dds               | [0.00, 1.00] |   -0.18% | 0.34Y |           4094 |          |        4 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_thelodge_v02.dds               | [0.01, 1.00] |   -0.27% | 0.37Y |           4045 |          |      106 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_thewell_curve.dds              | [0.01, 0.57] |    5.91% | 0.29Y |           4096 |        1 |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vecteramine_curve.dds          | [0.01, 0.62] |    5.31% | 0.26Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vecteramine_v01.dds            | [0.01, 0.84] |    2.70% | 0.38Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vecteraoutpost_curve.dds       | [0.01, 0.75] |    3.16% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vecteraoutpost_v01.dds         | [0.01, 1.00] |   -0.23% | 0.34Y |           4077 |          |       51 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vecteraoutpost_v02.dds         | [0.01, 0.96] |    0.40% | 0.31Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vigilance_curve.dds            | [0.01, 0.76] |    3.47% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vigilance_curve_.dds           | [0.01, 0.78] |    4.93% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_int_vigilance_v01.dds              | [0.01, 0.82] |    3.05% | 0.39Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_shipbuilder_shipinfohangar_v01.dds | [0.00, 0.84] |    2.83% | 0.38Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_shipkiteditor_v01.dds              | [0.01, 1.00] |   -0.31% | 0.36Y |           4095 |          |        2 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_curve.dds                    | [0.01, 0.93] |    0.77% | 0.34Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_curved.dds                   | [0.00, 0.99] |    0.19% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_curve_v01.dds                | [0.00, 0.99] |    0.18% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_v01.dds                      | [0.01, 0.96] |    0.30% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_v02.dds                      | [0.01, 1.00] |   -0.27% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_space_v03.dds                      | [0.01, 0.92] |    0.62% | 0.24Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_apollo01_curve.dds              | [0.01, 0.99] |    0.16% | 0.55Y |           4096 |          |      279 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_apollo02_curve.dds              | [0.01, 0.99] |    0.10% | 0.49Y |           4096 |          |      174 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_astral_curve.dds                | [0.02, 0.39] |    5.15% | 0.20Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_binary_curve.dds                | [0.01, 0.99] |   -0.16% | 0.33Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_blackwhite_curve.dds            | [0.00, 0.99] |    0.01% | 0.40Y |           4096 |          |       33 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_bleachbypass_curve.dds          | [0.01, 0.99] |    0.02% | 0.43Y |           4096 |          |      235 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_bloodshot_curve.dds             | [0.01, 0.72] |    3.51% | 0.32Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_chargen_curve.dds               | [0.01, 0.95] |    0.29% | 0.28Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_chargen_v002.dds                | [0.01, 1.00] |   -0.36% | 0.33Y |           4095 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_dystopia_curve.dds              | [0.00, 0.88] |    1.49% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_gemini_curve.dds                | [0.01, 0.99] |    0.23% | 0.53Y |           3904 |          |      148 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_grunge_curve.dds                | [0.00, 0.93] |    1.22% | 0.37Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_mercury_curve.dds               | [0.01, 0.78] |    4.86% | 0.45Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_nightvision_curve.dds           | [0.03, 0.99] |    0.44% | 0.67Y |           4093 |          |      241 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_noir_curve.dds                  | [0.00, 0.83] |    3.72% | 0.47Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_novashipyard_curve.dds          | [0.00, 0.66] |    4.95% | 0.30Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_starmap_v01.dds                 | [0.00, 1.00] |   -0.06% | 0.29Y |           4095 |          |        1 |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_swamp_curve.dds                 | [0.00, 0.96] |    0.50% | 0.29Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| lgt_lut_ui_vintage_curve.dds               | [0.02, 0.76] |    3.56% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+
| vecterasurfacelut.dds                      | [0.00, 0.94] |    0.81% | 0.36Y |           4096 |          |          |
+--------------------------------------------+--------------+----------+-------+----------------+----------+----------+


* Crush and clip count comes from the original file
* Each LUT file has 4096 pixels.