The Culling Guide

[TR/EN] Fps & Optimization for The Culling

[TR/EN] Fps & Optimization

Overview

TURKISHMerhaba arkadaşlar, sizlere bu kılavuzda fps sınırlamasını nasıl kaldırabileceğinizi ve nasıl daha fazla fps sağlayabileceğinizi anlatacağım.ENGLISHHello guys, in this guide I’m going to show you how to release the fps cap and how to improve your fps.

TURKISH

Fps Yükseltme (Güncellendi: 19.3.16)

Öncelikle, http://www.reddit.com/user/CurZZe kullanıcısının reddit üzerinden bulup paylaşmış olduğu fix ile başlamak istiyorum.

1. Oyunun yüklü olduğu (benim bilgisayarımda yüklü olduğu yer C:Program Files (x86)SteamSteamAppscommonTheCulling) klasöre gidin.

2. Engine -> Extras -> Redist -> en-us klasörüne gidin.

3. Bu klasörde “UE4PrereqSetup_xXX.exe” şeklinde dosyalar göreceksiniz.

4. Exe olan dosyayı (.msi olanı değil) çalıştırın. (x86 yazan 32 bit sistemler için, x64 yazan ise 64 bit sistemler içindir, sizin sisteminize uygun olanı çalıştırın.)

5. Yüklemeyi başlatıp, tamamlayın.

Not: Yukarıda anlattığım işlem Unreal Engine 4 motoru için gereken dosyaların bilgisayarınıza yüklenmesini sağlar. CurZZe kullanıcısına bu fix’i paylaştığı için tekrardan teşekkürler.

Not2: Eğer bu dosyalar zaten bilgisayarınızda yüklüyse hata mesajı verecektir, dolayısıyla herhangi bir işlem yapmanıza gerek kalmayacaktır.

————————————————————————————————————————-

İkinci Fps Düzeltme İşlemi:

C:UserskullanıcıadınızAppDataLocalVictorySavedConfigWindowsNoEditor klasörüne gidin.

Not: C:Userskullanıcıadınız klasöründe AppData dosyasını görebilmek için gizli klasörleri göstermeniz gerekir.
Not 2: C:Userskullanıcıadınız klasörüne girdiğinizde bu yolu kendi elinizle değiştirebilir ve AppData klasörüne giriş sağlayabilirsiniz, tek yapmanız gereken sonuna AppData eklemek ve enter’a basmak.

Bu işlemleri yaptıktan sonra WindowsNoEditor klasöründe GameUserSettings.ini dosyasını göreceksiniz, bu dosyayı not defteri ile açın.

Karşınıza;

[/script/victory.shootergameusersettings]
GraphicsQuality=1
InventoryVersion=1
bIsLanMatch=True
bUseVSync=False
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=0
LastConfirmedFullscreenMode=0
MouseSensitivity=0.070000
MasterVolume=5
MusicVolume=0
Version=5
AudioQualityLevel=0
LastGameVer=4.10.2-89012+++RedHarvest+Mainline
bShowPing=True
bInvertY=False
DevCode=
FOV=100
bShowWeaponTooltips=True
bSmoothMouse=False
DataCenter=eu

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0
sg.TextureQuality=3
sg.EffectsQuality=3

şeklinde ayarlar çıkacaktır. Bu verdiğim ayarlar zaten düzenlenmiş ayarlardır, isterseniz direk olarak bu ayarları kullanabilir ya da kendi ayarlarınızı kullanıp daha fazla fps sağlamak için sadece altta belirttiğim ayarları değiştirebilirsiniz.

sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0

Yaptığınız değişiklikleri kaydetmek için dosyayı kapatıp Kaydet’e basmanız yeterlidir.

Fps Sınırlamasını Kaldırma

Bunu yapabilmek için yine WindowsNoEditor klasöründe bulunan Engine.ini dosyasını not defteri ile açın.

Karşınıza;

[Core.System]
Paths=../../../Engine/Content
Paths=../../../Victory/Content
Paths=../../../Engine/Plugins/Runtime/Coherent/CoherentUIGTPlugin/Content
Paths=../../../Engine/Plugins/Runtime/LeapMotionController/Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content

şeklinde ayarlar çıkacaktır. Bu ayarların en altına bir boşluk bırakıp altta belirttiğim ayarları ekleyin;

[/script/engine.engine]
NearClipPlane=12.0
bSmoothFrameRate=false
MinSmoothedFrameRate=5
MaxSmoothedFrameRate=144

Daha sonra not defteri ile açtığınız dosyayı kapatıp Kaydet butonuna basın.

ENGLISH

Improving Your Fps (Updated: 19.3.16)

First of all, I wanted to start with http://www.reddit.com/user/CurZZe ‘s fps fix that he found and shared on reddit.

1. Go to your game folder (for me it’s “C:Program Files (x86)SteamSteamAppscommonTheCulling”)

2. Go to “Engine -> Extras -> Redist -> en-us”

3. You will see some files called “UE4PrereqSetup_xXX.exe”

4. Execute it (.exe not .msi) (…x86 for 32bit systems or …x64 for 64bit systems)

5. Go through the installation and finish it.

Note: The process I shared above is to install Pre-Requirements of the Unreal Engine 4 to your system. Thanks to CurZZe again for sharing this.

Note 2: If these files are already installed on your system, you will recieve an error message. But don’t worry, that means you won’t need it to be installed at all.

————————————————————————————————————————-

Second Fps Fix:

Head to C:UsersusernameAppDataLocalVictorySavedConfigWindowsNoEditor folder.

Note: In C:Usersusername folder you need to let Windows to show you hidden folders.
Note 2: In C:Usersusername folder you can just edit the path and add AppData behind the path and gain access to the AppData folder.

After dealing with the folder problem, in WindowsNoEditor folder open GameUserSettings.ini file with notepad.

You will see some settings like this;

[/script/victory.shootergameusersettings]
GraphicsQuality=1
InventoryVersion=1
bIsLanMatch=True
bUseVSync=False
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=0
LastConfirmedFullscreenMode=0
MouseSensitivity=0.070000
MasterVolume=5
MusicVolume=0
Version=5
AudioQualityLevel=0
LastGameVer=4.10.2-89012+++RedHarvest+Mainline
bShowPing=True
bInvertY=False
DevCode=
FOV=100
bShowWeaponTooltips=True
bSmoothMouse=False
DataCenter=eu

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0
sg.TextureQuality=3
sg.EffectsQuality=3

These are my settings if you would like to directly use them, but if you don’t, you can just edit your own settings and change the codes i provide you below:

sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0

To save the changes you made, just close the file and press Save to save it.

Remove The Fps Cap

To do this, in WindowsNoEditor folder you will see Engine.ini file, open it with notepad.

You will see some settings like this;

[Core.System]
Paths=../../../Engine/Content
Paths=../../../Victory/Content
Paths=../../../Engine/Plugins/Runtime/Coherent/CoherentUIGTPlugin/Content
Paths=../../../Engine/Plugins/Runtime/LeapMotionController/Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content

and you need to add some another codes under those settings with a space between them;

[/script/engine.engine]
NearClipPlane=12.0
bSmoothFrameRate=false
MinSmoothedFrameRate=5
MaxSmoothedFrameRate=144

Then you just need to close the notepad and save it.

SteamSolo.com