Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Kingdom Come: Deliverance

From PCGamingWiki, the wiki about fixing PC games
Kingdom Come: Deliverance
Kingdom Come: Deliverance cover
Developers
Warhorse Studios
Publishers
Warhorse Studios
Retail Deep Silver
Engines
CryEngine (4th generation)[1]
Release dates
Windows February 13, 2018
Kingdom Come: Deliverance on Wikipedia

General information

Official site
Official forum
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
Icon overlay.png
Windows
GOG.com
DRM-free
Windows
Humble Store
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows

DLC and expansion packs

Name Notes
The Amorous Adventures of Bold Sir Hans Capon
Windows
From the Ashes
Windows
Treasures of the Past Pre-order bonus, available for everyone since April 11, 2018.
Windows

Essential improvements

Skip intro videos

Skip intro videos[2]
  1. Go to <path-to-game>\Data\.
  2. Open ipl_videos.pak with 7-Zip or similar.
  3. Open the Videos folder.
  4. Delete or rename intro.usm.
Skip intro videos after patch 1.4.x
  1. Go to <path-to-game>\Data\Patch\.
  2. Open ipl_patch_010400.pak with 7-Zip or similar.
  3. Open the Videos folder.
  4. Delete or rename intro.usm.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\user.cfg[Note 1]
%USERPROFILE%\Saved Games\kingdomcome\profiles\attributes.xml
%USERPROFILE%\Saved Games\kingdomcome\profiles\actionmaps.xml
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/379430/pfx/[Note 2]

Save game data location

System Location
Windows %USERPROFILE%\Saved Games\kingdomcome\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/379430/pfx/[Note 2]

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video settings

Template:Video settings

Default Anisotropic Filtering

In-game texture option Anisotropic Filtering
Low x2
Medium x8
High ?
Very High x16
Ultra x16

Field of view (FOV)

Set FOV in console[3]
  1. Open the console (~).
  2. Enter cl_fov XX (replace XX with the FOV you want).
  3. Press Enter.

Notes

This can alternatively be set in your user.cfg file.

High frame rate

Change the frame rate cap
  1. Open the console (~).
  2. Enter sys_MaxFPS XX (replace XX with the max FPS you want).
  3. Press Enter.

Notes

This can alternatively be set in your user.cfg file.

Depth of field

Disable depth of field[4]
  1. Go to <path-to-game>\Engine\.
  2. Open engine.pak with 7-Zip or similar.
  3. Open the config\cvargroups folder.
  4. Open sys_spec_PostProcessing.cfg.
  5. Change r_DepthOfFIeld=2 to r_DepthOfFIeld=0.

HUD Location Adjustment

Center or adjust the HUD regardless of resolution
  1. Navigate to the game install directory.
  2. Open HUD.xml, located within Data\GameData.pak\Libs\UI\UIElements. Use 7zip or similar to directly open pak files.
  3. Locate the "Constraints" tag, near the top, within the GFx tag.
  4. Replace the existing constraints section with the following, adjusted as needed. This is based on a monitor resolution of 3440x1440, and desired HUD resolution of 2560x1440 (centered 16:9):
     <Constraints>
       <Align mode="fixed"/>
       <Position top="0" left="440" width="2560" height="1440" />
     </Constraints>
  1. To center the hud: set "left=#" where # is your screen resolution subtracted by the desired HUD resolution then halved (e.g. (3440 - 2560)/2)
  2. Save the XML and drop it back into the pak file.

Notes

These changes will also need to be applied to any patch files containing HUD.xml,which can be found within Data\patch pak files.
This results in minor visual issues during dialogue (black bars are displayed, and grain-overlay does not fill screen).

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
German
Czech
Italian
Polish
Russian
Spanish
Simplified Chinese

VR support

Issues fixed

Cutscenes are capped at 30 FPS

FPS during cutscenes is locked to 30 FPS.[5] The cutscenes are in-engine, meaning they should go as high as your setup is set, or can render to.
Add a configuration file to unlock the FPS when in fullscreen mode
  1. In-game, ensure the Fullscreen option is selected in the display settings.
  2. Exit the game.
  3. Make a new file called user.cfg in <path-to-game> and open it in a text editor.
  4. Add the following lines, where sys_MaxFPS is your maximum FPS, then save and close the file:
r_Vsync = 0
sys_MaxFPS = 144

Blurry textures

The game takes a long time to load texture mipmaps leading to blurry textures especially on characters.
Increase the game mipmap LOD value to prevent the game from constantly reloading the mipmaps from the disk[6]
  1. Open the in-game console with ~
  2. Type r_TexturesStreamingMipBias -3
  3. Press Enter, then close the console with ~.

Notes

This workaround might cause a 2-4 FPS loss.
You can also apply this fix by adding the above line to your user.cfg file, mentioned above.

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

Recommended texture setting based on VRAM

The following table covers what amount of VRAM each level of the texture setting is designed for. This table doesn't take into account VRAM used by geometry and shadows.[7]

In-game Option VRAM
Low 1 GB
Medium 1.5 GB
High 2 GB
Very High 3 GB
Ultra 6 GB

Console commands

The console is enabled by default, press ~ to open it.
Command Purpose
cl_fov Modify field of view (FOV). Default 75.
e_TimeOfDay View the current time of day.
g_showHUD Toggles the HUD. Default 1.
e_ViewDistRatio Changes the distance at which objects start to render. Default 500.
e_ViewDistRatioVegetation Change the distance at which trees start to render. Default 500.
e_MergedMeshesInstanceDist Changes the distance at which grass is animated. Default 20.
p_gravity_z Changes the intensity of gravity. Default -13.
r_Vsync Toggles VSync. Default 1.
r_motionblur Toggles motion blur.
1 is camera only (default)
2 is camera and objects
r_AntiAliasingMode Toggles anti-aliasing.
1 SMAA
2 SMAA with temporal filtering
3 SMAA with temporal filtering and projection matrix jittering
r_ssdo Toggles screen space ambient occlusion. Default 1.
r_TexMinAnisotropy Sets minimum anisotropic filtering level. Depends on graphical setting.
Usually 4, 8 or 16.
wh_pl_showfirecursor Toggles reticule when aiming a bow. Default 0.
Save (YourChoiceOfFileNameHere) Saves the game. NOTE: This can cause your game to crash and no save will be created.
sys_MaxFPS Changes the FPS cap of the game. Default 60.
wh_ui_showCompass Toggles the compass. Default 1.
wh_ui_showHealthBar Toggles the health bar. Default 1.
wh_dlg_chatbubbles Toggles dialogue bubbles. Default 1.
t_scale Scales the game time.[8][9] Default 1 (normal speed). Setting 0.5 results in half-speed, 0 is paused etc.
e_VolumetricFog Toggles volumetric fog. Default 0.
r_Sharpening Sharpens the image. Default 0.0 (Float value) (Sharpening is used during cutscenes but disabled in normal play)
e_ShadowsMaxTexRes Changes shadow resolution. Default 1024.

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i5-2500K 3.3 GHz
AMD Phenom II X4 940
System memory (RAM) 8 GB
Hard disk drive (HDD) 40 GB
Video card (GPU) Nvidia GeForce GTX 660
AMD Radeon HD 7870
2 GB of VRAM
DirectX 11 compatible
Requires a 64-bit operating system.

Notes

  1. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/379430/ in addition to or instead of this directory. The app ID (379430) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Kingdom Come: Deliverance Forum - Czech - Cryengine 5.3.4 - last accessed on 2017-08-18
  2. Magic Game World - How to Disable The Unskippable Intro Videos In Kingdom Come: Deliverance - last accessed on 2018-02-18
  3. Steam Community - Guide - How To Increase The Field Of View (FOV) Beyond 75 - last accessed on 2018-02-18
  4. Steam Community - Guide - Turning off depth of field - last accessed on 2018-02-18
  5. Steam Community - Low FPS Cutscenes? - last accessed on 2018-02-14
  6. YouTube - Kingdom Come - Texture streaming fix PC - last accessed on 2018-02-18
  7. Kingdom Come: Deliverance Forum - Any way to remove blurriness (Not Motion Blur setting) when moving? - last accessed on 2018/2/15
    "It’s a shame that AF is tied to the texture settings, and that the recommended GPU VRAM for a given texture setting isn’t specified, except it is in the game’s files. From sys_spec_TextureResolution.cfg

    * Texture set to Low is for 1 GB VRAM
    * Texture set to Medium is for 1.5 GB VRAM
    * Texture set to High is for 2 GB VRAM
    * Texture set to Very High is for 3 GB VRAM
    * Texture set to Ultra is for 6 GB VRAM

    Those correspond to the Texture CVARS 1, 2, 3, 4 and 7, respectively.
    "
  8. CryEngine Technical Documentation - Console Variables - last accessed on 2018-02-16
  9. CryEngine Community - Slow motion ? - last accessed on 2018-02-16