Kingdom Come Deliverance II

Upload your cheat tables here (No requests)
Jawman2000
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Feb 11, 2024 5:16 pm
Reputation: 1

Re: Kingdom Come Deliverance II

Post by Jawman2000 »

The No Weight cheat appears to not be working. If this can be fixed or if anyone knows of a way for infinite carry weight as the recent update has broken mods that affect carry weight I would greatly appreciate it.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

DEADN8
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 13, 2025 11:17 pm
Reputation: 0

Re: Kingdom Come Deliverance II

Post by DEADN8 »

None of these tables work after the barber update, can we get updated versions please? i was using them mostly for unlimited weight and now I'm stuck being heavy.

Clasmir
Noobzor
Noobzor
Posts: 10
Joined: Fri Nov 16, 2018 3:12 am
Reputation: 3

Re: Kingdom Come Deliverance II

Post by Clasmir »

DEADN8 wrote:
Thu Mar 13, 2025 11:21 pm
None of these tables work after the barber update, can we get updated versions please? i was using them mostly for unlimited weight and now I'm stuck being heavy.
If you are willing to use a mod, this one works: Over on nexus look for kingdomcomedeliverance2/ mods/63

But I take that back, after the update I had to modify the manifest to remove 3 lines.

balchutowo
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Mar 14, 2025 6:10 pm
Reputation: 0

Re: Kingdom Come Deliverance II

Post by balchutowo »

VictorBaby wrote:
Tue Feb 04, 2025 9:20 pm
i am droping my fast table for skills (change exp, not level) and last droped item qty :) rate post if you like it

edit: disable other cheats , i share aob scan with one of op cheat , so dont mix my table with his Nourishment cheat

edit: in the first table there were active hotkeys (alt+z) that could break game

edit: i am adding my test script (not finished) for editing item. when we select item (body part) we can edit durability, noise, visibility, conspi and weight, and we can add negative values so item can lower our total weight, make us more silent :) maybe someone will develop this more.

edit:
-new main level and exp in plauer stats
-perk points (wait for pointer to properly to populate)
After new update it stopped working completly
Can you please update it so it works again??

thank you

AlexLucas92
Expert Cheater
Expert Cheater
Posts: 66
Joined: Sun Jul 09, 2023 5:33 pm
Reputation: 3

Re: Kingdom Come Deliverance II

Post by AlexLucas92 »

Hey,
Any chance someone could create/add table with same option as original file and zanzer combined plus dice ? and if possible add money, and add item thingy maybe like baldur gate 3 add item where you can choose item click and it appear in your inventory ?

also Noise/visibility cheat don't work properly or at all cuz enemies can hear me/see me.

also maybe "unlock all" wh_rpg_unlockAll 1 if can be added also and map fog removal/unlocking all cieties for easy travel ?

Kalinag
Noobzor
Noobzor
Posts: 12
Joined: Sat Apr 24, 2021 8:19 pm
Reputation: 1

Re: Kingdom Come Deliverance II

Post by Kalinag »

czarnozeby wrote:
Thu Feb 06, 2025 4:49 pm
Some guy on Nexus posted a save with all perks
The website is Nexus and the name of the mod is "ItemID's" - by Vileace. A Google search should render a URL quickly.

Kalinag
Noobzor
Noobzor
Posts: 12
Joined: Sat Apr 24, 2021 8:19 pm
Reputation: 1

Re: Kingdom Come Deliverance II

Post by Kalinag »

bangchick11 wrote:
Fri Feb 07, 2025 12:40 pm
credit to kratch

Write ''wh_cheat_addItem ''Item code''

Melee Weapons
00000000-0000-0000-0000-000000000005 : Big Sword
033fc7b6-17b6-486d-95cb-a22afb131be2 : Guisarme
04c2c966-f55b-4afe-b0c2-bfdf4ba0deeb : Skalitz shield
0ad36c8c-cfc7-44ab-8e8f-fe85e7646b71 : Ceremonial mace
0eb0ac15-f0d9-49ce-9dd8-b37381a7a508 : Heavy shield
bb99a38f-5683-4826-a26e-fd70ddd96086 : Strange die
bd8a4e0f-7b5d-4f6a-9546-4b71ffe6fa68 : Kunesh's keys
Etc... Etc...
These ID codes are for "Kingdom Come: Deliverance", not "Kingdom Come: Deliverance 2".
But thanks anyway.

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 514
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 275

Re: Kingdom Come Deliverance II

Post by sanitka »

DEADN8 wrote:
Thu Mar 13, 2025 11:21 pm
None of these tables work after the barber update, can we get updated versions please? i was using them mostly for unlimited weight and now I'm stuck being heavy.
Almost zero weight (0.00001) ;)
- activate and drop something, equip something, etc. to trigger total weight recalculation (if needed)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>416</ID>
      <Description>"No Weight"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : KingdomCome.exe
  Version: 
  Date   : 2025-03-17
  Author : SanitKa
}
[ENABLE]
aobscanmodule(INJWEI,WHGame.DLL,F3 0F 10 40 58 48) // should be unique
alloc(newmem,$100,INJWEI)

label(code)
label(return)

newmem:
  mov [rax+58],(float)0.00001
//  xorps xmm0,xmm0

code:
  movss xmm0,[rax+58]
  jmp return

INJWEI:
  jmp newmem
return:
registersymbol(INJWEI)

[DISABLE]

INJWEI:
  db F3 0F 10 40 58

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: WHGame.DLL+55F42C

WHGame.DLL+55F40C: 74 29              - je WHGame.DLL+55F437
WHGame.DLL+55F40E: 48 8B 01           - mov rax,[rcx]
WHGame.DLL+55F411: BA 16 00 00 00     - mov edx,00000016
WHGame.DLL+55F416: FF 50 38           - call qword ptr [rax+38]
WHGame.DLL+55F419: 84 C0              - test al,al
WHGame.DLL+55F41B: 74 1A              - je WHGame.DLL+55F437
WHGame.DLL+55F41D: 48 8B 4B 28        - mov rcx,[rbx+28]
WHGame.DLL+55F421: 33 D2              - xor edx,edx
WHGame.DLL+55F423: 48 8B 01           - mov rax,[rcx]
WHGame.DLL+55F426: FF 90 E0 00 00 00  - call qword ptr [rax+000000E0]
// ---------- INJECTING HERE ----------
WHGame.DLL+55F42C: F3 0F 10 40 58     - movss xmm0,[rax+58]
// ---------- DONE INJECTING  ----------
WHGame.DLL+55F431: 48 83 C4 20        - add rsp,20
WHGame.DLL+55F435: 5B                 - pop rbx
WHGame.DLL+55F436: C3                 - ret 
WHGame.DLL+55F437: 0F 57 C0           - xorps xmm0,xmm0
WHGame.DLL+55F43A: EB F5              - jmp WHGame.DLL+55F431
WHGame.DLL+55F43C: 40 53              - push rbx
WHGame.DLL+55F43E: 48 83 EC 20        - sub rsp,20
WHGame.DLL+55F442: 8B DA              - mov ebx,edx
WHGame.DLL+55F444: E8 17 00 00 00     - call WHGame.DLL+55F460
WHGame.DLL+55F449: 8B D3              - mov edx,ebx
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

AlexLucas92
Expert Cheater
Expert Cheater
Posts: 66
Joined: Sun Jul 09, 2023 5:33 pm
Reputation: 3

Re: Kingdom Come Deliverance II

Post by AlexLucas92 »

so anyone got complete invisibility for npcs maybe? and item list scrip to add to your inventory ? or money even if you have 0 please?

by the way zanzers CT got this option that adds dot for bows xbows and guns, but it dissapear after one shot - is there a way to add it permanently ?

and or option to make arrows to fly straight ?

dhanayha
Cheater
Cheater
Posts: 28
Joined: Fri Mar 03, 2017 3:54 am
Reputation: 2

Re: Kingdom Come Deliverance II

Post by dhanayha »

AlexLucas92 wrote:
Thu Mar 20, 2025 3:29 pm
so anyone got complete invisibility for npcs maybe? and item list scrip to add to your inventory ? or money even if you have 0 please?
try another table here, it got disable npc detection
viewtopic.php?f=4&t=33966
AlexLucas92 wrote:
Thu Mar 20, 2025 3:29 pm
by the way zanzers CT got this option that adds dot for bows xbows and guns, but it dissapear after one shot - is there a way to add it permanently ?
there's mod for it but need another program to make it visible, search it on mod website
AlexLucas92 wrote:
Thu Mar 20, 2025 3:29 pm
and or option to make arrows to fly straight ?
for this i don't know, sorry can't help

AlexLucas92
Expert Cheater
Expert Cheater
Posts: 66
Joined: Sun Jul 09, 2023 5:33 pm
Reputation: 3

Re: Kingdom Come Deliverance II

Post by AlexLucas92 »

thank you dhanayaha !

can you also explain to me "wh_cheat_additem" so when i use it i can only add 1 item, how do i use it correctly to spawn already multiple items or quality of items to be best?

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 514
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 275

Re: Kingdom Come Deliverance II

Post by sanitka »

AlexLucas92 wrote:
Thu Mar 20, 2025 8:14 pm
thank you dhanayaha !

can you also explain to me "wh_cheat_additem" so when i use it i can only add 1 item, how do i use it correctly to spawn already multiple items or quality of items to be best?
google it, this is CE table support forum not a KCD / KCD II one ;)
the syntax is mentioned a million times :)
good luck

AlexLucas92
Expert Cheater
Expert Cheater
Posts: 66
Joined: Sun Jul 09, 2023 5:33 pm
Reputation: 3

Re: Kingdom Come Deliverance II

Post by AlexLucas92 »

for some reason noice and other options to be quiet they reset it self after cutscenes and u have to save and quit game and start again for it to work

abrakadabra
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Mar 24, 2025 12:27 am
Reputation: 0

Re: Kingdom Come Deliverance II

Post by abrakadabra »

Hi everyone !
I'm trying to find the Mounted horse state adress.
I've been doing a lot of tries with CE , but with no luck.

I just want to improve a simple WASD third person view mode Mod with AutoHotkey.

If someone could help me to find it would be amazing.

Thanks :)

User avatar
Razapudroshko
Expert Cheater
Expert Cheater
Posts: 178
Joined: Sat Jan 16, 2021 7:07 pm
Reputation: 8

Re: Kingdom Come Deliverance II

Post by Razapudroshko »

anvarmt wrote:
Sun Feb 16, 2025 1:42 pm
Zanzer wrote:
Thu Feb 06, 2025 2:20 am
Item Pointer
No Dirt
No Blood
Lots of Charisma on Gear
Max Charisma Pointer
Max Conspicuousness Pointer
Player Scripts
- Unlimited Health
- Unlimited Stamina
- Unlimited Energy
- Unlimited Nourishment
- Player Pointer
Easy Lockpick
Steady Lockpick
Steady Bow
No Weight
No Noise
No Visibility
Trader Item Quantity
Ignore Perk's Skill Requirement
Old Tables
KingdomCome.CTKingdomCome.CTKingdomCome.CT
Thank you for your table.
Added:
- No Injury
- Infinite durability to all items
- Allow Save without Saviour Schnaps
Image
amazing ! this one is still works fine ! the best table )

Post Reply

Who is online

Users browsing this forum: admantx, coccocbot-web, DotBot, eleofharmony, jcjhys, Lootie_McShootie, termody