This project serves as an encryptor/decryptor for the save files of Cult of the Lamb. Access the tool here.
Before using this web app, make sure to create a backup of your save files. On Windows, these files are located under %UserProfile%\AppData\LocalLow\Massive Monster\Cult Of The Lamb\saves
.
The save files consist of the following:
slot_<number>.json
meta_<number>.json
<number>
corresponds to the save slot, with the first slot labeled as 0, and subsequent slots incrementing accordingly.
- Upload Files: Begin by uploading the files you wish to encrypt or decrypt.
- Decryption Process: The tool will generate decrypted files for you to work with. It is essential not to rename these decrypted files.
- Edit Decrypted Files: Once you have finished editing your decrypted files, you can proceed to reencrypt them.
- Reencryption: Simply upload the edited files on the provided page to reencrypt them.
- Insert the reencrypted files in your save folder. You can change the
<number>
.
Special thanks to CoTLMindReader by Moonkis. I transposed to native javascript the decryption/encryption algorithm he wrote in C#.