Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Outlast"

From PCGamingWiki, the wiki about fixing PC games
(updated FOV and AA with links to fix sections; moved FPS, motion blur and texture fixes to improvements section)
Line 59: Line 59:
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = false
+
|fov                        = hackable
|fov notes                  = You are not allowed to change FOV in Options Menu.
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
Line 67: Line 67:
 
|anisotropic                = true
 
|anisotropic                = true
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = false
+
|antialiasing              = hackable
|antialiasing notes        = There is not Antialiasing by Default.
+
|antialiasing notes        = Off by default; see [[#Anti-aliasing (AA)|Anti-aliasing (AA)]].
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                = It includes an Option to Enable or Disable Vertical Sync.
 
|vsync notes                = It includes an Option to Enable or Disable Vertical Sync.
 
}}
 
}}
 
  
 
===[[Field of view (FOV)]]===
 
===[[Field of view (FOV)]]===
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Custom FOV by editing OLGame.ini}}
 
{{Fixbox/fix|Custom FOV by editing OLGame.ini}}
# Navigate to <code>%USERPROFILE%\My Documents\My Games\Outlast\OLGame\Config</code>
+
# Open <code>%USERPROFILE%\My Documents\My Games\Outlast\OLGame\Config\OLGame.ini</code>
# Open <code>OLGame.ini</code> in a text editor.
+
# Change <code>DefaultFOV</code> and <code>RunningFOV</code> to the setting you want.
# Locate the code <code>"DefaultFOV=90" and "RunningFOV=100"</code>.
+
{{ii}} If you want to to maintain the zooming out effect ensure the new value for <code>RunningFOV</code> is higher than <code>DefaultFOV</code>.
# '''Change it to:'''
 
<code>DefaultFOV=110.0</code>
 
<code>RunningFOV=120.0</code>
 
 
 
 
 
 
}}
 
}}
  
 
+
===[[Anti-aliasing (AA)]]===
===[[Antialiasing (MSAA)]]===
 
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Enable Antialiasing by editing OLSystemSettings.ini}}
 
{{Fixbox/fix|Enable Antialiasing by editing OLSystemSettings.ini}}
# Navigate to <code>%USERPROFILE%\My Documents\My Games\Outlast\OLGame\Config</code>
+
# Open <code>%USERPROFILE%\My Documents\My Games\Outlast\OLGame\Config\OLSystemSettings.ini</code>
# Open <code>OLSystemSettings.ini</code> in a text editor.
 
 
# Locate the code <code>"MaxMultiSamples=1" and "bAllowD3D9MSAA=False"</code>.
 
# Locate the code <code>"MaxMultiSamples=1" and "bAllowD3D9MSAA=False"</code>.
 
# '''Change it to:'''  
 
# '''Change it to:'''  
Line 98: Line 90:
 
<code>bAllowD3D9MSAA=True</code>
 
<code>bAllowD3D9MSAA=True</code>
 
(In "MaxMultiSamples=" you can use 2, 4, or 8)
 
(In "MaxMultiSamples=" you can use 2, 4, or 8)
 +
}}
  
 +
==Input settings==
 +
{{Input Settings
 +
|key_remap                  = unknown
 +
|key_remap_notes            =
 +
|acceleration_option        = unknown
 +
|acceleration_option_notes  =
 +
|controller_support        = true
 +
|controller_support_notes  =
 
}}
 
}}
  
 +
==Audio settings==
 +
{{Audio settings
 +
|separate volume          = unknown
 +
|separate volume notes    =
 +
|surround sound          = unknown
 +
|surround sound notes    =
 +
|subtitles                = true
 +
|subtitles notes          =
 +
|closed captions          = unknown
 +
|closed captions notes    =
 +
|mute on focus lost      = unknown
 +
|mute on focus lost notes =
 +
|eax support              =
 +
|eax support notes        =
 +
}}
  
===[[Remove FPS Cap (Remove FPS Limit)]]===
+
==Improvements==
 +
===Unlock frame rate===
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Remove Frames per Second Cap by editing OLEngine.ini}}
 
{{Fixbox/fix|Remove Frames per Second Cap by editing OLEngine.ini}}
Line 113: Line 130:
 
<code>MaxSmoothedFrameRate=0</code>
 
<code>MaxSmoothedFrameRate=0</code>
 
(In "MinSmoothedFrameRate" and "MaxSmoothedFrameRate" you can write whatever you want)
 
(In "MinSmoothedFrameRate" and "MaxSmoothedFrameRate" you can write whatever you want)
 
 
 
}}
 
}}
  
 
+
===Increase texture resolution===
===[[Better Texture Resolution]]===
 
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Get Better Texture Resolution by editing OLEngine.ini}}
 
{{Fixbox/fix|Get Better Texture Resolution by editing OLEngine.ini}}
Line 128: Line 142:
 
<code>MaxProcBuildingLODLightingTextureSize=1024</code>
 
<code>MaxProcBuildingLODLightingTextureSize=1024</code>
 
(In "MaxProcBuildingLODColorTextureSize" and "MaxProcBuildingLODLightingTextureSize" you can write 1024, 2048 or other Values)
 
(In "MaxProcBuildingLODColorTextureSize" and "MaxProcBuildingLODLightingTextureSize" you can write 1024, 2048 or other Values)
 
 
}}
 
}}
  
 
+
===Remove motion bur===
===[[Remove Motion Blur]]===
 
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Remove Motion Blur by editing OLSystemSettings.ini}}
 
{{Fixbox/fix|Remove Motion Blur by editing OLSystemSettings.ini}}
Line 142: Line 154:
 
<code>MotionBlurPause=False</code>
 
<code>MotionBlurPause=False</code>
 
<code>MotionBlurSkinning=0</code>
 
<code>MotionBlurSkinning=0</code>
 
 
}}
 
 
==Input settings==
 
{{Input Settings
 
|key_remap                  = unknown
 
|key_remap_notes            =
 
|acceleration_option        = unknown
 
|acceleration_option_notes  =
 
|controller_support        = true
 
|controller_support_notes  =
 
}}
 
 
==Audio settings==
 
{{Audio settings
 
|separate volume          = unknown
 
|separate volume notes    =
 
|surround sound          = unknown
 
|surround sound notes    =
 
|subtitles                = true
 
|subtitles notes          =
 
|closed captions          = unknown
 
|closed captions notes    =
 
|mute on focus lost      = unknown
 
|mute on focus lost notes =
 
|eax support              =
 
|eax support notes        =
 
 
}}
 
}}
  

Revision as of 13:01, 5 September 2013

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Outlast
Outlast cover
Developers
Red Barrels

General information

Steam Community Discussions

Availability

Template:Availability Table

Game data

Template:Game Location Table

Save game cloud syncing

Template:Save Game Cloud Syncing

Video settings

Template:Video settings

Field of view (FOV)

Instructions

Anti-aliasing (AA)

Instructions

Input settings

Template:Input Settings

Audio settings

Template:Audio settings

Improvements

Unlock frame rate

Instructions

Increase texture resolution

Instructions

Remove motion bur

Instructions

System requirements

Template:System Requirements