Page 1 of 40

Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 7:44 pm
by The Mogician
Pointer table for:
Health
Stamina
Energy
Nourishment
Skill points and experience pointers (special thanks goes to soulofshiba for discovering how it was stored)
Dice pointers for player and opponent (set opponent numbers to 0 to ensure he never wins and set your own numbers to 2000 for easy win)
Dice bet amount (change it to a high amount when you choose the bet and accept so you win all the money on the gambler)
Horse health and stamina (lock stamina to gallop all the way)
Currently facing enemy health and stamina (change health to 1 to instakill or make stamina 1 and use him as a punching bag)

Work in progress:
Haggle gimmicks with the aim of allowing the player to haggle free items from the salesperson
Pickpocket timer
Disable body part injuries
Easy lockpicking
Inventory editor
Archery Points/Arrows

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 7:45 pm
by ReDragonInc
Good work so far.

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 7:50 pm
by The Mogician
The Mogician wrote:
Tue Feb 13, 2018 7:44 pm
Pointer table for:
Health
Stamina
Energy
Nourishment

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 8:41 pm
by Crage
carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 9:00 pm
by iicecube
The Mogician wrote:
Tue Feb 13, 2018 7:44 pm
Pointer table for:
Health
Stamina
Energy
Nourishment

Working on Attributes & Skills
Nice one, Maybe a weight will also make a life safer too. :lol:

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 9:44 pm
by yoco
You think it's possible to make easier lockpicking?

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 10:09 pm
by musland
yoco wrote:
Tue Feb 13, 2018 9:44 pm
You think it's possible to make easier lockpicking?
Would be possible only once skills are figured out I guess

Re: Kingdom Come Deliverance

Posted: Tue Feb 13, 2018 10:17 pm
by shuiko
Thanks couldn't figure it out for the life of me.

Stats and skills allude me and perks derp.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 12:21 am
by DunkaDunka
Crage wrote:
Tue Feb 13, 2018 8:41 pm
carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)
What should be this doing?

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 12:59 am
by cdtrico
DunkaDunka wrote:
Wed Feb 14, 2018 12:21 am
Crage wrote:
Tue Feb 13, 2018 8:41 pm
carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)
What should be this doing?
Looks like it should set the carry weight to 0 at all times so you don't have to worry about what you carry.
Haven't tested it though.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 1:10 am
by Nibelton
you can mod it by using 7zip
there is unlim saves mod on nexus already.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 2:43 am
by NumberXer0
I second the skill point/exp cheat. I found a trainer that changes the skill level, but it's pointless because you don't get points =( We need a way to edit the actual skill exp instead of the level.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 2:48 am
by Darkedone02
Apparently fearlessrevolution already made a table that contains +12 features...

Image

Sadly I can't post the link because of the site is banned here on FRF.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 2:50 am
by NumberXer0
Darkedone02 wrote:
Wed Feb 14, 2018 2:48 am
Apparently fearlessrevolution already made a table that contains +12 features...

Image

Sadly I can't post the link because of the site is banned here on FRF.
Hmm, do you know if the exp multiplier is for all exp or just your main level? Because that could be exactly what I need.

Re: Kingdom Come Deliverance

Posted: Wed Feb 14, 2018 2:57 am
by saucefar
Invisibility would be nice in a game like this.