Save your game in the bunker and exit
Open this file with notepad (no need to uninstall mods or anything):-
C:\Ubisoft\Silent Hunter 5\data\Scripts\Menu\TheDarkWraithUserOptions.py
look for:-
Quote:
#;#################################### UI Stuff (SH3/4/5 modes) ##################################
#;+++++++++++++ UI Style ++++++++++++++
#; Possible UI Styles:
SH5Enhanced = 0
SH3Style = 1
SH4Style = 2
#[OPTION]
#CATEGORY=UI
#TYPE=5
#DESCRIPTION=UI style used in-game
#VALUES=SH5Enhanced,SH3Style,SH4Style
#DEFAULT=SH5Enhanced
#; the current UI Style
#; set below to either SH3Style, SH4Style, or SH5Enhanced
UIStyle=SH5Enhanced
|
change to
UIStyle=SH3Style