[Tutorial] Change FOV, Remove Blur, Antialiasing, FPS, Textures, Resolution, Battery Life, Grain Filtert
[To Developers: Please, can you PIN this Topic and/or add this features to graphics menu? Thanks for this Awesome Game anyway
]
-
[sorry for my english if isn't perfect
]
HELLO.
Go to My Documents> My Games> Outlast> OLGame> Config
First of all make sure you make a backup of all the files (just copy all of them into another folder).
----------------------------------------- How to Change FOV -----------------------------------------
Go to "OLGame.ini", open it, look for "DefaultFOV=" and "RunningFOV=", defaultfov is by default at 90 but is not the 90 that all we now, it is like 65, so to get like 90 you have to write:
DefaultFOV=110.0
RunningFOV=120.0
This is like FOV 90 in other games (like Battlefield, etc)
.....................................................................................................
IMPORTANT: When you look through your camera you have the old defalut FOV, so to change the default Camera FOV, change this parameters:
---- (CHANGE CAMCORDER/ CAMERA FOV) ----
CamcorderNVMaxFOV=83.0
CamcorderMaxFOV=83.0
TO this:
CamcorderNVMaxFOV=110.0
CamcorderMaxFOV=110.0
(Note: 110.0 is my favourite but you can go higher or lower if you want (of course)
--------------------------- How to Change FPS limit (Uncap FPS) -----------------------------
So, to uncap fps open "OLEngine.ini" and look for:
bSmoothFrameRate=TRUE
MinSmoothedFrameRate=22
MaxSmoothedFrameRate=62
So change it to:
bSmoothFrameRate=FALSE
MinSmoothedFrameRate=0
MaxSmoothedFrameRate=0
(0 means UNLIMITED! LOL)
------------------------------------ Better Textures Resolution --------------------------------
In "OLEngine.ini" change this:
MaxProcBuildingLODColorTextureSize=1024
MaxProcBuildingLODLightingTextureSize=256
To this:
MaxProcBuildingLODColorTextureSize=2048
MaxProcBuildingLODLightingTextureSize=1024
----------------------------------------- Remove Motion Blur -----------------------------------------
Open "OLSystemSettings.ini", change this:
MotionBlur=True
MotionBlurPause=True
MotionBlurSkinning=1
to this:
MotionBlur=False
MotionBlurPause=False
MotionBlurSkinning=0
-------------------- Antialiasing (MSAA) [Working fine on my AMD GPU] ----------------------
In "OLSystemSettings.ini", change this:
MaxMultiSamples=1
bAllowD3D9MSAA=False
to this:
MaxMultiSamples=2
bAllowD3D9MSAA=True
(In "MaxMultiSamples=" you can use 2, 4, or 8 I think)
----------- [nVidia Users Only] Antialiasing (SGSSAA) (CalinTM) -------------
" CalinTM SAID:
To use SGSSAA, you need a nvidia GPU and follow these steps from here:
This does require a powerful system!
- Download Nvidia Inspector
- Open up the program
- Open up the Profile settings ( Tool button on the right side of driver version )
- Open the Outlast profile ( if you havn't created it yet, look in the previous section )
- Paste 0x000010C1 in the "Antialiasing Combatibility" section
- Set "Antialiasing - Mode" to: Override any application setting
- Set "Antialiasing - Setting" to: 2x [2x Multisampling]
- Set "Antialiasing - Transparency Supersampling" to: 2x Sparse Grid Supersampling
- Set "Lod Bias" to: -0.500 for 2x
- -1.000 for 4x
- -1.500 for 8x
Note: you can set it to 4x or even 8x if your system is powerful enough, always be sure that the values in multisampling and supersampling match up.
Should look like this:
https://lh5.googleusercontent.com/-wXxQY5OF4Ic/UieZZ_OSnHI/AAAAAAAAAc4/305PasjIkFc/s919/AA.png
Also if you want to enable Physx on the GPU instead of CPU, modify this to False
bDisablePhysXHardwareSupport=False (found in OLEngine.ini) "
----------------------------------------- Change Resolution -----------------------------------------
In the same file, look for:
ResX=
ResY=
Change it to whatever you want (800x600, 1920x1080, etc)
For Example:
ResX=1920
ResY=1080
----------------------------------------- Change Battery Life -----------------------------------------
Go to "OlGame.ini" and change this: BatteryDuration=150.0
to the desired value. I think it is measured in seconds, so 150 seconds.
For Example: BatteryDuration=300.0
for 300 seconds of battery life (I THINK)
----------------------------------------- Modify Grain Filter -----------------------------------------
Go to: C:\Program Files (x86)\Steam\SteamApps\common\Outlast\Engine\Config
Then open "ConsoleVariables.ini" and underneath "[Startups]" write: "ImageGrain = 0.0" or the desired value.
So it looks like:
[Startup]
ImageGrain = 0.0
____________________________________________
YOU MAY HAVE TO SET -READ ONLY IN MOST OF FILES
ALSO MAKE SURE YOU MAKE BACKUPS OF ALL YOUR .INI FILES.
(If you don't have a backup and sadly your game does not start up, please write a comment or contact with me)
____________________________________________
THANKS