1
Fork 0

MariENB Skyrim 2.2.3

This commit is contained in:
Marisa the Magician 2019-04-07 17:42:15 +02:00
commit 362333b534
23 changed files with 557 additions and 929 deletions

View file

@ -720,8 +720,14 @@ int dither
string UIName = "Dither Pattern";
string UIWidget = "Spinner";
int UIMin = 0;
int UIMax = 4;
> = {4};
int UIMax = 2;
> = {2};
string str_bloom = "Bloom Settings";
bool bloomlighten
<
string UIName = "Use Lighten Blend";
string UIWidget = "Checkbox";
> = {false};
string str_debug = "Debugging";
bool bloomdebug
<