Scanning "auto" update denied 3rd party mods #146
JustSimplyKyle
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Yes it only nulls the download url. I'm planning to add support for opening browser tabs (using webbrowser) with the download page of unsupported mods, then listening on the downloads folder (with notify) and moving the files in to the output directory. This is what GDLauncher and ATLauncher are currently doing I believe. This way you will be able to add restricted mods too, and download them semi-automatically. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently ferium just spits out an error if the mod had denied 3rd party access. I wonder is it possible to use the scanning function to check whether if the mod is up to date(still add it to the profile, and when doing
ferium upgrade
if the mod had denied 3rd party access, use this type of checking to check) . I don't know how restrictive the denial is, I hope it just disables the download url. If this is possible, it can somewhat retain the usability for ferium in these kind of mods.Beta Was this translation helpful? Give feedback.
All reactions