Xaymar
New Adventurer
- Joined
- Jan 27, 2023
- Messages
- 3
- Reaction score
- 2
- Age
- 31
I've made a small tool that handles packaging, unpackaging, encrypting and decrypting of script bundles. This is based on the pointers given by @spark and the code in the Downloads section. It does the following:
- Decrypt packaged bundles:
scripttool -decrypt "sc.pak" "sc.dll"
- Unpack bundles to files:
scripttool -unpack "sc/" "sc.pak"
- Pack script files into a bundle:
scripttool -pack "sc.pak" "sc/"
- Encrypt packaged bundles:
scripttool -encrypt "sc.dll" "sc.pak"
Last edited: