AutoLoader For GearSwap

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Windower » General » AutoLoader for GearSwap
AutoLoader for GearSwap
 Bahamut.Seloan
Offline
Server: Bahamut
Game: FFXI
Posts: 1
By Bahamut.Seloan 2025-11-15 09:52:54
Link | Quote | Reply
 
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)
[+]
 Bismarck.Drakelth
Online
Server: Bismarck
Game: FFXI
user: drakelth
Posts: 833
By Bismarck.Drakelth 2025-11-15 13:42:57
Link | Quote | Reply
 
Seens like a crutch thst will result in a poor gesr sets
 Shiva.Thorny
Offline
Server: Shiva
Game: FFXI
user: Rairin
Posts: 3615
By Shiva.Thorny 2025-11-15 15:36:44
Link | Quote | Reply
 
Really depends on the quality. I think there are a lot of people already using poor gear sets that would benefit from a tool like this if it's reasonably effective. I doubt it's intended for the folks already curating their jobs carefully.
Offline
Posts: 90
By StateofMind 2025-11-15 16:17:37
Link | Quote | Reply
 
Yeah the autogenerated sets are supposed to just be better than nothing. The real purpose of this is having the ability to save sets and reference them in lua instead of having to edit the lua whenever you get new gear.

Finding optimal gear automatically is a fun project though, probably something that would always be able to be improved.