A tool to easily pack, unpack, encrypt and decrypt script bundles

Xaymar

New Adventurer
Joined
Jan 27, 2023
Messages
3
Reaction score
2
Age
30
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"
I've uploaded it and its source code here: https ://github.com/Xaymar/hl1-masterswordclassic
 
Last edited:

Jonzay

Adventurer
Shadows of Torkalath
Alpha Tester
Joined
Mar 22, 2011
Messages
70
Reaction score
7
Thank you very much for making this tool. It is a gamechanger for making MSC modding so accessible. I appreciate your efforts.
 
Top