Outlast 2

Outlast 2

View Stats:
 This topic has been pinned, so it's probably important
BleuBleu  [developer] Apr 24, 2017 @ 8:08am
Official Outlast 2 Graphics Settings Guide
Graphics Settings
Here is a list of all the available graphics settings in the option menu. If you are experiencing performance issues, please read carefully.

Resolution
The display resolution of the monitor.
  • The native monitor resolution will be marked as [Native].
  • Any resolution matching the native aspect ratio will be marked as [Recommended].

Textures
The resolution of the textures. Very High will display the textures as the artists painted them. Anything lower will reduce them. Trying to use larger textures than your RAM/VRAM can handle is likely to lead to poor performance.
  • Systems running Direct3D 10 will be restricted to “Low” or lower.
  • Systems having 1GB of VRAM or less will be restricted to “Medium” or lower.

Texture Filtering
Anisotropic filtering, from 1x to 16x. You video card might limit the filtering to a lower value if it is not supported.

Shadow Quality
Controls the resolution of the shadows. Higher values will requires your video card to do more work. Direct3D 10 hardware will be forced to use the "Low" setting.
  • Low: Shadows will be half the resolution (512).
  • Medium: Shadow will use the default resolution (1024).
  • High: Shadows resolution is doubled (2048).

Geometry Quality
Controls the detail and draw distance of objects. Using the "High" setting is likely to ad more pressure on your CPU. Systems with low/mid-range CPUs should restrain from using the "High" setting.
  • Low: Objects will use low polygon version more often and decals will disappear quite close to the camera.
  • Medium: Balanced draw distance.
  • High: Draw distances and geometry detail is greatly increased.

Fog
Quality of the fog and volumetric effects in the game. The "High" setting will add a lot of pressure on you GPU and only make a subtle difference. Restrain from using "High" unless you own a hi-range graphics card. Direct3D 10.0 hardware will be forced to use a lower quality version of the fog.
  • Medium: Good balance of performance and quality.
  • High: Softer volumetric effects and slightly less flickering in the fog, the difference is subtle.

Effects
Controls other miscellaneous effects. When set to “High”, effects such as skin shading and parallax occlusion mapping are enabled. Direct3D 10 hardware will be forced to use the "Low" setting.

Anti-Aliasing
Anti-aliasing technique, both have relatively low cost. We recommend always using "Temporal".
  • FXAA: Fast approximate anti-aliasing
  • Temporal: Temporal Anti-aliasing.

Motion Blur
Toggles motion blur.

V-Sync
Toggles V-Sync. Running without vertical synchronization might create tearing but will allow you to run at a frame rate independent of your monitor refresh rate.

To specify the maximum frame rate when running without V-Sync, please see the “Advanced INI File Options” section below.

Please note that when playing in windowed or borderless full-screen mode, it is likely that Windows enforce v-sync. It is also possible that different versions of Windows behave differently.

Fullscreen
Toggles between full-screen and windowed mode. You can use ALT-ENTER at any time to toggle between windowed/full-screen.

To use borderless full-screen, please see the “Advanced INI File Options” section below.

Triple Buffering
Enables triple buffering. Triple buffering can allow you to run with V-Sync and without tearing, at a frame-rate relatively indenpendant of you monitor (not locked to either 30 or 60 for example). This comes at the cost of higher input latency.

Recommended Settings
If your PC meets the recommended specifications, we recommend the following settings as they will provide an experience that is identical to consoles:
  • Resolution: 1920x1080 (or closest native or recommended resolution)
  • Texture Quality: Very High
  • Texture Filtering: 1x (or slightly higher)
  • Shadows: Medium
  • Geometry :Medium
  • Fog: Medium
  • Anti-Aliasing: Temporal
  • Effects: High

Notes Direct3D 10
If your video card does not support Direct3D 11 (Shader Model 5.0), some graphical options will be disabled and the game will run at an overall lower quality.

To determine if your video card supports Direct3D 11, please look at the “Graphics API” label in the graphics settings. If you think your video card supports Direct3D 11 and the game detects it as a Direct3D 10 adapter, please update your graphics drivers.

Advanced Command-Line Parameters
In a recent patch, we added a few command line parameters. Use at your own risk. To set the command line parameters, right-click on Outlast 2 in your game library, select "Properties" and click on "Set Launch Options".

-borderless
Launch the game using borderless fullscreen (as opposed to exclusive fullscreen).

-refreshrate 60
Tells the game to request a specific refresh rate (in this case 60). Can help if you think the game is not detecting the right refresh rate.

-notexturelimit
This will bypass any VRAM amount check and remove any limitations on the texture quality you are allowed to choose.

Advanced INI File Options (For enthusiasts only)
Some additional options are available by editing the various INI files. Edit these files at your own risk and be aware that some combination of options may lead to graphical artefacts and crashes. All the INI files are located in:

%userprofile%\Documents\My Games\Outlast2\OLGame\Config

Field of View (FOV)
You can tweak the field of view while keeping all the game's camera functionality working by tweaking the "BaseFOV" in "OLGame.ini"

Chromatic Aberration
You can disable the chromatic aberration effect by setting “AllowChromaticAberration” in “OLSystemSettings.ini” to “False”.

Borderless Fullscreen
If you want to play in borderless fullscreen mode, you can set the “UseBorderlessFullscreen” option to “True” in “OLSystemSettings.ini”. Note that in borderless fullscreen mode, it is possible that options like V-Sync and triple buffering are enforced by Windows.

Unlocked Frame Rate
If you want to running without V-Sync at a refresh rate higher than your monitor’s refresh rate, you can modify the “MaxSmoothedFrameRate” in “OLEngine.ini”. The game will look at this setting and the monitor’s refresh rate and pick whichever is the highest.

Sync Interval
If the games runs at a very irregular frame rate (lets say between 30 and 60 FPS), it might be preferable to simply lock it down to 30. This can be achieve by tweaking the “SyncInterval” in “OLSystemSettings.ini”. A SyncInterval of 2 for example, will V-Sync every 2 refreshes of your screen, make the game run at 30 FPS if your monitor is 60 Hz.

Unsupported Features
SLI and Crossfire are not supported. The game will run but should show no gain in performance.

NVIDIA G-SYNC and AMD FreeSync are also not supported.

Consoles
Playstation 4 / Xbox One
Both consoles version are identical and run a 1080p at 60 frames per second. The resolution can sometimes be lowered slightly in graphically intense scene, but will never go lower than 936p.

Playstation 4 Pro
The PS4 Pro version of Outlast 2 will run differently depending on whether your console is connected to a 1080p or 4K display:
  • When connected to a 4K TV, the game will run at 1440p at 60 frames per second. Almost every other setting will be the same as the base PS4 version. The resolution can sometimes be lowered slightly in graphically intense scene, but will never go lower than 1260p.
  • When connected to a 1080p TV, the game will run in native 1080p at 60 frames per second, but will use higher quality textures filtering (8x) and higher resolution shadows than the base PS4 version (equivalent to “High” shadow setting on PC). The resolution never changes.
Last edited by BleuBleu; May 5, 2017 @ 8:49am
< >
Showing 1-15 of 142 comments
RiiNeYScOo Apr 24, 2017 @ 8:47am 
Hi, did anyone have any idea when the game will be available on steam? PLease
XenoRoach Apr 24, 2017 @ 8:54am 
Originally posted by RiiNeYScOo:
Hi, did anyone have any idea when the game will be available on steam? PLease
Yes can we get a time release?
RiiNeYScOo Apr 24, 2017 @ 9:06am 
Tomorrow ok, but towards what time ? An idea ? Please
tangzhyuz Apr 24, 2017 @ 9:17am 
Will Outalst2 be on sale on April 25, and will it be on sale at Steam on that day? Is there a more specific time?
RidonculousGuy Apr 24, 2017 @ 9:22am 
Originally posted by RiiNeYScOo:
Tomorrow ok, but towards what time ? An idea ? Please
Some people are saying it would be 10 hrs from Im not entirely sure
RiiNeYScOo Apr 24, 2017 @ 9:26am 
Originally posted by RidonculousGuy:
Originally posted by RiiNeYScOo:
Tomorrow ok, but towards what time ? An idea ? Please
Some people are saying it would be 10 hrs from Im not entirely sure

♥♥♥♥, I hope it will be available around 2 o'clock in the morning, I have been waiting more than a year :( Bizarre also that there is still no price ...
sugar daddy Apr 24, 2017 @ 9:44am 
we need chinese:steamhappy::steamhappy::steamhappy:
R_M_D Apr 24, 2017 @ 10:00am 
we need chinese
RiiNeYScOo Apr 24, 2017 @ 10:17am 
http://mafro.ca/v/ I hope this is reliable :)
Stoner_Majik [BoB] Apr 24, 2017 @ 10:25am 
HYPE
a.bortoletto Apr 24, 2017 @ 10:35am 
Hi! I've got a brand new GeForce 1080 Ti, could you make in the future one hi-resolution textures dlc ?
Last edited by a.bortoletto; Apr 24, 2017 @ 10:36am
m3toSlay3r Apr 24, 2017 @ 10:59am 
@devs nvidia`s g-sync support available?
Last edited by m3toSlay3r; Apr 24, 2017 @ 11:00am
BleuBleu  [developer] Apr 24, 2017 @ 11:00am 
Originally posted by meto:
@devs nvidia`s g-sync support available?

No.
弩哥233 Apr 24, 2017 @ 11:21am 
中国什么时候解锁?还有,中国什么时候出简体中文版本?we need chinese
Redfronick Apr 24, 2017 @ 12:10pm 
Hi!
When the game is available in steam?
< >
Showing 1-15 of 142 comments
Per page: 1530 50