Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Open your folder with game, then go to gamedata/shaders/r2
and here in this folder should be a txt. file named ShaderSettings. Open it.
If you can see a line that looks like that:
#define DEPTH_OF_FIELD // Enables Depth Of Field # Blurs objects in the distance
That's it, that's the DOF you don't want. All you need to do is add // at the start.
So then it should look like that
//#define DEPTH_OF_FIELD // Enables Depth Of Field # Blurs objects in the distance
Fixed.
Hope i helped.