You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's possible to strip the actual version number
as you see when you upload files on curseforge there isn't any field called "Version" where you write the actual package version, which means that Curseforge itself doesn't store packages with a version but only differentiate them through names.
This means that anyone is able to upload them with any pattern they want, some may use a constant pattern like "ProjectName V" but other user may use a completly different pattern or not write the version at all#
for example though I usually use "ProjectName - " or "ProjectName-" which would already make a string search useless
I think it's most simple to just keep it like this until overwolf maybe introduces an actual API that provides version number for packages
If you meant to use the actual full name of the release, then that may be possible although these are the two reasons I avoided it since right now:
Sometimes API calls to that field return undefined which means I have no information to write in the embed (although I could use the filename as a fallback yes)
A version number could be not present at all, as I mentioned earlier, you can include whatever you want in that field on curseforge and some people don't actually include version numbers there
Like that ^ because it's more accurate than the File Name.
The text was updated successfully, but these errors were encountered: