This is a user-friendly program that decrypts the game files for The Coffin of Andy and Leyley. It is designed for game versions 3.0.0 and higher (tested on v3.0.11).
The tool will automatically find and process all encrypted .png, .json, and .ogg files and save the decrypted versions to a new folder, making them accessible for viewing or modding.
You must provide your own legitimate copy of the game.
This tool is designed to be as simple as possible. No command line or Python installation is required.
I've packed this .exe myself using pyinstaller. Windows just likes to BULLSHIT people's projects!
- Download the
.exefile.
- From Releases
- Directly TCOAAL.Asset.Decryptor.exe
- Run the tool using one of the following methods:
- Automaticly (Recommended): Simply place the
.exeanywhere on your computer and double-click it. The program will automatically search your drives for the official Steam installation of the game. - Manualy: If the game is installed in a non-standard location or is not from Steam, place the
.exefile directly inside the game's main folder (the one containing theGame.exeand thewwwfolder). Then, double-click the.exeto run it. Usually location is C:\Program Files (x86)\Steam\steamapps\common\The Coffin of Andy and Leyley
- Automaticly (Recommended): Simply place the
- Find your files. A new folder named
decrypted TCOAAL assetswill be created in the same directory where you ran the.exe. This folder contains all the decrypted game files, organized in their original structure.
This tool was made possible by the work of several people in the community.
- Original Python Script: Created by AlternativeOne. You can find the original project here AlternativeOne/tcoaal_decryptor
- Influential Work: This tool is highly influenced by the work of Basil & Phoni on their TCOAAL tools, especially Grimoire.
- Executable Packaging: Packaged into a standalone
.exeby me (GreatFireDragon).
