How To Install Mods Kingdom Come Deliverance

broken image


The features in this article are available in KCD version 1.9.5 and later.

  1. New to KCD Modding - How to install mods after recent patch broke them? - posted in General Kingdom Come: Deliverance Discussion: Ok guys, pretty much what it says on the title. Im seeing a lot of conflicting information floating around on the Nexus about where / how to install mods these after patch whatever broke the pathing.
  2. In this video, ill explain how to easily install the Cheat Mod for Kingdom Come Deliverance. This is usually the way to install most mods for this game but i.

Mod Installation:

Mods are loaded from the 'Mods' folder in the game's root directory.

How To Install Mods Kingdom Come Deliverance

Kingdom Come How To Enable Mods. How to install the Mod. Grab the mod from Nexusmods. Search on your disk for the installation folder of Kingdom Come: Deliverance. Usually located at: C: Program Files (x86) Steam steamapps common KingdomComeDeliverance. Open the 'Data' folder. Extra the contents of the Zip file into the folder. If you play Kingdom Come: Deliverance on PC and want to download and install the Unlimited Save Mod, you can do so by navigating here. At the top right corner, you should see a download button where you can manually download the Unlimited Save Mod. After downloading the Unlimited Save Mod, you'll want to run through the following steps to.

  • In the STEAM version you can usually find it at:

C:Program Files (x86)SteamsteamappscommonKingdomComeDeliveranceMods

  • In the GOG version you can usually find it at:

C:Program Files (x86)GOG GalaxyGOG GamesKingdom Come DeliveranceMods

If the Mods folder does NOT exist — create it.

To install a mod — move it into the 'Mods' folder.

To uninstall a mod — delete it from the 'Mods' folder. You can also temporarily disable a mod by using mod_order.txt.

Mod Structure:

In the Mods folder, each mod has its own subfolder, which replicates the game's directory structure, for example:

  • Modsmod_namemod.cfg
  • Modsmod_namemod.manifest
  • Modsmod_nameDatamod.pak
  • Modsmod_nameDataLevelsratajemod.pak
  • Modsmod_nameDataLevelsnew_level_name_1level.pak
  • Modsmod_nameDataLevelsnew_level_name_2level.pak
  • Modsmod_nameLocalizationenglish_xml.pak
  • Modsmod_nameLocalizationenglish.pak

All files in a mod are optional; you only have to create the ones you wish to override / patch.

In the mod's root folder: (Modsmod_name) you can create two special files:

  1. mod.manifest
  2. mod.cfg

Pak Files:

Mods

Kingdom Come How To Enable Mods. How to install the Mod. Grab the mod from Nexusmods. Search on your disk for the installation folder of Kingdom Come: Deliverance. Usually located at: C: Program Files (x86) Steam steamapps common KingdomComeDeliverance. Open the 'Data' folder. Extra the contents of the Zip file into the folder. If you play Kingdom Come: Deliverance on PC and want to download and install the Unlimited Save Mod, you can do so by navigating here. At the top right corner, you should see a download button where you can manually download the Unlimited Save Mod. After downloading the Unlimited Save Mod, you'll want to run through the following steps to.

  • In the STEAM version you can usually find it at:

C:Program Files (x86)SteamsteamappscommonKingdomComeDeliveranceMods

  • In the GOG version you can usually find it at:

C:Program Files (x86)GOG GalaxyGOG GamesKingdom Come DeliveranceMods

If the Mods folder does NOT exist — create it.

To install a mod — move it into the 'Mods' folder.

To uninstall a mod — delete it from the 'Mods' folder. You can also temporarily disable a mod by using mod_order.txt.

Mod Structure:

In the Mods folder, each mod has its own subfolder, which replicates the game's directory structure, for example:

  • Modsmod_namemod.cfg
  • Modsmod_namemod.manifest
  • Modsmod_nameDatamod.pak
  • Modsmod_nameDataLevelsratajemod.pak
  • Modsmod_nameDataLevelsnew_level_name_1level.pak
  • Modsmod_nameDataLevelsnew_level_name_2level.pak
  • Modsmod_nameLocalizationenglish_xml.pak
  • Modsmod_nameLocalizationenglish.pak

All files in a mod are optional; you only have to create the ones you wish to override / patch.

In the mod's root folder: (Modsmod_name) you can create two special files:

  1. mod.manifest
  2. mod.cfg

Pak Files:

All game data must be stored in .pak files. To make a .pak file, create a zip archive and rename the extension to .pak .rar, .tar, .7z or other archive types are NOT supported. Most of the Data in the zipped file can be compressed, except videos, which must be stored without compression. In the mod's Data folder you can name your paks however you like. You do not have to mimic the game's pak names. Usually a single mod.pak or mod_name.pak will suffice. Paks have a maximal size of around 2GB. If your mod is larger, you can use multiple paks.

  • Levels can be modded by creating pak files in the: 'mod_nameDataLevelslevel_name' folder.
  • New levels can be added by creating level.pak in the: 'mod_nameDataLevelsnew_level_name' folder.

When modding localization files, the mod pak name must exactly match the pak name in the game's localization folder.

You can also add new languages by creating 'new_language_name_xml.pak' and 'new_language_name.pak' files in the mod's localization folder.

When adding a new language, you will have to correctly set sys_languages and sys_languages_audio CVars.

If you want to override data from the Engine folder, you have to put your pak in the mod's 'Data' folder.

Tables.Pak modding:

With game versions 1.9.5 and later:

If you're making a mod that overrides a parameter file inside 'Tables.pak' — it is now BEST PRACTICE to create mod-specific table files with individual rows — instead of overwriting the whole table.

Simply rename the .xml file to this format: '[Table]__[Mod Name].xml'.

  1. The original table's name, followed by 2 underscores.
  2. Typed completely in lowercase mode.
  3. Mod name must match the name used in the mod's respective mod.manifest,for example if the mod's name appears in the mod manifest as: 'This Is My Mod – Average Edition' your .xml file should be named:
  4. 'this_is_my_mod_-_average_edition.xml'.
  5. Replace any spaces in the name with underscores, and do not use parentheses.

If everything is correct, you will see the tables patched in the console window (opened by pressing the ` key once the main menu screen appears) when the game is loaded.

Pak loading order:

When a pak file is loaded, it overrides data in previously loaded paks.

Paks are loaded in this order:

  • Data*.pak
  • Engine*.pak
  • Localizationlanguage_name_xml.pak
  • Localizationipl_language_name.pak
  • Localizationlanguage_name.pak
  • DataLevelslevel_namelevel.pak
  • DataLevelslevel_name*.pak
  • Data_fastload*.pak
  • Modsmod_name_1Data*.pak
  • Modsmod_name_2Data*.pak
  • Modsmod_name_1Localizationlanguage_name_xml.pak
  • Modsmod_name_2Localizationlanguage_name_xml.pak
  • Modsmod_name_1Localizationlanguage_name.pak
  • Modsmod_name_2Localizationlanguage_name.pak
  • Modsmod_name_1DataLevelslevel_name*.pak
  • Modsmod_name_2DataLevelslevel_name*.pak

Some of the early mods were named zzz_* to ensure that they are loaded last and override all other paks. As you can see, this is not necessary anymore, because paks in Mods are now loaded after all other paks.

Mod loading order:

Simcity 4 unlimited money mod. Mods in Mods folder are loaded in alphabetical order by default. You can specify custom mod loading order by creating an optional mod_order.txt file in the Mods folder. For each line in mod_order.txt the game will try to load the mod from the specified folder.

The format of mod_order.txt is:

When the mod_order.txt file exists, it also functions as a whitelist: only the mods mentioned in it will be loaded. This can be used to disable a mod without deleting it, by simply commenting out that line.

Mod Manifest:

For each installed mod the game will try to load the optional 'mod.manifest' file in the mod's root. Below is an example of the format of a mod.manifest, from the mod: 'Inventoried' by Silencer711:

Inventoried - Standard

A Comprehensive and fully detailed item sorting methodology implemented into Kingdom Come: Deliverance. Clone wars nose art. This mod sorts 100% of all in-game items in your inventory by adding (Tags), and painstakingly renaming every single item for maximum utility and readability. Expanding upon the the original item categories, the result is a clean yet highly-organized naming convention that is both UI-friendly -AND- less burdening than the vanilla experience.

S I L E N C E R

1.6.3

13 Nov 2020

NONE

How To Install Mods Kingdom Come Deliverance

1.9.*

The game checks that one of the entries in matches with the game's current version; (found in wh_sys_version in system.cfg). If no matching version is found, the mod will be disabled.

Since KCD version 1.3.4 you are able to use wildcards like:

The wildcard is implemented as a string comparison up until the '*' character, so the below attempts will not work as expected:

1.*.6

1.9.[1-6].

Mod Config:

Another optional file in the mod's root is 'mod.cfg'. When present, it will be loaded after 'system.cfg', but before 'user.cfg', which means it overrides CVars in 'system.cfg', but not in 'user.cfg'. You can use the 'mod.cfg' in simple mods when all you want to do is set some CVars. The order in which 'mod.cfg' files are loaded also depends mod load order.

How To Install Mods On Kingdom Come Deliverance

Fastload .paks:

The purpose of paks in Data_fastload is to reduce disk access during level load. They contain a number of small files: various xml files (.mtl, .animevents, .bspace, .chrparams, .cdf..), smallest mipmaps of splitted dds files and cgf files without render geometry. At the beginning of level loading, all fastload paks are loaded in the memory. Since they are loaded after regular Data paks, they will be searched first, and the game doesn't have to access the disk. At the end of level loading, all fastload paks are unloaded from the memory and are closed.

Some of the early mods required copying the mod paks to both: Data and Data_fastload folders to ensure that the mod properly overrides the game data. This is not necessary anymore, because paks in Mods are loaded after the fastload paks.

A mod can have its own fastload paks in Modsmod_name_1Data_fastload*.pak, but for small mods it is unnecessary. For large mods like texture packs with thousands of textures or total conversion mods with hundreds of new geometry creating fastload paks could be beneficial.

Textures and Images:

How To Install Mods Kingdom Come Deliverance

SeeTextures and Images

See Also:

  • https://forum.kingdomcomerpg.com/t/what-we-know-about-modding-so-far/38589 (nice overview of the various file types)

Kingdom Come Deliverance Modding Guides Tutorials

Retrieved from 'https://wiki.nexusmods.com/index.php?title=Modding_guide_for_KCD&oldid=87228'




broken image