Hacking Cult of the Lamb Save Decryptor

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
No need to re-encrypt it ?
Also interested about the bug above, as I also have the game on GoG. Thanks
Is this about the boss bug? I have it below.

I also have a question - how to edit boss kill checkbox for Kallamar?
It bugged out for me(
So this one has 4 (6) parts for it.
The following are what need to be updated, only use the ones you want unlocked/completed as setting these manually completed may have adverse affects on not being able to unlock other parts. Setting all 4 numbers will unlock the final area.

UnlockedBossTempleDoor - Sets the unlock for the run, allowing you to go straight to the boss next time going in the area
UnlockedDungeonDoor - Unlocks that specific area
BossesCompleted - Markes the Boss/area complete and breaking the chain on the final area
BossesEncountered - Just for tracking the bosses you encountered

Spoiler to hide the names of the areas:
7 is Darkwood, 8 is Anura, 9 is Anchordeep, and 10 is Silk Cradle

Spoiler to hide the names of the bosses:
7 is Leshy (Darkwood), 8 is Heket (Anura), 9 is Kallamar (Anchordeep), and 10 is Shamarua (Silk Cradle)

"UnlockedBossTempleDoor": [
7,
8,
9,
10
],
"UnlockedDungeonDoor": [
7,
8,
9,
10
],
"BossesCompleted": [
7,
8,
9,
10
],
"BossesEncountered": [
7,
8,
9,
10
],

There is an additional one that can be set as well, but these get automatically set to true once you let the chain cinematic play out:
"BeatenDungeon1": false,
"BeatenDungeon2": false,
"BeatenDungeon3": false,
"BeatenDungeon4": false,

To skip the cutscenes for each boss, set these to true:
"ShownDungeon1FinalLeaderEncounter": false,
"ShownDungeon2FinalLeaderEncounter": false,
"ShownDungeon3FinalLeaderEncounter": false,
"ShownDungeon4FinalLeaderEncounter": false,

In order for the title menu select to show you have completed the said heretics after manually setting them make sure you set their respective Dungeon(x)Completed to true, this is mainly an aesthetic thing. This is in the meta_.json file, instead of the slot_.json file

"Dungeon1Completed": false,
"Dungeon2Completed": false,
"Dungeon3Completed": false,
"Dungeon4Completed": false,
 
Last edited by Wheels35,
  • Like
Reactions: rafpoop

rafpoop

Well-Known Member
Member
Joined
Mar 21, 2020
Messages
195
Trophies
0
XP
561
Country
Afghanistan
Is this about the boss bug? I have it below.


So this one has 4 (6) parts for it.
The following are what need to be updated, only use the ones you want unlocked/completed as setting these manually completed may have adverse affects on not being able to unlock other parts. Setting all 4 numbers will unlock the final area.

UnlockedBossTempleDoor - Sets the unlock for the run, allowing you to go straight to the boss next time going in the area
UnlockedDungeonDoor - Unlocks that specific area
BossesCompleted - Markes the Boss/area complete and breaking the chain on the final area
BossesEncountered - Just for tracking the bosses you encountered

Spoiler to hide the names of the areas:
7 is Darkwood, 8 is Anura, 9 is Anchordeep, and 10 is Silk Cradle

Spoiler to hide the names of the bosses:
7 is Leshy (Darkwood), 8 is Heket (Anura), 9 is Kallamar (Anchordeep), and 10 is Shamarua (Silk Cradle)

"UnlockedBossTempleDoor": [
7,
8,
9,
10
],
"UnlockedDungeonDoor": [
7,
8,
9,
10
],
"BossesCompleted": [
7,
8,
9,
10
],
"BossesEncountered": [
7,
8,
9,
10
],

There is an additional one that can be set as well, but these get automatically set to true once you let the chain cinematic play out:
"BeatenDungeon1": false,
"BeatenDungeon2": false,
"BeatenDungeon3": false,
"BeatenDungeon4": false,

In order for the title menu select to show you have completed the said heretics after manually setting them make sure you set their respective Dungeon(x)Completed to true, this is mainly an aesthetic thing. This is in the meta_.json file, instead of the slot_.json file

"Dungeon1Completed": false,
"Dungeon2Completed": false,
"Dungeon3Completed": false,
"Dungeon4Completed": false,
If you're not busy, I would love some help with fixing a bug in someone's save file. The issue is that Ritual of the Flesh (Sacrifice) did not unlock normally during the storyline, it's a known bug on PC. I figured it could be fixed by just unlocking it in the save file, but I'm not entirely sure how.
 
Last edited by rafpoop,

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
If you're not busy, I would love some help with fixing a bug in someone's save file. The issue is that Ritual of the Flesh (Sacrifice) did not unlock normally during the storyline, it's a known bug on PC. I figured it could be fixed by just unlocking it in the save file, but I'm not entirely sure how.
Hey man, I had to double verify which one it was, I forgot it was a separate Ritual unlocked through progression...good news though I've got it.

Add to UnlockedUpgrades: 60 and it should give it to you.
 
  • Like
Reactions: rafpoop

rafpoop

Well-Known Member
Member
Joined
Mar 21, 2020
Messages
195
Trophies
0
XP
561
Country
Afghanistan
Hey man, I had to double verify which one it was, I forgot it was a separate Ritual unlocked through progression...good news though I've got it.

Add to UnlockedUpgrades: 60 and it should give it to you.
Thanks a lot, I'll add it as a fix to the compiled bug list too for other people to use the fix if they need it!
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
  • Like
Reactions: rafpoop

zZSilverBulletZz

New Member
Newbie
Joined
Aug 18, 2022
Messages
1
Trophies
0
Age
34
Location
New York
XP
23
Country
United States
Hi, amazing work! How do I change the Belief in Prohibition doctrine to Substances Encouraged? Also, how do I edit the number of shells? For some reason they never dropped for me.
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States

JonJaded

Well-Known Member
Member
Joined
May 22, 2016
Messages
679
Trophies
0
XP
2,933
Country
United States
https://github.com/Wheels35/CultoftheLamb

For the first one click on "Doctrine Unlocks" and the second one click on "Item IDs" both will walk you through how to do it.
By any chance do you know of a way to change the death reasoning of a follower? I know about the "diedof____":true/false but editing that doesn't seem to set it for any followers.

My save is stuck with the ritual freeze bug. I have a hutch that it's because of the plague curse that was casted upon me while on a crusade. My two best followers died and ever since I returned to base, any ritual leads to a freeze. The reason I ask is because after purposefully doing the character delete bug (where you delete a follower by saving after a ressurection ritual softlock*) on both the followers that died via sickness, rituals works perfectly again. (I have a save backup, before doing this.)

So hopefully, theres a way to properly set their death to something like old age to avoid this sickness bug.

* also the ritual bug doesn't set its cooldown NOR charge you the cost.
 

Wheels35

Active Member
Newcomer
Joined
Aug 21, 2007
Messages
36
Trophies
1
XP
121
Country
United States
By any chance do you know of a way to change the death reasoning of a follower? I know about the "diedof____":true/false but editing that doesn't seem to set it for any followers.

My save is stuck with the ritual freeze bug. I have a hutch that it's because of the plague curse that was casted upon me while on a crusade. My two best followers died and ever since I returned to base, any ritual leads to a freeze. The reason I ask is because after purposefully doing the character delete bug (where you delete a follower by saving after a ressurection ritual softlock*) on both the followers that died via sickness, rituals works perfectly again. (I have a save backup, before doing this.)

So hopefully, theres a way to properly set their death to something like old age to avoid this sickness bug.

* also the ritual bug doesn't set its cooldown NOR charge you the cost.
While i havent touched Followers to test everything due to the vast amount of variables they have, I can definitely take a quick look at your save file if you feel so inclined. I have looked through them a couple times and have a few ideas of what this might be.
 

dimmzdale

New Member
Newbie
Joined
Aug 18, 2022
Messages
2
Trophies
0
Age
31
Location
Australia
XP
23
Country
Australia
hello, may i ask fix for a bug here? it said "required tier 6 to unlock" after my sermon reach 100, but i cannot press "accept" to progress or select "Might of The Devout VI", any solution?
 

dimmzdale

New Member
Newbie
Joined
Aug 18, 2022
Messages
2
Trophies
0
Age
31
Location
Australia
XP
23
Country
Australia
hello, may i ask fix for a bug here? it said "required tier 6 to unlock" after my sermon reach 100, but i cannot press "accept" to select "Might of The Devout VI" to progress, any solution?
 

JonJaded

Well-Known Member
Member
Joined
May 22, 2016
Messages
679
Trophies
0
XP
2,933
Country
United States
Here's my save. I'm like so sure that the pestilence curse that one of the bishops applied is what's doing this.
 

Attachments

  • saves.zip
    672.9 KB · Views: 38

rafpoop

Well-Known Member
Member
Joined
Mar 21, 2020
Messages
195
Trophies
0
XP
561
Country
Afghanistan
Not sure if anyone posted this yet but if you want the Twitch Drop skins, pretty easy to unlock by editing your save file. Just change a few lines to true, and add in the skins to the DLCSkins list. Added a pic of the forms too for anyone who was curious.
 

Attachments

  • unknown.png
    unknown.png
    9.9 KB · Views: 69
  • Screen_Shot_2022-08-18_at_12.46.14_PM.png
    Screen_Shot_2022-08-18_at_12.46.14_PM.png
    16.6 KB · Views: 69
  • unknown.jpg
    unknown.jpg
    115.2 KB · Views: 62
Last edited by rafpoop,
  • Like
Reactions: JonJaded

Kwyjor

Well-Known Member
Member
Joined
May 23, 2018
Messages
4,323
Trophies
1
XP
4,454
Country
Canada
Was this really encrypted, or was it just some kind of modest binary encoding to keep things from being human-readable?

I can't imagine why someone would seriously bother with encryption.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://www.ebay.com/itm/386617469929?mkcid=16&mkevt=1&mkrid=711-127632-2357-0&ssspo=2T8UwYf_Qse&...