
I don't know how to use PowerShell to do this, but I'm sure it's pretty easy. This will copy all workshop items into your blueprints folder under appropriate directory names.Save the file somewhere then run it with in your shell (again, not PowerShell or cmd) bash /path/to/copy-blueprints.sh.Replace the right-side of the C, SRC and DEST assignments with directories suitable for your system.Paste the following code into a new file (e.g., copy-blueprints.sh).In WSL, the C drive is located at /mnt/c this may be different on your system or whatever you're using to run bash (git bash, cygwin, whatever).On my system this is C:\Program Files (x86)\Steam\steamapps\common\Empyrion - Galactic Survival\Saves\Blueprints\76561198080011352

You may have to do some poking around, since I'm not sure if the number is constant. On my system this is C:\Program Files (x86)\Steam\steamapps\workshop\content\383120.

It can be done with a one-liner, but I've split it up a bit to hopefully make it more approachable. But with 700 blueprints, doing this manually is unappealing. Each workshop blueprint is in its own folder, and only the files in those folders should be copied. The workaround is to just copy the workshop blueprints into the game's blueprints folder. I found myself having subscribed to some 700-odd blueprints before I realized this. There are many threads about this, but in a nutshell, the problem is that only a relatively small number of subscriptions can be shown in the blueprint library.
