Creating Nexus Collections #367
ChrisDKN
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Amethyst has had the ability to download collections since 1.0.0 but the biggest missing feature is the ability to create and upload them
Currently profiles can be exported but the manifest is written in a way that cannot be uploaded to nexus or understood by Vortex.
Currently I'm working on the ability to upload collections
And here is one showing that it successfully uploaded
Here's the current to do list before this gets added. These are just the main ones I can think of for now
Profile state import
Uploading a collection will create a Amethyst folder in the exported manifest. This contains the profile state Amethyst can use to rebuild the profile
This means when someone else downloads a collection uploaded by Amethyst things like separators, Notes, the exact mod and plugin load orders are kept. When installing on Vortex, this folder is simply ignored
All reactions