0 of 0

File information

Last updated

Original upload

Created by

TreyM

Uploaded by

TreyM

Virus scan

Safe to use

Tags for this mod

About this mod

Fixes the awful default motion blur settings in the base game.

Permissions and credits
Donations





This mod simply fixes the god-awful smearing from the Unreal Engine motion blur settings used by Virtuos. The motion blur will now have a much more natural appearance. If you normally hate motion blur due to it looking the way it does in this game, give this a try and enable motion blur in your game settings.



To do this, you'll need to open your Engine.ini in a text editor. Depending on where you downloaded Oblivion Remastered, it will be in one of two places:

For the Steam version: 
%USERPROFILE%\Documents\My Games\Oblivion Remastered\Saved\Config\Windows\Engine.ini

For the Gamepass version: 
%USERPROFILE%\Documents\My Games\Oblivion Remastered\Saved\Config\WinGDK\Engine.ini

Once the file is opened, look for the [ConsoleVariables] section (if it doesn't exist, add it) and add the following lines:

[ConsoleVariables]
r.MotionBlurQuality=2
r.MotionBlur.Amount=0.39    ; Shutter angle
r.MotionBlurSeparable=1       ; Makes the blur less grainy
r.MotionBlur.TargetFPS=0     ; 0 = automatic ||| will auto-adjust based on FPS. Leave it at 0
r.MotionBlur.Max=5               ; Maximum width of the blur in percentage of the screen size



The download section of this mod contains an example Engine.ini file. Obviously, don't overwrite your Engine.ini with the example file unless yours is currently unmodified.

r.MotionBlur.Amount directly corresponds to shutter-angle for those familiar with videography and motion picture film. The "correct" value if we were emulating video cameras is 0.5, but I've decreased that a bit to 0.39 to provide a bit more motion clarity. If you find 0.39 still too much for your tastes, simply decrease this value. Values such as 0.33 or even as low as 0.25 are visually much tighter while still helping your FPS feel smoother overall.

A very fast way to adjust the motion blur amount live in the game is through the console which can be opened by pressing the tilde key on your keyboard to the left of the 1 on the number row of a US keyboard. The symbols on the key will be one or both of these: `  ~

(Users who don't have a US keyboard may need to look up what the console key is for their system) 

Once you have the console opened you can type:

r.MotionBlur.Amount 0.5

Simply change 0.5 to any value you like between 0.0 and 1.0. Once you find a value that you like, go back and edit it in your Engine.ini.