This compresses and decompresses a folder structure to randomize Siege OPs.
You can change this by changing the config compressionator.seigeNames in your vscode settings to a different array of names
Requirements
In order to run this extension you need to have python installed.
Commands
Use > Compressionator: Decompress or the keybind ALT+B to decompress everything
Use > Compressionator: Compress Needed or the keybind ALT+N to compress only what is needed
Use > Compressionator: Compress or the keybind ALT+M to compress everything
Some Question You Might Have
How do I start using this?
Letting the extension know what folders to try and compress:
You can change what names to search for in the workspace by changing compressionator.siegeNames
You can give specific paths to folders by changing compressionator.siegePaths
You can also stop the extension from searching for names by turning off compressionator.searchForFolderNames, which might make the extension faster if you usde compressionator.siegePaths only
After this is done:
Simply run one of the commands above to start compressing and decompressing
What does the config jsonParsingEnabled do?
This creates a json file called parsed.json with references to all images which helps parse the folder structure more easily to someones code.