Hacking Cult of the Lamb Save Decryptor

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
For anyone wondering more about changing out the Doctrines I have finally finished updated my list here: https://github.com/Wheels35/CultoftheLamb/blob/main/doctrine_numbers.md

While the formatting isn't perfect, I threw together a quick markdown file so people can reference it.

Hey.

There is a bug in the game that doesn't unlock anything when you reach tier 3 divine inspiration and unlock refinery. There is a patch on Steam but GOG doesn't get one yet - does anybody know what the ID is maybe if I re-lock and then unlock it in game I can recover my softlocked save?

If not, is there a list of research tech in divine so I can paste the list in and make the game a fun playground at least? I suspect just filling it with numbers is a bad idea.
Refinery ( the middle option ) is UnlockedUpgrades: 34.
I haven't had the issue with the bug, This is how i would go about testing it: Backup your save, then remove that number, launch the save, verify its unchecked, save over it from in game WITHOUT UNLOCKING the refinery, quite to main menu, launch save, then unlock it again. ( Please let me know if this works )

I don't have a full list of the tech yet, due to the way the upgrade list works and unlocking stuff with divine inspiration sometimes unlocks other things along with the tree node, so I have to do a lot of manual verification.
 

Centerlord

Member
Newcomer
Joined
Dec 22, 2005
Messages
16
Trophies
1
XP
344
Country
United States
Anyone know if decrypted save file would work with fhe steam version ? Want to carry my save becuase the 30fps limit on switch .
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
Anyone know if decrypted save file would work with fhe steam version ? Want to carry my save becuase the 30fps limit on switch .
The switch version seemingly is encoded differently unfortunately, meaning it doesn't decrypt with the site.
I haven't spent too much time investigating it, but as of right now it doesn't look like its possible
 

Grapple

New Member
Newbie
Joined
Aug 15, 2022
Messages
2
Trophies
0
Age
45
Location
Greater
XP
24
Country
Aruba
Refinery ( the middle option ) is UnlockedUpgrades: 34.
I haven't had the issue with the bug

It is a known bug, some dependency is broken. First time I played, I unlocked tier 3 ASAP cause i wanted to see the tech tree, second time around I unlocked all I can (ironically cause I was aware of the bug) and left the T3 last.

Please let me know if this works

Removed UnlockedUpgrades 34, loaded game from main menu, the upgrade was locked, unlocked it in game, T3 correctly released and the game is playable, thank you.

Then fully read your post again, saved the game over the modded slot, the save got encrypted, quit, loaded encrypted save, all is well.

I don't have a full list of the tech yet, due to the way the upgrade list works and unlocking stuff with divine inspiration sometimes unlocks other things along with the tree node, so I have to do a lot of manual verification.

We're all watching this space, this thread is literally the only result Google has if you are looking for game internals. And with mods not coming any time soon, this and maybe a CE table is all we're getting in terms of customization.
 

Aternal

New Member
Newbie
Joined
Aug 16, 2022
Messages
1
Trophies
0
Age
22
Location
Somwhere
XP
14
Country
Russia
Is there any way to get snail shells throgh this? I found only "ShellsGifted", but I wish to gift them manually if possible.

Even better, if I'd get the info in general on how to add some things to the inventory.
 

PukanBOOM

New Member
Newbie
Joined
Aug 17, 2022
Messages
3
Trophies
0
Age
27
Location
New York
XP
22
Country
United States
Can I add Heretic Hearts with this editor?
Bug wont let me get a third heart

Can I add a Heretic Heart with this editor?
Bug won't let me get a third heart
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
Even better, if I'd get the info in general on how to add some things to the inventory.
Do you already have shells that were gifted? If possible could you share your save?

You can try doing this:

Search for exactly this "items": [ its near the bottom of the JSON file.
For shells add this to the bottom inside the right square bracket above IngredientsCapacityLevel:
,{
"type": 117,
"quantity": 0,
"QuantityReserved": 0,
"UnreservedQuantity": 0
}

Make sure you set quantity and UnreservedQuantity to the same number.

You can also get a list of the items in the game from my item list here:
https://github.com/Wheels35/CultoftheLamb/blob/main/item_list.md

Can I add a Heretic Heart with this editor?
Bug won't let me get a third heart
Yep if you search for exactly this "items": [ its near the bottom of the JSON file.
For Heart of a Heretic add this to the bottom inside the right square bracket above IngredientsCapacityLevel:
,{
"type": 22,
"quantity": 0,
"QuantityReserved": 0,
"UnreservedQuantity": 0
}

Make sure you set the quantity you want. Both the quantity and UnreservedQuantity field should be updated with the same number.

It is a known bug, some dependency is broken. First time I played, I unlocked tier 3 ASAP cause i wanted to see the tech tree, second time around I unlocked all I can (ironically cause I was aware of the bug) and left the T3 last.



Removed UnlockedUpgrades 34, loaded game from main menu, the upgrade was locked, unlocked it in game, T3 correctly released and the game is playable, thank you.

Then fully read your post again, saved the game over the modded slot, the save got encrypted, quit, loaded encrypted save, all is well.



We're all watching this space, this thread is literally the only result Google has if you are looking for game internals. And with mods not coming any time soon, this and maybe a CE table is all we're getting in terms of customization.
If you want to cheat in unlimited tree unlocks change "AbilityPoints": to any number you would like.

For anyone thats missed it thusfar, below are my current list with instructions for each on how to modify the necessary values:

Doctrine Unlock List: https://github.com/Wheels35/CultoftheLamb/blob/main/doctrine_numbers.md
Item IDs: https://github.com/Wheels35/CultoftheLamb/blob/main/item_list.md
Divine Inspiration Tree: https://github.com/Wheels35/CultoftheLamb/blob/main/DivineInspirationTree.md

It is a known bug, some dependency is broken. First time I played, I unlocked tier 3 ASAP cause i wanted to see the tech tree, second time around I unlocked all I can (ironically cause I was aware of the bug) and left the T3 last.



Removed UnlockedUpgrades 34, loaded game from main menu, the upgrade was locked, unlocked it in game, T3 correctly released and the game is playable, thank you.

Then fully read your post again, saved the game over the modded slot, the save got encrypted, quit, loaded encrypted save, all is well.



We're all watching this space, this thread is literally the only result Google has if you are looking for game internals. And with mods not coming any time soon, this and maybe a CE table is all we're getting in terms of customization.
Got the Divine Inspiration tree done:
https://github.com/Wheels35/CultoftheLamb/blob/main/DivineInspirationTree.md
 
Last edited by Wheels35,
  • Like
Reactions: CrashedNick

LilyArlatto

Member
Newcomer
Joined
Apr 16, 2018
Messages
7
Trophies
0
Age
22
XP
55
Country
Canada
Is there a way to reset the cooldown of a particular ritual? I've looked through the .json and it's a bit of a pain to even look for it because the site put it all in one huge line.
 

abzzu

New Member
Newbie
Joined
Aug 17, 2022
Messages
2
Trophies
0
Age
26
Location
brazil
XP
23
Country
Brazil
I ended up having a bug after almost 30 hours of play that I bought a taro card and it didn't count, does anyone know what exactly I would need to change? I spent a good 2 hours looking for it but nothing worked (a taro card sold at the base of mushrooms where there is sozo the madman who teaches brainwashing)
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
I ended up having a bug after almost 30 hours of play that I bought a taro card and it didn't count, does anyone know what exactly I would need to change? I spent a good 2 hours looking for it but nothing worked (a taro card sold at the base of mushrooms where there is sozo the madman who teaches brainwashing)
Tarot cards are something I haven't touched yet. Unfortunately, I think they fall under the generic 'UnlockedUpgrades' object so its going to be difficult to narrow them down until I know how to regenerate the cards available.

Could you toss me your save and I can see if I can narrow it down for you?

Is there a way to reset the cooldown of a particular ritual? I've looked through the .json and it's a bit of a pain to even look for it because the site put it all in one huge line.
if you open in VSCode with Beautify/Json Prettify (my prefered) or Notepad++ with JSTools plugin you can prettify the json. I haven't gone through and verified which Ritual is which yet, but they are listed under UpgradeCooldowns be warned it is also used for other cooldowns in the game, and not just Rituals. Crown unlocks fall under it as well.
 
Last edited by Wheels35,

PukanBOOM

New Member
Newbie
Joined
Aug 17, 2022
Messages
3
Trophies
0
Age
27
Location
New York
XP
22
Country
United States
Yep if you search for exactly this "items": [ its near the bottom of the JSON file.
For Heart of a Heretic add this to the bottom inside the right square bracket above IngredientsCapacityLevel:
,{
"type": 22,
"quantity": 0,
"QuantityReserved": 0,
"UnreservedQuantity": 0
}

Make sure you set the quantity you want. Both the quantity and UnreservedQuantity field should be updated with the same number.
Thank you so much!
It totally worked))
 

danijerez

New Member
Newbie
Joined
Aug 17, 2022
Messages
3
Trophies
0
Age
32
Location
spain
XP
14
Country
Spain
I have the fisherman's mission bugged, I can't get the last piece of the talisman, do you know if the mission can be reset? or modify the pieces of the talisman, I tried like this:

{
"type": 114,
"quantity": 1,
"QuantityReserved": 0,
"UnreservedQuantity": 1
}

I have the fisherman's mission bugged, I can't get the last piece of the talisman, do you know if the mission can be reset? or modify the pieces of the talisman, I tried like this:

{
"type": 114,
"quantity": 1,
"QuantityReserved": 0,
"UnreservedQuantity": 1
}
in the end if it has worked for me with this last change, in case someone needs it.
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
in the end if it has worked for me with this last change, in case someone needs it.
Is it bugged in the way that you can't turn in the last special fish, that you can't seem to fish the last fish or after turning in the last fish you don't get anything?
 

danijerez

New Member
Newbie
Joined
Aug 17, 2022
Messages
3
Trophies
0
Age
32
Location
spain
XP
14
Country
Spain
Is it bugged in the way that you can't turn in the last special fish, that you can't seem to fish the last fish or after turning in the last fish you don't get anything?
I can't deliver the last fish, in my case the octopus, and I don't receive the last talisman fragment
 

abzzu

New Member
Newbie
Joined
Aug 17, 2022
Messages
2
Trophies
0
Age
26
Location
brazil
XP
23
Country
Brazil
Tarot cards are something I haven't touched yet. Unfortunately, I think they fall under the generic 'UnlockedUpgrades' object so its going to be difficult to narrow them down until I know how to regenerate the cards available.

Could you toss me your save and I can see if I can narrow it down for you?


if you open in VSCode with Beautify/Json Prettify (my prefered) or Notepad++ with JSTools plugin you can prettify the json. I haven't gone through and verified which Ritual is which yet, but they are listed under UpgradeCooldowns be warned it is also used for other cooldowns in the game, and not just Rituals. Crown unlocks fall under it as well.
my fear was precisely that you said that, when I looked for the "triggers" so to speak of the letter I only found generic things, nothing fixed, well in doubt here is the save
 

Attachments

  • slot_0.rar
    1.5 MB · Views: 49

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: @SylverReZ, Indeed lol