MariENB Skyrim 2.2.7
This commit is contained in:
parent
591968b4ae
commit
eeac0ad0cc
8 changed files with 109 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue