Dishonored 2
0 of 0

File information

Last updated

Original upload

Created by

TheJanitor

Uploaded by

TheJanitor

Virus scan

Safe to use

Tags for this mod

About this mod

This lets you toggle the HUD on/off ingame with a hotkey. You can also turn off crouch vignetting and sword trails.

Permissions and credits
Installation:

Simply drop all files in the main Dishonored2 install folder where the .exe is located

Once ingame, press TAB to toggle the HUD on or off.
 
Press H to toggle off sword trails and crouch vignetting.

Be aware that menus and loading screens will also disappear when HUD is toggled off.

Unfortunately this mod is not compatible with Reshade.

Disabling vignetting and sword trails separately:

If you dont want both effects disabled at the same time, simply open the Shaders folder and:

Delete these two files if you want to keep sword trails on:

e9d93cfa3b7e196c-ps_replace.txt
3f79882d4890e86c-ps_replace.txt


Delete this file if you want to keep vignetting on:

66e2ec7360a0c443-ps_replace.txt


If you want vignetting/sword trails to be always off:

Open the d3dx.ini, scroll down until you see [Constants], then simply change y = 1 to y = 0 like this:

[Constants]
x = 1
y = 1  <--- Change this to 0

Changing keybinds:

To change bindings simply open d3dx.ini, scroll down until you see ;Keybinds

[Key1]
Key = tab  <--- Change this for HUD toggle binding
x = 0
type = toggle

[Key2]
Key = h   <---  Change this for sword trail/vignetting binding
y = 0
type = toggle