1
Fork 0

MariENB Skyrim 2.2.7

This commit is contained in:
Marisa the Magician 2019-04-07 17:42:52 +02:00
commit eeac0ad0cc
8 changed files with 109 additions and 80 deletions

View file

@ -708,6 +708,22 @@ float palblend
<
string UIName = "Palette Blend";
string UIWidget = "Spinner";
float UIMin = 0.0;
float UIMax = 1.0;
> = {1.0};
/* technicolor shader */
string str_tech = "Technicolor";
bool techenable
<
string UIName = "Enable Technicolor";
string UIWidget = "Checkbox";
> = {false};
float techblend
<
string UIName = "Technicolor Blend";
string UIWidget = "Spinner";
float UIMin = 0.0;
float UIMax = 1.0;
> = {1.0};
string str_dither = "Dithering";
bool dodither