View Single Post
Old 07-09-2013, 06:52   #41
[?]
Senior Member
 
L'Avatar di [?]
 
Iscritto dal: Jul 2005
Cittā: MiLaNo
Messaggi: 29998
Io copierei il tutto in prima pagina,senza le modifiche al Fov, AA, Texture il gioco perde tantissimo.

Quote:
[Tutorial] Change FOV, Remove Blur, FIX Stuttering, Uncap FPS, Better Textures, Antialiasing, Grain Filter, Resolution, Battery Life
[Tutorial] Change FOV, Remove Blur, FIX Stuttering, Uncap FPS, Better Textures, Antialiasing, Grain Filter, Resolution, Battery Life
-
Thanks for this Awesome Game
-
-
[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 another FOV, so you have to change it to your normal 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)

_________________________________________________________

FIX Stuttering


2 Methods, (use both to have better results)

1.
- Go to "OLEngine.ini", under "[TextureStreaming]" Edit "Poolsize=", and set it to 280 at least: (mine is at 1024 = 1 gb VRAM (I have 3Gb)

Examples: (just test)
PoolSize=1024
PoolSize=280
PoolSize=560

Messaggio originale di Caiobrz:
(http://forums.steampowered.com/forum....php?t=1963500)
[TextureStreaming]
...
[...]As a matter of fact, increase it anyway. Suggested value: 560 on high-end GPU, 280 on others. Defragmenting your drive might also help with stuttering/small freezes.

..........................................................................................................


2. (The Most Important)
- In the Same file (OLEngine.ini), look for "TimeBetweenPurgingPendingKillObjects=", as you can see is set to 60 or so, so change it to 3600.

▶ Like this: TimeBetweenPurgingPendingKillObjects=3600

Messaggio originale di MBgeek:
(http://forums.steampowered.com/forum...4&postcount=14)
[...]
TimeBetweenPurgingPendingKillObjects=10

I set it to 20 and now I got the stutter every 20 seconds...I then bumped it up to 3600 (1 hour) and haven't seen it since.

Who knows what will happen after an hour...lol

Hope that helps someone, it was making me nuts

MB Geek



_______________________________________________________________

Better Textures Resolution


In "OLEngine.ini" change this:

MaxProcBuildingLODColorTextureSize=1024
MaxProcBuildingLODLightingTextureSize=256


▶ ↓To this:↓

MaxProcBuildingLODColorTextureSize=2048
MaxProcBuildingLODLightingTextureSize=1024


______________________________________________________________

Remove Motion Blur

I don't recommend turning off Motion Blur if you are getting like 30fps or less, BUT if you are above 60fps I think is a good Idea to Turn Off Motion Blur.


Open "OLSystemSettings.ini", change this:

MotionBlur=True
MotionBlurPause=True
MotionBlurSkinning=1
AllowRadialBlur=True
MaxFilterBlurSampleCount=16
MobilePostProcessBlurAmount=32.0

▶ ↓To this:↓

MotionBlur=FALSE
MotionBlurPause=FALSE
MotionBlurSkinning=0
AllowRadialBlur=FALSE
MaxFilterBlurSampleCount=8
MobilePostProcessBlurAmount=16.0
----------------------------------------------------------------------

OR -- Download THIS to Replace your config and turn Motion blur off (but you can do it manually (Look just above).--> (You may have to change the resolution and other things, Only recommended if you don't exactly know how to do it manually)
So you can download this file made by LoneWolfDon and just replace it: https://www.dropbox.com/s/i0t6dhppi8...emSettings.zip

Thx to LONEWOLFDON
___________________________________________________________________

Antialiasing (MSAA) [Working fine on my AMD GPU*]

*Works good on AMD and NVIDIA (I think), but there are some artifacts, kind of fireflies...
(But MSAA really works)


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)


Messaggio originale di CalinTM:

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/-w...Fc/s919/AA.png


"Taken from my thread...

Also if you want to enable Physx on the GPU instead of CPU, modify this to False
bDisablePhysXHardwareSupport=False (found in OLEngine.ini)"



Also:

Messaggio originale di CalinTM:
You can downsample and disable AA, almost the same effect. My 120hz monitor can't downsample at 120hz...if you have a 60hz monitor you can downsample to 1440p.


________________________________________________________________

Change Resolution


In "OLSystemSettings.ini", look for:
ResX=
ResY=

▶ ↓Change it to whatever you want (800x600, 1920x1080, etc)↓

For Example:

ResX=1920
ResY=1080

(If you are getting black screen you can try "fullscreen=true" to "fullscreen=false", (I don't even know if it works, but maybe...) and change screen resolution to a lower one, and check your drivers, and install/update directX...)

_________________________________________________________________

Change Battery Life


Note: Try to use only if you are stuck somewhere or ran out of batteries.


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 under "[Startups]" write:
"ImageGrain = 0.0" or the desired value.

▶ ↓So it looks like:↓

[Startup]
ImageGrain = 0.0
____________________________________________

▶ YOU PROBABLY HAVE TO CHECK THE BOX 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).
__________________


[?] č offline   Rispondi citando il messaggio o parte di esso