ddlcpad

็ฎไฝไธญๆ
What is this ๐ค
ddlcpad is short of Doki Doki Literature Club Plus Asset Decrypter
You can decrypt the *.cy file from Doki Doki Literature Club Plus with this cli binary.
After decrypt, you will get a *.out file. Put it into Perfare/AssetStudio to get the assert file.
How to install ๐ค
You can download a binary file on release. Or you can build it yourself.
How to use ๐
Just open your terminal (or powershell on windows), run the binary file.
Basic usage:
# On Linux
./ddlcpad <file_name>
# On windows
.\ddlcpad.exe <file_name>
Use --help or -h to get more help.
Encrypt cy file
As for community request, you can encrypt a file back to .cy file. Just add --encrypt in your command:
# On Linux
./ddlcpad --encrypt <file_name>
# On windows
.\ddlcpad.exe --encrypt <file_name>
How to build ๐ค
Just install and config golang on your computer, then run this command:
# On windows
go build -o ddlcpad.exe
# On Linux
go build -o ddlcpad
If you wants to build exe file on Linux:
export GOARCH=amd64
export GOOS=windows
go build -o ddlcpad.exe
Why do this ๐ง
There has a project do this. But I don't use php and don't want to install it on my computer. Actually, I don't know how to setup and use the php code. And also lazy to learn it.
What's more, php script for those who doesn't lean programming are very very hard to use. I wants to create a binary file which is easy to use. So that people can just download a binary file from release and use it without build or run code themselves.
Why read file with os.ReadFile() โ
The biggest assert file is gallery_images.cy and with 582 MB, There is no way to use too much memory.
PR welcome. :)
Open Source ๐
Refer https://github.com/MlgmXyysd/DDLC-Plus-Asset-Decrypter
Cli https://github.com/urfave/cli
Support This Project ๐
If you love this project, you can simply click a star or contributes codes through an issue, or create a pull request.
More Question โ๏ธ
Post your question on issue please.
Contributors โจ
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!