Kingdom Come: Deliverance
0 of 0

File information

Last updated

Original upload

Created by

esthecat

Uploaded by

esthecat

Virus scan

Safe to use

About this mod

This mod make to use cheat mode easier

Requirements
Permissions and credits
if you have 1.8.2 + version of the game ignore Installation process use Copy-Paste version

Copy-Paste Version Setup


Installation:

if you have diffrent version then 1.8.2 check How to update player.lua Script video



Supported Language = English, Turkish

player.lua Script Current Game version support : 1.8.2

What is this mod:
this is inspired by KCD Lua Injector and Cheat mod

basicly use game functions like:
System.ExecuteCommand
QuestSystem.
QuestSystem.IsQuestStarted
QuestSystem.DeactivateQuest
QuestSystem.CancelQuest
QuestSystem.ResetQuest
QuestSystem.StartQuest
QuestSystem.StartObjective
QuestSystem.ActivateQuest

in the future or old game versions How to update player.lua Script




Main Folder :steamapps\common\KingdomComeDeliverance

Purple = What Are you looking for Aqua = Starting Point Connect to Red = Next Point

Finding Item names:

Example from Items_en.txt : Legend of Melusine I|70f059e4-6e15-4b6b-b2a2-40b94482d2d4

\Data\Tables.pak\Libs\Tables\item\player_item.xml
<row icon_id="121" item_id="70f059e4-6e15-4b6b-b2a2-40b94482d2d4" ui_info="ui_in_meluzina_1" ui_name="ui_mn_meluzina_1" />
ui_name="ui_mn_meluzina_1" = Connect to Localization.pak File

[Language Name]_xml.pak
Localization\English_xml.pak\text_ui_items.xml
<Row><Cell>ui_mn_meluzina_1</Cell><Cell>Legend of Melusine I</Cell><Cell>Legend of Melusine I</Cell></Row>

Finding Quest names:

Example from Quest_en.txt : Lost in Translation|q_capCum

Data\Tables.pak\Libs\Tables\quest\quest.xml
<row comment="" computer_name="JVANZURA-DT" counter="1" group="Side-Bud" is_activated="True" is_progress_visible="True" long_desc="" pos1="-930,80,0" pos2="3810,-130,0" pos3="" quest_id="5571166" quest_name="q_capCum" quest_type_id="2" smart_object="q_capCum" timestamp="27/03/2018 16:57" />
quest_id="5571166" Connect to quest2skald_subchapter.xml

Data\Tables.pak\Libs\Tables\quest\quest2skald_subchapter.xml
<row quest_id="5571166" quest_level="8" skald_subchapter_id="242" />
skald_subchapter_id="242" Connect to skald_quest_string.xml

Data\Tables.pak\Libs\Tables\skald\skald_quest_string.xml
<row skald_quest_string_type_id="1" skald_subchapter_id="242" string_name="subchapter_242_name" />
string_name="subchapter_242_name" Connect to Localization.pak File

[Language Name]_xml.pak
Localization\English_xml.pak\text_ui_quest.xml
<Row><Cell>subchapter_242_name</Cell><Cell>Lost in Translation</Cell><Cell>Lost in Translation</Cell></Row>