well, you CAN customize the load order in the config, i guess we could do some sort of ordering like with the craft soldier thing?
Not sure of my original post was clear enough, but basically I'm asking for an automatic macro to be put in to load multiple rulesets all at once with one file in the mod menu/options.
This next bit isn't me bragging, it's relevant I swearI did a similar system in the modloader for Teleglitch that I made, where each mod has an initializer file which points to the actual mod files, allowing modders to lay the mod out however they want inside its own directory and let users simply enable one file instead of many, without making the modder cram everything into one file.
Now granted, those mods are written in Lua which is really made for that kind of thing, but judging by the way mods are loaded right now I'm guessing that YAML can take some formatted information and turn in into an array of filenames which can then be passed to whatever function processes modded files. In the long run I think this would save a lot of hassle.