PAYDAY 3 FPS Boost, Stuttering & Force HDR

Hello from our PAYDAY 3 FPS Boost, Stuttering & Force HDR guide. In this guide we will show you how to increase in-game FPS, fix most stutters and force HDR Output by adding some parameters and cvars on the game’s config files.

This is the guide Xelo it was created by. You can find the author’s link at the end of the guide.

PAYDAY 3 FPS Boost, Stuttering & Force HDR

Welcome to our PAYDAY 3 FPS Boost, Stuttering & Force HDR guide. This guide will show you detailed information about fps boost, stuttering fix and force hdr in the game!

Launch Parameter

On Payday 3’s game properties you can add a launch parameter so the game will use DX12 instead of DX11.

In some Systems this can boost FPS up to 50% on CPU limited configurations

However this can introduce Shader Compilation stutters when first opening the game / playing a heist but will mitigate once it has been running for a while.

Use the following parameter to enable DX12 Mode:

-dx12

FPS Boost + Stuttering Mitigation + Force HDR
FPS Boost + Stuttering Mitigation + Force HDR

Unreal Engine CVARs

In order to edit these values, you need to find the game’s configuration files, which are located on:

%LOCALAPPDATA%PAYDAY3SavedConfigWindowsClient

In there you will find several configuration files, but we are looking for Engine.ini

FPS Boost + Stuttering Mitigation + Force HDR

In that file you can add:

[/script/engine.renderersettings]
r.CreateShadersOnLoad=1
niagara.CreateShadersOnLoad=1

and

[SystemSettings]
r.TextureStreaming=0

at the end of the file so the game will compile shaders on loading screens instead of when actually playing and will disable texture streaming so all textures will be loaded on RAM and VRAM instead of when needed, which can potentially decrease stuttering.

This is recommended for users with a SSD, large ammount of RAM, VRAM and a beefy CPU

HDR Force Enable

There is a hidden configuration that forces HDR output on all Unreal Engine 4 games.

In the case of PAYDAY 3, HDR configurations exists but are not implemented yet and we can force them by editing the file GameUserSettings.ini

FPS Boost + Stuttering Mitigation + Force HDR

In there we must find the following values:

bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000

and set bUseHDRDisplayOutput= to True and HDRDisplayOutputNits= to whatever you want but not exceeding the maximum of your display.

For example:

bUseHDRDisplayOutput=True
HDRDisplayOutputNits=600

Written by Xelo

Leave a Comment

Your email address will not be published. Required fields are marked *