WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Classic and retail download? (https://www.wowinterface.com/forums/showthread.php?t=58271)

10leej 10-13-20 03:50 PM

Classic and retail download?
 
So I'm back on wow for a while looking to port my stuff from classic back to retail but I want to maintain the classic packages as well.
I see some projects have a Classic and Retail download option how can I get that setup? I don't see where I can do that.

Dolby 10-13-20 06:02 PM

Hi 10leej , right now its only available if you upload via our API. If you upload and update with a classic toc api version under `compatible` it will be added as a classic download option to your main retail download.

https://api.wowinterface.com/addons/update

Code:

"compatible": {
"Type": "STR",
"Required": "No",
"Description": "Comma delimited list of all patch numbers your AddOn is compatiable with. If you provide the classic version number it will tag your upload for classic.",
"list": "https://api.wowinterface.com/addons/compatible.json"
},

Limitations are you wont have a seperate changelog, description or comments and if you *only* have a classic version to offer then you need to upload the normal route.

10leej 10-15-20 07:49 PM

Quote:

Originally Posted by Dolby (Post 337100)
Hi 10leej , right now its only available if you upload via our API. If you upload and update with a classic toc api version under `compatible` it will be added as a classic download option to your main retail download.

https://api.wowinterface.com/addons/update

Code:

"compatible": {
"Type": "STR",
"Required": "No",
"Description": "Comma delimited list of all patch numbers your AddOn is compatiable with. If you provide the classic version number it will tag your upload for classic.",
"list": "https://api.wowinterface.com/addons/compatible.json"
},

Limitations are you wont have a seperate changelog, description or comments and if you *only* have a classic version to offer then you need to upload the normal route.

Ok that's good to learn


All times are GMT -6. The time now is 02:27 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI