discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

[Feature Request] Install specific manifests #69

Closed PixelNinja132 closed 4 years ago

PixelNinja132 commented 4 years ago

Allow us to install specific manifests, for example, if we have a standalone worldbuilder as a DLC, we can just install that, without installing everything. This might be good for many reasons, considering, that dependant SKUs are installed.

msciotti commented 4 years ago

I believe this is already doable today? If you have a standalone worldbuilder as a DLC, you can make a separate manifest for those files and enable the manifest for only that SKU.

https://discord.com/developers/docs/dispatch/branches-and-builds#multiple-manifests-and-dlc-content

PixelNinja132 commented 4 years ago

Sorry, I was meaning, sepetate library options, under the launch options, when you have a drop-down list

msciotti commented 4 years ago

Oh I see. Yes, we explicitly don't support multiple library entries for the same branch. We have the dropdown play selector instead. This is intended! So this feature most likely will not happen.