Here is my own simple creation after learning the basics of pointer scanning, for 0.98.50
It has ability to change health (thus god mode) for the first two players and the skill level of whichever character is selected after skill menu has been opened and fiddled with.
And it allows you to change how much money you got.
Being a newb at this, I don't know if this will work on any other computer, so just do normal search for money by trading items back and forth, and keep finding what writes or accesses it to find the pointer.
For 0.98.50 at least
"kenshi_x64.exe"+249BCB0 -> +298 +78 +88 = Money
"kenshi_x64.exe"+249BCB0 -> +2B8 + +5F8 + +40/44 = Health/StunDamage (depending on last offset)
represents the character +0 for first and +8 for ever character after, whereas represents which body part also starting from +0 and for every +8 after til +30
"kenshi_x64.exe"+24617B8 -> +0 +D0 +450 +
offset depends on which skill here's what I found
Im new to this and I have absolutely no idea how to use this could anyone possibly help me?
I'm too lazy to do pointer scans but Stats and Money are really easy.
For stats it's a float, where the whole numbers are the level of the stat and the decimals the progress made to the next level. So say you have 35 strength at 66% EXP, it would be 35.66
Money is simple 4 bytes scan.
No idea what Hunger and HP are like. I know HP is a float, but thats it.
Here's a table for .21 with the skills pointer, since I got off my lazy bum to actually do the scan. When the game updates, if it stops working finding the new pointer might be as trivial as changing the offset, and if it isn't at least you only have to change one address.
Im new to this and I have absolutely no idea how to use this could anyone possibly help me?
I'm too lazy to do pointer scans but Stats and Money are really easy.
For stats it's a float, where the whole numbers are the level of the stat and the decimals the progress made to the next level. So say you have 35 strength at 66% EXP, it would be 35.66
Money is simple 4 bytes scan.
No idea what Hunger and HP are like. I know HP is a float, but thats it.
Can you please update the table? Both my game and CE crashes whenever I try to locate second offset pointer
Spent an entire night trying to find the new address, the game always crashes the moment I check what accesses the first pointer /shrug
UPD: managed to get pointers to character, they are however linked to that character, nothing like the previous table
UPD2: I've managed to make a junky table where you can only change the stats of the first person in your first squad, I won't promise it will work for you but hey it's something