- Apr 14, 2018
- 117
- 2,006
Hello folks!
Since I recently started to play around with Summertime Saga assets, I wrote a little python script which unpacks images, converts them from WEBP to PNG, unpacks audio, unpacks scripts and decompiles them. It's called sts_unpack and usage is really simple:
This will unpack images, audio and scripts.
You can however, supply these optional parameters to disable one or more features:
The only prerequisite for this script is that you have both python 3 and python 2 installed and that they are accessible via the python launcher. Check this link for help:
If you have any questions let me know
Since I recently started to play around with Summertime Saga assets, I wrote a little python script which unpacks images, converts them from WEBP to PNG, unpacks audio, unpacks scripts and decompiles them. It's called sts_unpack and usage is really simple:
Code:
py .\sts_unpack.py "<Directory-where-your-SummertimeSaga.exe-is>" "<Output-Directory>"
You can however, supply these optional parameters to disable one or more features:
Code:
-ni | --no-images Disables the processing of images.
-na | --no-audio Disables the processing of audio.
-ns | --no-scripts Disables the processing of scripts.
You must be registered to see the links
If you have any questions let me know