D-Official / PizzaTowerSwitch-FMOD

FMOD replacement code from the unofficial Pizza Tower switch port
Do What The F*ck You Want To Public License
28 stars 2 forks source link

Having issues getting decrypt.py to work #20

Closed KirbyKing186 closed 8 months ago

KirbyKing186 commented 8 months ago

I have included decrypt.py, the encrypted SR 5 Fix 1 file, and my data.win file all in the same folder. I also installed Python 3.12. When I click decrypt.py, it opens and immediatley closes, with no files being changed.

The SHA-256 hash of my data.win is d77d34183aac40890373371e96bc3093f6c83d45a528dfe29cf900857c146303. Any fixes/solutions to this issue?

lucasdaweb95 commented 8 months ago

my pc also froze every time i ran the script, i think a xdelta patch would work better.

D-Official commented 8 months ago

I have included decrypt.py, the encrypted SR 5 Fix 1 file, and my data.win file all in the same folder. I also installed Python 3.12. When I click decrypt.py, it opens and immediatley closes, with no files being changed.

The SHA-256 hash of my data.win is d77d34183aac40890373371e96bc3093f6c83d45a528dfe29cf900857c146303. Any fixes/solutions to this issue?

Could you please run the decrypt.py in that folder from the Command Prompt? It should display a message if anything went wrong when ran from there. The hash is correct.

my pc also froze every time i ran the script, i think a xdelta patch would work better.

It could take a while. Unless you mean it froze your entire computer forcing you to restart. In which case I have no idea.

KirbyKing186 commented 8 months ago

Good news, when I right clicked the folder with the three files, opened in Terminal, used the command .\decrypt.py, it all started to decrypt and now I have the working file! Thanks greatly for the help!

D-Official commented 8 months ago

Great!