The very first version of MariENB. Uses Generic ENB 0.0076.
This commit is contained in:
parent
1917a1cbb8
commit
807cbe600b
4 changed files with 741 additions and 13 deletions
148
enbseries.ini
Normal file
148
enbseries.ini
Normal file
|
|
@ -0,0 +1,148 @@
|
|||
[PROXY]
|
||||
EnableProxyLibrary=0
|
||||
InitProxyFunctions=0
|
||||
ProxyLibrary=
|
||||
|
||||
[GLOBAL]
|
||||
UseEffect=1
|
||||
AlternativeDepth=1
|
||||
AllowAntialias=1
|
||||
BugFixMode=0
|
||||
SkipShaderOptimization=0
|
||||
QuadVertexBuffer=1
|
||||
EnableShaders_3_0=1
|
||||
AdditionalConfigFile=enbseries2.ini
|
||||
UseMRTRendering=0
|
||||
TempF1=100
|
||||
TempF2=100
|
||||
TempF3=100
|
||||
TempF4=100
|
||||
TempF5=100
|
||||
TempF6=100
|
||||
TempF7=100
|
||||
TempF8=100
|
||||
TempF9=100
|
||||
TempF0=100
|
||||
|
||||
[EFFECT]
|
||||
EnableBloom=0
|
||||
EnableOcclusion=0
|
||||
EnableReflection=0
|
||||
EnableMotionBlur=0
|
||||
EnableWater=0
|
||||
EnableShadow=0
|
||||
DepthBias=0
|
||||
EnableDepthOfField=0
|
||||
EnableReflectiveBump=0
|
||||
|
||||
[INPUT]
|
||||
KeyUseEffect=123
|
||||
KeyBloom=120
|
||||
KeyOcclusion=121
|
||||
KeyReflection=122
|
||||
KeyCombination=16
|
||||
KeyScreenshot=44
|
||||
KeyShadow=119
|
||||
KeyWater=118
|
||||
KeyShowFPS=106
|
||||
|
||||
[REFLECTION]
|
||||
ReflectionPower=0
|
||||
ChromePower=0
|
||||
UseCurrentFrameReflection=0
|
||||
ReflectionQuality=0
|
||||
ReflectionSourceSpecular=0
|
||||
ReflectionSourceTFactor=0
|
||||
UseAdditiveReflection=0
|
||||
ReflectionDepthBias=0
|
||||
UseLowResReflection=0
|
||||
ReflectionSinglePass=0
|
||||
UseEnvBump=0
|
||||
EnvBumpAmount=0
|
||||
EnvBumpOffset=0
|
||||
ReflectionFlip=0
|
||||
IBLAmount=0
|
||||
IBLPower=0
|
||||
|
||||
[BLOOM]
|
||||
BloomPowerDay=0
|
||||
BloomFadeTime=0
|
||||
BloomConstantDay=0
|
||||
BloomQuality=0
|
||||
BloomScreenLevelDay=0
|
||||
BloomCurveDay=0
|
||||
BloomPowerNight=0
|
||||
BloomConstantNight=0
|
||||
BloomCurveNight=0
|
||||
BloomScreenLevelNight=0
|
||||
BloomAdaptationScreenLevel=0
|
||||
BloomAdaptationMultiplier=0
|
||||
BloomAllowOversaturation=0
|
||||
BloomMaxLimit=0
|
||||
|
||||
[SSAO]
|
||||
UseFilter=0
|
||||
OcclusionQuality=0
|
||||
FilterQuality=0
|
||||
DarkeningLevel=0
|
||||
BrighteningLevel=0
|
||||
IlluminationLevel=0
|
||||
AdditiveIlluminationLevel=0
|
||||
UseAmbientOcclusion=0
|
||||
UseIndirectLighting=0
|
||||
FadeDistance=0
|
||||
UseForAlphaTest=0
|
||||
UseForAlphaBlend=0
|
||||
|
||||
[COLORCORRECTION]
|
||||
DarkeningAmountDay=0
|
||||
ScreenLevelDay=0
|
||||
ScreenLevelNight=0
|
||||
DarkeningAmountNight=0
|
||||
GammaCurveDay=0
|
||||
GammaCurveNight=0
|
||||
ColorSaturationDay=0
|
||||
ColorSaturationNight=0
|
||||
UsePaletteTexture=0
|
||||
|
||||
[WATER]
|
||||
UseWaterDeep=0
|
||||
WaterDeepness=0
|
||||
WaterQuality=0
|
||||
|
||||
[SHADOW]
|
||||
ShadowFadeStart=0
|
||||
ShadowFadeEnd=0
|
||||
ShadowAmountDay=0
|
||||
ShadowAmountNight=0
|
||||
ShadowScreenLevelDay=0
|
||||
ShadowScreenLevelNight=0
|
||||
ShadowQuality=0
|
||||
UseShadowFilter=0
|
||||
FilterQuality=0
|
||||
ShadowBlurRange=0
|
||||
|
||||
[ENGINE]
|
||||
ForceAnisotropicFiltering=0
|
||||
MaxAnisotropy=16
|
||||
ForceDisplayRefreshRate=0
|
||||
DisplayRefreshRateHz=60
|
||||
|
||||
[MOTIONBLUR]
|
||||
MotionBlurQuality=0
|
||||
MotionBlurVelocity=0
|
||||
MotionBlurRotation=0
|
||||
|
||||
[PERPIXELLIGHTING]
|
||||
SpecularColorMin=0
|
||||
SpecularColorMax=0
|
||||
SpecularColorMultiplier=0
|
||||
SpecularGlossinessMin=0
|
||||
SpecularGlossinessMax=0
|
||||
SpecularGlossinessMultiplier=0
|
||||
|
||||
[DEPTHOFFIELD]
|
||||
DOFQuality=0
|
||||
DOFNumberOfPasses=0
|
||||
DOFFocusRange=0
|
||||
DOFBlurinessRange=0
|
||||
Reference in a new issue