Kingdom Come: Deliverance
0 of 0

File information

Last updated

Original upload

Created by

TheGreenkey

Uploaded by

TheGreenkey

Virus scan

Safe to use

About this mod

Dump of all XML Table files exported from a PostgreSQL instance.

Requirements
Permissions and credits
Changelogs
Simple dump of all XML files contained inside the Tables.pak file.
Useful if you'd like to quickly search through items/quests/etc.


I recommend importing into PostgreSQL. MySQL/MariaDB currently not working without modification.

No indices or constraints are set because there is no information for them inside the XML files.
Folders "animation" and "combat" inside the .pak file have been excluded because... I was to lazy to convert them to the psql representation...

Type conversion had been done as follows:

XML type              SQL type
vec3                  numeric(14,8)[3] (not used currently)
quatt                 numeric(14,8)[7] (not used currently)

real                  double precision
character varying     text
text                  text
bigint                bigint
boolean               boolean
uuid                  uuid
integer               integer