Dishonored might have been a great PC port and a good implementation of the Unreal Engine by developers but you can always tweak settings for a better experience. Our Dishonored PC Performance Tweaks Guide will help you get the more out of your experience.
Dishonored PC Performance Tweaks
A Word of Warning!
Make sure you back up both save game files and the files that you will be tweaking! We are NOT responsible for any damage that could be caused with excessive experimentation with the game system files.
The Configuration Files:
Like many other games, the config files of Dishonored are in the ‘.ini’ format, which can be opened with Notepad. They can be found in the following location:
\Documents\My Games\Dishonored\DishonoredGame\Config
Again, make sure you back them up before making changes in case something goes wrong.
Disable Startup Movies
To disable startup movies, you have excess to multiple variables, and like the gameplay of the game itself, you have a variety of options at hand as to how you would disable movies.
You will find everything you need in the DishonoredEngine.ini file.
If you want to disable ALL the in-game movies, search for the following variable:
bForceNoStartupMovies
Set the value of the variable to TRUE, to make it look like:
bForceNoStartupMovies=TRUE
If you want to disable some specific movies, you can choose to find the following variables:
StartupMovies=Black_266ms
StartupMovies=ZenimaxLegal
StartupMovies=ZenimaxLegalFR
StartupMovies=LogoBethesda
StartupMovies=LogoArkane
StartupMovies=UE3_logo
StartupMovies=Legal
StartupMovies=Loading
Just at a semicolon (;) to the start of the desired variable to prevent the game from reading that variable and hence disabling the movie.
It should look like this:
;StartupMovies=Black_266ms
;StartupMovies=ZenimaxLegal
;StartupMovies=ZenimaxLegalFR
;StartupMovies=LogoBethesda
;StartupMovies=LogoArkane
;StartupMovies=UE3_logo
;StartupMovies=Legal
;StartupMovies=Loading
Improving Shadow Quality
If you are playing on high resolution, you might not be too happy with the game’s shadow quality. Don’t worry, as there is a way to improve them.
Again looking in the DishonoredEngine.ini file, search for the following variable:
MaxShadowResolution
MaxWholeSceneDominantShadowResolution
Set the values of these variables to 4096. They should look like:
MaxShadowResolution=4096
MaxWholeSceneDominantShadowResolution=4096
Check in-game and you should notice a difference. Do note however, that this may cause loss in performance.
Disable Framerate Smoothing
Frame-rate smoothing is a variable that attempts to sort of improve the change in frame-rates in the game. This however can actually cause some performance drop. If you have variable frame-rates in the game along with stuttering, you might want to disable it.
Search the DishonoredEngine.ini file for the following:
bSmoothFrameRate
If it is set to TRUE, then disable it by changing it to FALSE to make it look like this:
bSmoothFrameRate=FALSE
Improve Frame-rates
Two of the main things that may cause performance issues are lighting and shadows. These two can be dealt with easily by change a few variables.
Search the DishonoredEngine.ini file for the following:
DynamicLights
DynamicShadows
bAllowLightShafts
Set them all to FALSE. They should look like:
DynamicLights=False
DynamicShadows=False
bAllowLightShafts=False
Adjusting FOV and Zoom
Though Dishonored gives you the option of increasing the Field of View in the in-game options menu, it is limited to a weird value of 85.
If you are the kind of person who prefers better viewing, then you should consider changing that manually. This can be done by creating a binding to one of your keys through the DishonoredInput.ini file.
Open the file, and search for the commands that start with “m_PCBindings”
At the bottom of those commands, add the following:
m_PCBindings=(Name=”F10″,Command=”FOV 85″,Control=False,Shift=False,Alt=False)
m_PCBindings=(Name=”F12″,Command=”FOV XXX”,Control=False,Shift=False,Alt=False)
The first command will allow you to make your Field of View to 85 by pressing F10. The second command will allow you to increase your FOV beyond that 85 limit to whatever you want when you press F12 – just replace the XXX with your desired number (I recommend not going above 115).
Now, to increase the Zooming feature (which is a Power-up in the game), find the following command:
BaseBindings=(Name=”GBA_Zoom”,Command=”Dis_Zoom”)
Replace this with the following:
BaseBindings=(Name=”ZoomIn”,Command=”Dis_Zoom | FOV 35 | setbind RightMouseButton ZoomOut”,Control=False,Shift=False,Alt=False,LeftT rigger=False,RightTrigger=False,bIgnoreCtrl=False, bIgnoreShift=False,bIgnoreAlt=False)
BaseBindings=(Name=”ZoomOut”,Command=”Dis_Zoom | FOV XXX | setbind RightMouseButton ZoomIn”,Control=False,Shift=False,Alt=False,LeftTr igger=False,RightTrigger=False,bIgnoreCtrl=False,b IgnoreShift=False,bIgnoreAlt=False)
Replace the XXX in the second command with whatever your standard FOV is. Basically, by reducing that ‘35’ to even a lower value, you will zoom in even more.
Improving Texture Sharpness and Visuals
You can use Nvidia Inspector to further enhance your textures. Use the following settings for Dishonored in Nvidia Inspector in order to get the best textures out of the game.
- Antialiasing Mode – Override any application setting
- Antialiasing Setting – 4x [4x Multisampling]
- Antialiasing Transparency Supersampling – 4x Sparse Grid Supersampling
- Nvidia Predefined FXAA Usage – Disallowed
- Anisotropic Filtering Setting – 16x
- Texture Filtering Quality – High-Quality
You can also tweak a few settings in the .ini files to get the most out of the game visually.
Go into My Documents\My Games\Dishonored\DishonoredGame\Config\DishonoredEngine
TextureForcedLODBias=0
bAllowHardwareShadowFiltering=True
SkeletalLODDistanceFactorMultiplier=0
iType_AntiAlias=32
bAllowRatsShadow=True
MaxAnisotropy=16
ShadowFilterQualityBias=0
MaxShadowResolution=4096
MaxWholeSceneDominantShadowResolution=4096
How To Get 60 FPS
In order to get that smooth 60 frames per second experience from Dishonored you are going to tweak a little bit in the .ini file.
Go into My Documents\My Games\Dishonored\DishonoredGame\Config\DishonoredEngine
Adjust the following settings with the following numbers respectively,
- MinSmoothedFrameRate=59
- MaxSmoothedFrameRate=61
Save the file and you are all set.
If you have any additional tweaks that would greatly aid players in improving performance and/or enhancing the experience, please share with us by commenting below.
Preventing Bodies from Disappearing
You might have to make certain tweaks in order to prevent bodies from annoyingly disappearing. Go to the following folder and open DefaultAI
Steam\steamapps\common\Dishonored\DishonoredGame\Config\DefaultAI.
Change these lines to these settings.
m_CorpseAbsoluteMaximumCount=50
m_CorpseIdealMaximumCount=50
m_bCorpseCleanupInView=false