608f3fae646fd34d7d7e7695cffec31f745bfa46
SIERRA addons loader
With this program it will be simple to load ton of addons at same time, just put them in folder and after SIERRA run, choose sieloader addon file that will be selected in explorer
Addons structure
- SIERRA root directory
- /addons
- /myaddon
- install.txt
- addon.yaml
- myaddon.py
- /anothermyaddon
- moreaddons.py
How it works
- We search for sierra root folder
- Load addons from /addons folder
- Run their installation scripts from install.txt (each line being executed in cmd)
- Making one invoker out of all addon files
- Done! You can load sieloader_addons.yaml from SIERRA root directory and all your addons will work!
Description
Languages
Python
100%