https://github.com/NeatMachine/AutoLoader
AutoLoader is an add-on for GearSwap that allows you to manage your sets in game without modifying your job file every time you get new equipment. I made this because I play on Steamdeck and I have a lot of RDM gear to acquire. Don’t feel like modifying static sets in lua.
AutoLoader is also a state management system similar to Mote. I wrote it before I knew about Mote, so it's probably redundant in a lot of ways. It does offer a couple of new things though:
AutoLoader recognizes several predefined sets (like Mote), and it also attempts to generate them automatically based on your available gear.
It uses these autogenerated sets if you haven't saved your own version. It runs through lists of "relevant" sets and equips them in order of specificity. It does ~OK~ at finding optimal gear. This is meant to be more of a fallback.
You can get a lot out of this tool by saving a few sets that AutoLoader will automatically recognize:
//gs c auto sets save idle
//gs c auto sets save melee
//gs c auto sets save fastcast
//gs c auto sets save ws
//gs c auto sets save (any magic school)
//gs c auto sets save (any spell, ability, or WS by name)
