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)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Help us translate Steam
Find this location: C:\Users\YOURNAME\AppData\Local\ZoneUE4\Saved\Config\WindowsNoEditor (the appdata folder might be hidden, so unhide it).
Find the scaleability.ini and add this to it.
[PostProcessQuality@3]
r.MotionBlurQuality=0
And that should be it.
And on the choice of language and subtitles, can I manually add something in the config?
The game is basically unplayable om AMD FX CPU's at the moment.
Tip from Skolia on the official forum.
"""""""""""""""""""""""
Skolia
1
7m
It’s an Unreal 4 engine game so likely you can, I have NOT tested this.
In theory you could set (add) r.MotionBlurQuality=0 in %LOCALAPPDATA%\ZoneUE4\Saved\Config\WindowsNoEditor\GameUserSettings.ini under [ScalabilityGroups] - should be added at the bottom of the section since sg.PostProcessQuality=3 will set motion blur to r.MotionBlurQuality=4
( For a reference of all settings in that file, consult UE4 Docs
Before:
[ScalabilityGroups]
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3
sg.ViewDistanceQuality=3
[/script/engine.gameusersettings]
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
WindowPosX=-1
WindowPosY=-1
bUseDesiredScreenHeight=False
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000
After:
[ScalabilityGroups]
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3
sg.ViewDistanceQuality=3
r.MotionBlurQuality=0
[/script/engine.gameusersettings]
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
WindowPosX=-1
WindowPosY=-1
bUseDesiredScreenHeight=False
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000
Again, untested.
""""""""""""""""""""""""""""""""""""