Skyrim Se Depth Of Field

broken image


  • For The Elder Scrolls V: Skyrim Special Edition on the Xbox One, a GameFAQs message board topic titled 'What is the new depth of field?'
  • May 22, 2018 For The Elder Scrolls V: Skyrim Special Edition on the PlayStation 4, a GameFAQs message board topic titled 'Depth of field?'
Advanced Depth of Field for TES Skyrim, TES Skyrim Special Edition and Fallout 4

The Elder Scrolls V: Skyrim Special Edition Winner of more than 200 Game of the Year Awards, Skyrim Special Edition brings the epic fantasy to life in stunning detail. The Special Edition includes the critically acclaimed game and add-ons with all-new features like remastered art and effects, volumetric god rays, dynamic depth of field, screen. License fl studio 20.



Hey there!
Need some slight Depth of Field for gameplay, or are you the screenarcher who tortures the videocard with 4K,5K resolutions and need some nifty bokeh shapes to emphasise your perfect shot you've been setting up for half an hour? Say no more! This Depth of Field shader can do all that. Even though the size and feature set might be a tiny bit intimidating at first, you'll see that it's actually easy to get used to and even if you just want a bit blur in your scene, you can use conservative settings and get what you want without sacrificing a lot of FPS.

Highly recommended video to get started with this shader plugin, thanks to tapioks:

FEATURES
  • Autofocus for gameplay
  • Manual focus for perfect shots when automated focus detection doesn't really cut it
  • Tilt Shift for some cool and alternative scenes
  • Chromatic aberration, also featuring a new innovative algorithm for no performance cost
  • Numerous shape controls for easy recreation of any bokeh shape seen in movies of photographs
  • Bokeh shape preview overlay so you can directly see how one arbitrary control affects your bokeh
  • Smoothing of bokeh shape, improved over regular gaussian blur
  • On-the-fly option to render in a lower resolution, making even wide and high quality blur easy on hardware and framerate
  • Optional switch to make perceived blur width coherent on different resolutions, so users of your ENB have the same experience as you do
  • Screen-Space Ambient Obscurance as a placeholder for the ENBSeries SSAO that may or may not be implemented into SSE ENB in the future.

DOWNLOAD

3.0 - 1.11.17 - sse/f4________________ 3.0DX9 - 16.02.18 - oldrim
2.1f - 19.03.17 - sse/f4
1.51- 22.12.16 - sse/f4
1.5- 22.12.16 - sse/f4
1.41- 17.12.16 - sse/f4
1.4 - 17.12.16 - sse/f4
1.3b - 3.12.16 - sse/f4
1.2 - 13.11.16 - sse/f4
1.1 - 4.11.16 - sse/f4
1.0 - 3.11.16 - sse/f4

CHANGELOG
2.1f: add SSAO, add second post blur variant (bokeh blur second instance instead of gaussian), add sharpening (matso code), various code improvements (read: I don't remember what I did but it surely had its purpose), improve inline documentation
1.51: fix bug with chroma order 1, 5 and 6 using derivative chromatic aberration
1.5: add new chromatic aberration mode that should perform almost as well as old one at no fps cost (shape chroma mode now switches between the 2 modes, the color shifts are now controlled by shape chroma order), fix bug with Tilt Shift, added bokeh flicker reducer (timothy lottes, crytek mixed), modify shape preview for higher performance and better compatibility with future updates, code cleanups
1.41: fixed bug with preview window, modified functionality to enable it with GUI.
1.4: fix bug with tilt shift + postblur, add preview window for bokeh shape, add second mask mode, add option to make blur width independt from screen size (FHD -> DSR no longer changes perceived blur width), add autofocus smoothing (correct-ish, recursive function can never be fixed fully), changed functionality of fADOF_InfiniteFocus, various code restructures and improvements to improve performance, modify default file for plug&play gameplay config instead of crazy test values
1.3: add tilt shift
1.2: readd shape weight, add shape chroma with a different algorithm, modify bokeh blur algorithm for higher performance
1.1: readd various features of ReShade equivalent, add UI vars
1.0: initial release
UI VARS DOCUMENTATION
  • FocusMode 0 (gp65cj042/McFly modified) Parameters (hidden for FocusMode 1)
    • Autofocus (Enable Autofocus 1)
      • Enable Autofocus: Enables automated focus detection by taking the depth of Autofocus sample center into consideration.
      • Autofocus sample center: The Autofocus checks the depth at this point to determine what you're looking at to blur everything what you're not looking at.
      • Autofocus sample count: Amount of additional points around the sample center for a more coherent focus depth detection. Just like 1 pixel is not very meaningful for the average color onscreen, autofocus needs to take more samples than 1.
      • Autofocus sample radius: The distance of the additional samples around the sample center.
      Example:
    • Manual focus (Enable Autofocus 0)
      • Manual focus depth: the distance of the focus plane. 0.0 equals camera, 1.0 equals sky. Lower values move focused area closer to player.
    • (both manual & auto)
      • Near blur curve: curve of blur of near blur area (area closer to camera than focus).
      • Far blur curve: curve of blur of far blur area (area behind focus plane).
      • Near blur mult: multiplier of blur of near blur area (area closer to camera than focus).
      • Far blur mult: multiplier of blur of far blur area (area behind focus plane).
      • Infinite depth distance: Parameter to make DoF effects cut off early. Everything larger than that is considered as 'infinitely far away', hence not triggering any autofocus or anything. If set to 1.0 (no effect), DoF will react to focus changes from a mountain to the sky (which in real life have no effect on your eye). Setting it to 0.1 or lower and using autofocus, your image will be not blurred except you're very close to an object. Good for gameplay.
  • FocusMode 1 (Tilt Shift) Parameters (hidden for FocusMode 0)
    • Tilt Shift Axis Position: Position of TS axis (blur increases perpendiculary to axis).
    • Tilt Shift Focus Width: Size of the area around the axis with no blur.
    • Tilt Shift Axis Rotation: Rotation of TS axis. 0 deg means horizontal axis, 90 deg means vertical (axis pos will move axis left/right then).
    • Tilt Shift Blur Curve: Curve of TS blur.
  • Bokeh Blur & Shape Parameters
    • Bokeh Intensity: The intensity of the bokeh effect. with 1.0, the DoF looks like gaussian. Note that higher values make DoF more temporally unstable (flickering for low AA-ed areas)
    • Enable Bokeh shape preview window: This shows a small window on the bottom right corner of your screen that directly shows how your bokeh shape looks like.
    • Bokeh shape max size: The overall blur intensity control of the DoF. If bADOF_BlurDependingOnPixelSize 1 in fx file, this parameter directly maps to the maximum blur radius in pixels the DoF will produce for areas completely out of focus.
    • Bokeh shape vertices: Amount of vertices of the DoF shape (5 => Pentagon, 6 => Hexagon and so on).
    • Bokeh shape quality: Amount of samples for the bokeh shape, higher means sharper bokeh shape but less performance. Raise until you see no difference between increments.
      Example:
    • Bokeh shape curvature: Deforms the polygon into circle (curvature 1) or star shape (curvature -1).
      Example:
    • Bokeh shape rotation: Angle of rotation of the bokeh shape.
    • Bokeh shape aspect ratio: This controls the width of the bokeh shape. ratio = 0 deforms bokeh shape to vertical line.
    • Bokeh Shape Weight Parameters (hidden if Shape Weight is disabled)
      • Bokeh shape weight curve: Curve of the bokeh weighting (donut effect). Higher values expand the dark area inside the bokeh shape. Test value in preview window.
      • Bokeh shape weight amount: Amount of the bokeh weighting (donut effect). Higher values make the darkening inside the bokeh shape more intensive. Test value in preview window.
      • Example:[img]http://abload.de/img/weightgqs98.png[/img]
    • Other Parameters
      • Shape chroma amount: ONLY SHOWS UP IF CA IS ENABLED IN FX FILE! Amount of color shift of the bokeh shape caused by chromatic aberration (color effect on the outside of the bokeh shape).
      • Blur render res mult: Scale of the bokeh blur. 0.5 means the bokeh blur is rendered in half the X Y resolution, which means only 1/4 of the fullres pixels are processed. Works exactly like ENB AO control 'SizeScale'. HUGE performance benefit.
      • Gaussian postblur width: Blur width of the small-scale gaussian blur after the main bokeh blur to make the shape a bit sharper and hide undersampling artifacts.
[/list]
SCREENSHOTS
Advanced Depth of Field for TES Skyrim, TES Skyrim Special Edition and Fallout 4

Hey there!
Need some slight Depth of Field for gameplay, or are you the screenarcher who tortures the videocard with 4K,5K resolutions and need some nifty bokeh shapes to emphasise your perfect shot you've been setting up for half an hour? Say no more! This Depth of Field shader can do all that. Even though the size and feature set might be a tiny bit intimidating at first, you'll see that it's actually easy to get used to and even if you just want a bit blur in your scene, you can use conservative settings and get what you want without sacrificing a lot of FPS.
Field

Highly recommended video to get started with this shader plugin, thanks to tapioks:

FEATURES
  • Autofocus for gameplay
  • Manual focus for perfect shots when automated focus detection doesn't really cut it
  • Tilt Shift for some cool and alternative scenes
  • Chromatic aberration, also featuring a new innovative algorithm for no performance cost
  • Numerous shape controls for easy recreation of any bokeh shape seen in movies of photographs
  • Bokeh shape preview overlay so you can directly see how one arbitrary control affects your bokeh
  • Smoothing of bokeh shape, improved over regular gaussian blur
  • On-the-fly option to render in a lower resolution, making even wide and high quality blur easy on hardware and framerate
  • Optional switch to make perceived blur width coherent on different resolutions, so users of your ENB have the same experience as you do
  • Screen-Space Ambient Obscurance as a placeholder for the ENBSeries SSAO that may or may not be implemented into SSE ENB in the future.

DOWNLOAD

3.0 - 1.11.17 - sse/f4________________ 3.0DX9 - 16.02.18 - oldrim
2.1f - 19.03.17 - sse/f4
1.51- 22.12.16 - sse/f4
1.5- 22.12.16 - sse/f4
1.41- 17.12.16 - sse/f4
1.4 - 17.12.16 - sse/f4
1.3b - 3.12.16 - sse/f4
1.2 - 13.11.16 - sse/f4
1.1 - 4.11.16 - sse/f4
1.0 - 3.11.16 - sse/f4

CHANGELOG
2.1f: add SSAO, add second post blur variant (bokeh blur second instance instead of gaussian), add sharpening (matso code), various code improvements (read: I don't remember what I did but it surely had its purpose), improve inline documentation
1.51: fix bug with chroma order 1, 5 and 6 using derivative chromatic aberration
1.5: add new chromatic aberration mode that should perform almost as well as old one at no fps cost (shape chroma mode now switches between the 2 modes, the color shifts are now controlled by shape chroma order), fix bug with Tilt Shift, added bokeh flicker reducer (timothy lottes, crytek mixed), modify shape preview for higher performance and better compatibility with future updates, code cleanups
1.41: fixed bug with preview window, modified functionality to enable it with GUI.
1.4: fix bug with tilt shift + postblur, add preview window for bokeh shape, add second mask mode, add option to make blur width independt from screen size (FHD -> DSR no longer changes perceived blur width), add autofocus smoothing (correct-ish, recursive function can never be fixed fully), changed functionality of fADOF_InfiniteFocus, various code restructures and improvements to improve performance, modify default file for plug&play gameplay config instead of crazy test values
1.3: add tilt shift
1.2: readd shape weight, add shape chroma with a different algorithm, modify bokeh blur algorithm for higher performance
1.1: readd various features of ReShade equivalent, add UI vars
1.0: initial release

Skyrim Se Depth Of Field Lines


UI VARS DOCUMENTATION
  • FocusMode 0 (gp65cj042/McFly modified) Parameters (hidden for FocusMode 1)
    • Autofocus (Enable Autofocus 1)
      • Enable Autofocus: Enables automated focus detection by taking the depth of Autofocus sample center into consideration.
      • Autofocus sample center: The Autofocus checks the depth at this point to determine what you're looking at to blur everything what you're not looking at.
      • Autofocus sample count: Amount of additional points around the sample center for a more coherent focus depth detection. Just like 1 pixel is not very meaningful for the average color onscreen, autofocus needs to take more samples than 1.
      • Autofocus sample radius: The distance of the additional samples around the sample center.
      Example:
    • Manual focus (Enable Autofocus 0)
      • Manual focus depth: the distance of the focus plane. 0.0 equals camera, 1.0 equals sky. Lower values move focused area closer to player.
    • (both manual & auto)
      • Near blur curve: curve of blur of near blur area (area closer to camera than focus).
      • Far blur curve: curve of blur of far blur area (area behind focus plane).
      • Near blur mult: multiplier of blur of near blur area (area closer to camera than focus).
      • Far blur mult: multiplier of blur of far blur area (area behind focus plane).
      • Infinite depth distance: Parameter to make DoF effects cut off early. Everything larger than that is considered as 'infinitely far away', hence not triggering any autofocus or anything. If set to 1.0 (no effect), DoF will react to focus changes from a mountain to the sky (which in real life have no effect on your eye). Setting it to 0.1 or lower and using autofocus, your image will be not blurred except you're very close to an object. Good for gameplay.
  • FocusMode 1 (Tilt Shift) Parameters (hidden for FocusMode 0)
    • Tilt Shift Axis Position: Position of TS axis (blur increases perpendiculary to axis).
    • Tilt Shift Focus Width: Size of the area around the axis with no blur.
    • Tilt Shift Axis Rotation: Rotation of TS axis. 0 deg means horizontal axis, 90 deg means vertical (axis pos will move axis left/right then).
    • Tilt Shift Blur Curve: Curve of TS blur.
  • Bokeh Blur & Shape Parameters
    • Bokeh Intensity: The intensity of the bokeh effect. with 1.0, the DoF looks like gaussian. Note that higher values make DoF more temporally unstable (flickering for low AA-ed areas)
    • Enable Bokeh shape preview window: This shows a small window on the bottom right corner of your screen that directly shows how your bokeh shape looks like.
    • Bokeh shape max size: The overall blur intensity control of the DoF. If bADOF_BlurDependingOnPixelSize 1 in fx file, this parameter directly maps to the maximum blur radius in pixels the DoF will produce for areas completely out of focus.
    • Bokeh shape vertices: Amount of vertices of the DoF shape (5 => Pentagon, 6 => Hexagon and so on).
    • Bokeh shape quality: Amount of samples for the bokeh shape, higher means sharper bokeh shape but less performance. Raise until you see no difference between increments.
      Example:
    • Bokeh shape curvature: Deforms the polygon into circle (curvature 1) or star shape (curvature -1).
      Example:
    • Bokeh shape rotation: Angle of rotation of the bokeh shape.
    • Bokeh shape aspect ratio: This controls the width of the bokeh shape. ratio = 0 deforms bokeh shape to vertical line.
    • Bokeh Shape Weight Parameters (hidden if Shape Weight is disabled)
      • Bokeh shape weight curve: Curve of the bokeh weighting (donut effect). Higher values expand the dark area inside the bokeh shape. Test value in preview window.
      • Bokeh shape weight amount: Amount of the bokeh weighting (donut effect). Higher values make the darkening inside the bokeh shape more intensive. Test value in preview window.
      • Example:[img]http://abload.de/img/weightgqs98.png[/img]
    • Other Parameters
      • Shape chroma amount: ONLY SHOWS UP IF CA IS ENABLED IN FX FILE! Amount of color shift of the bokeh shape caused by chromatic aberration (color effect on the outside of the bokeh shape).
      • Blur render res mult: Scale of the bokeh blur. 0.5 means the bokeh blur is rendered in half the X Y resolution, which means only 1/4 of the fullres pixels are processed. Works exactly like ENB AO control 'SizeScale'. HUGE performance benefit.
      • Gaussian postblur width: Blur width of the small-scale gaussian blur after the main bokeh blur to make the shape a bit sharper and hide undersampling artifacts.
[/list]
SCREENSHOTS

Skyrim Se Depth Of Field Artillery






broken image