KalbyEaten
Member
- Dec 18, 2018
- 221
- 809
- 278
dang it didnt work for me, bumping this if someone else got it to workI was fascinated by the game's encryption mechanisms and decided to dig into the code. After some experimenting, I created two Python scripts that automatically decrypt the videos and images used in the game.
How to Use
Output
- Download and install Python 3 from
You must be registered to see the links.- Open a terminal or command prompt, and navigate to the folder containing the scripts.
- Run the scripts using the following commands:
python video-dec.py "./Secret Dawn[v0.12]/"
python img-dec.py "./Secret Dawn[v0.12]/"
Replace "./Secret Dawn[v0.12]/" with the actual path to your game folder if it's different.
- Decrypted videos will be saved under:
GAME_DIR/vid/- Decrypted images will be saved under:
GAME_DIR/img/
Feel free to modify the script or path as needed for your setup.