Removes Depth of Field effects without disabling DoF to workaround engine bug.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Console modding permissionThe author gave permission for someone else to port this mod to console and for it to be uploaded to Bethesda.net. Please credit the author, however
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is not opted-in to receive Donation Points
Changelogs
Version 0.4
Added removal for:
- VATS/VANS
- Slow time effects
Version 0.3
Added removal for:
- Conversations.
- Power armor Pipboy.
- Inspection in Pipboy/power armor.
- Crafting menus.
Version 0.2
Added removal for Pipboy menu.
Version 0.1
Initial release. Removes DoF effect from Ironsights.
I'm a bit surprised to not find a mod that does this, considering the engine bug has been around since Skyrim.
You might be asking "Why would I need a mod to remove Depth of Field when there's an option in the config file/launcher"?
Well, take a look at the screenshot below (full size here).
That's what happens to the underwater effect when you disable DoF in the options. It disappears!
Needless to say, you don't want underwater being crystal clear (unless you like your immersion breaking.. or want to cheat!).
This mod aims to remove the Depth of Field effects throughout the game while retaining the underwater effect. See this video for comparison:
Currently this mod removes:
Ironsights DoF.
Dialogue DoF.
Crafting DoF.
Pipboy DoF (including power armor).
Inspection DoF. (optional)
VATS/VANS DoF. (wasn't too visible)
Slow time effect (like Jet) DoF.
I'll (potentially) provide optional solutions later on if requested or if I find something I prefer instead. (eg. inspection DoF in place as it's a bit harder to focus on the item with everything clear)
TODO:
- Remove lockpick DoF. (Couldn't find it in the file) - Remove radial blur as an optional file. - Remove any other blurring effect I find or is requested. - Potentially remove soft DoF/blur applied as atmospheric effects throughout the game. This requires playtesting. (Requested)
--- Technical details: You can open the file in FO4Edit to see what it does.
If you are lazy:
Sets Game Setting "fIronSightsDOFStrength" to 0.
Changes Image Space Adapters for various things, specifically the WNAM - DoF Strength value to 0.
Future radial blur removal for certain things may also set the Blur Radius and Radial Blur Strength WNAM's to 0.
The esp was created with the latest version(s) of FO4Edit. (as of December 2015)
If you only care about the Ironsights blur and do not want to use an .esp for it, you can use the console command: setgs fIronSightsDOFStrength 0 However, this must be set at every game load, as it is not saved beyond your current session. Alternatively, there's a mod that does -only- that: http://www.nexusmods.com/fallout4/mods/2304/?
I'm going to assume you know the basics of enabling mods for FO4, and enabling .esps specifically. If not, please see Gopher's video: FALLOUT 4: Enabling Modding for PC (UPDATED)
Pardon any teething issues; this is my first upload to the Nexus since I started using it 6 years ago. Will try to pretty up the description page as I learn it better.