Graveyard Keeper

Upload your cheat tables here (No requests)
Pyro411
Noobzor
Noobzor
Posts: 9
Joined: Tue Dec 10, 2019 7:36 pm
Reputation: 4

Re: Graveyard Keeper

Post by Pyro411 »

Sadly I don't have the skill to update the tables... does anyone have a lead on an updated table that works with Steam v1.405? :) preferably a table and not a "Mods as a service" that charges you a subscription fee to play any supported game with mods.

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

MaW
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Jun 17, 2018 4:17 pm
Reputation: 13

Re: Graveyard Keeper

Post by MaW »


User avatar
Weresthebeef
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Sep 07, 2022 3:01 am
Reputation: 18

Re: Graveyard Keeper

Post by Weresthebeef »

I fixed some of the table but that infinite stamina script is a headache. I want to find a better way. Pointer scan maybe would work better? I did find the value offset for the research r/g/b based on the stamina address though.

veelox321
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Feb 12, 2023 10:46 pm
Reputation: 1

Re: Graveyard Keeper

Post by veelox321 »

Im trying to find values regarding body white and red skull and it all seems to be related to the GUI so far, out of my expertise if you have any advice or working CT

User avatar
KraftCrafterMcCrafty
Expert Cheater
Expert Cheater
Posts: 112
Joined: Sun Jul 21, 2019 10:55 pm
Reputation: 22

Re: Graveyard Keeper

Post by KraftCrafterMcCrafty »

veelox321 wrote:
Tue Feb 14, 2023 2:27 am
Im trying to find values regarding body white and red skull and it all seems to be related to the GUI so far, out of my expertise if you have any advice or working CT
That is because skulls are not corpse dependant but organs dependant. The Brain, Heart, and Intestine of person has a natural limit. This can be easily overcome in the Better Save Souls DLC content of the game where the Keeper is allowed to use specific items to directly modify each organ removing the need to edit each uniquely ID'd corpse organ.

User avatar
Weresthebeef
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Sep 07, 2022 3:01 am
Reputation: 18

Re: Graveyard Keeper

Post by Weresthebeef »

veelox321 wrote:
Tue Feb 14, 2023 2:27 am
Im trying to find values regarding body white and red skull and it all seems to be related to the GUI so far, out of my expertise if you have any advice or working CT
From my understanding the values is calculated by each part of the body (they all have different values). So I'd think the only way would be digging into mono and seeing how the body is calculated. If you have the BetterSaveSoul DLC then you can improve the skull value of some parts. My cheat table has a cheat that doesn't let corpses decay 8-) I wasn't able to find the address of the graveyard quality either. If it's for the 200 point graveyard quest save some headache and use the save editor. [Link]

User avatar
Weresthebeef
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Sep 07, 2022 3:01 am
Reputation: 18

Re: Graveyard Keeper

Post by Weresthebeef »

I found this that edits the skull value but it goes back soon as its turned off =(

{ Game : Graveyard Keeper.exe
Version:
Date : 2023-02-14
Author : weresthebeef

This script does blah blah blah
}

[ENABLE]

aobscan(INJECT,89 08 8B 45 08 8B 40 28) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
mov [eax],0x0C

code:
//mov [eax],ecx
mov eax,[ebp+08]
jmp return

INJECT:
jmp newmem
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
db 89 08 8B 45 08

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 00FFEFB1

00FFEF93: 89 04 24 - mov [esp],eax
00FFEF96: 90 - nop
00FFEF97: E8 84 A3 5F 18 - call 195F9320
00FFEF9C: 89 06 - mov [esi],eax
00FFEF9E: 8B 45 08 - mov eax,[ebp+08]
00FFEFA1: 89 04 24 - mov [esp],eax
00FFEFA4: 8D 6D 00 - lea ebp,[ebp+00]
00FFEFA7: E8 0C A4 5F 18 - call 195F93B8
00FFEFAC: 8B C8 - mov ecx,eax
00FFEFAE: 8B 45 10 - mov eax,[ebp+10]
// ---------- INJECTING HERE ----------
00FFEFB1: 89 08 - mov [eax],ecx
// ---------- DONE INJECTING ----------
00FFEFB3: 8B 45 08 - mov eax,[ebp+08]
00FFEFB6: 8B 40 28 - mov eax,[eax+28]
00FFEFB9: 8D 4D D8 - lea ecx,[ebp-28]
00FFEFBC: 89 4C 24 04 - mov [esp+04],ecx
00FFEFC0: 89 04 24 - mov [esp],eax
00FFEFC3: 39 00 - cmp [eax],eax
00FFEFC5: 8B C0 - mov eax,eax
00FFEFC7: E8 FC D2 79 11 - call 1279C2C8
00FFEFCC: 83 EC 04 - sub esp,04
00FFEFCF: E9 5A 00 00 00 - jmp 00FFF02E
}

User avatar
nihilism
Cheater
Cheater
Posts: 33
Joined: Thu Mar 29, 2018 1:28 am
Reputation: 14

Re: Graveyard Keeper

Post by nihilism »

Only played for a few minutes. Will likely add more as I play through it.

Energy Doesn't Decrease
Durability Doesn't Decrease
Unlocking Increases Tech + No Materials Required to Unlock Techs (other requirements still needed)
No Materials Required for Crafting
Attachments
Graveyard Keeper.CT
added Free Crafting
(3.31 KiB) Downloaded 40 times
Graveyard Keeper.CT
Tested on Steam v1.407
(2.81 KiB) Downloaded 41 times

wuzzl
Novice Cheater
Novice Cheater
Posts: 22
Joined: Sun Nov 27, 2022 10:21 am
Reputation: 2

Re: Graveyard Keeper

Post by wuzzl »

nihilism wrote:
Tue Apr 09, 2024 1:56 am
Only played for a few minutes. Will likely add more as I play through it.

Energy Doesn't Decrease
Durability Doesn't Decrease
Unlocking Increases Tech + No Materials Required to Unlock Techs (other requirements still needed)
No Materials Required for Crafting
nice one. can you maybe add a huge fishing bar? i hate fishing in those games.

thanks a lot


€dit:
the tech unlocks doesnt work for me. if you choose one nothing happens. but when i try to upgrade a few the game gets stuck.
cant go to inventory, menu or anything. only alt+f4 helps

Post Reply