1
Fork 0

MariENB Skyrim 2.6.0

This commit is contained in:
Marisa the Magician 2019-04-07 17:45:06 +02:00
commit b7c83e4151
29 changed files with 1153 additions and 154 deletions

View file

@ -217,6 +217,33 @@ bool nbt
string UIName = "Apply Grain Before Tone Mapping";
string UIWidget = "Checkbox";
> = {true};
/* old dirt filter */
string str_dirt = "Screen Dirt";
bool dirtenable
<
string UIName = "Enable Dirt";
string UIWidget = "Checkbox";
> = {false};
float dirtcfactor
<
string UIName = "Dirt Coord Factor";
string UIWidget = "Spinner";
> = {0.1};
float dirtlfactor
<
string UIName = "Dirt Luminance Factor";
string UIWidget = "Spinner";
> = {0.0};
float dirtmc
<
string UIName = "Dirt Coord Zoom";
string UIWidget = "Spinner";
> = {3.0};
float dirtml
<
string UIName = "Dirt Luminance Zoom";
string UIWidget = "Spinner";
> = {1.0};
/* "adaptation" factors */
string str_adaptation = "Eye Adaptation";
bool aenable