How to Force HDR and Increase FPS in PAYDAY 3

In this guide I 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.

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

Unreal Engine CVARs

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

%LOCALAPPDATA%\PAYDAY3\Saved\Config\WindowsClient\

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

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

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
This guide about was written by Xelo. You can visit the original publication from this link. If you have any concerns about this guide, please don't hesitate to reach us here.

About the author