Graphic mod ENBSeries / patch ENBoost 0.265
Added AnchorsAmount*** parameters as mix factors between mist anchors and world center, this is per weather parameter (requested). Temporal antialiasing now capture data from helper plugin to fix bugs at certain places.
Added string variables to shaders for text annotations, added detailed shadows for hemisphere and spot lights. Mod editor size is automatically increased a little for bigger screen resolutions.
To make helper text in editor, insert string variable in to shader between definitions of another parameters, for example:
Code: Select all
string Param01 = "Brightness parameter begin";
float EBrightnessV2Day <
string UIName="EBrightnessV2Day";
string UIWidget="Spinner";
> = {0.4};
string Param02 = "Brightness parameter end";