pango wrote: ↑Mon Dec 31, 2018 7:18 am
Directory junctions, what do you mean by that?
They're like shortcuts, only part of the filesystem, rather than just a file that the OS treats as part of the filesystem. So they should work with any code that calls OS functions to scan a directory - Theoretically. In practice, it depends on the OS, the OS function, and how recursive it is.
On Windows, you can create them by typing "cmd" into the search bar, running the Command program under administrator privileges, and typing:
mklink /J "link/from/" "link/to/", where "link/from/" is the name and location of the new directory junction, and "link/to/" is where it leads to.
So I've been using that to link in mods, as opposed to copy/paste.
Edit: You don't actually need quotes if there's no spaces in the path, but practically speaking, "just add quotes" is easier.

Previous experience tells me it's very easy to misunderstand the tone, intent, or meaning of what I've posted. If you have questions, ask.