-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle "This mod is excluded from the CurseForge API and must be downloaded manually." #50
Comments
It does seem notable that the prompt for this is also unskippable, as |
@KJP12 True. If the mod is marked as optional it should let the user skip, but if the mod is marked as required, it should disallow skipping. |
Yeah. I think the only potential work around for this would be to have the end user manually install the mods that has 3rd party launchers disabled, similar to how the main Packwiz program does it for making full modpacks. |
Yup, that is why I am recommending adding buttons which will aid the user to download the file manually and put it in the correct location. Another option would be to allow the user to click and drag the jar file into the packwiz window and let packwiz put it in the right spot. |
I actually have a WIP webview program that can be used to automate this process, allowing packwiz-installer to handle the download but still showing the CurseForge ads. I'm not sure why I didn't push this to GitHub yet, I should have time in the next few weeks to do so. |
The webview will be an optional download fwiw (particularly since I can't necessarily guarantee it'll be available for the platform you are running packwiz-installer on), I do intend to also implement a fallback with similar UI to what OP suggests. |
This issue is exactly what I'm dealing with right now. Is there a reason we just aren't rendering the urls in the error text? At the very least that would bump up the usability here while waiting on webview and this other UI. Forgive me, I'm not entirely familiar with the gui side of the tech stack. |
Are there any updates on this yet? I am trying to set up a server on linux using the minecraft docker but if it prompts for manual downloads/uploads I don't think it would be worth it. |
|
My modpack includes an optional mod that is hosted on curseforge and is set to disallow automatic downloads which results in an exception. It would be great if the packwiz installer would gracefully handle this exception, parse it for the links, and show a message and buttons to the user. The message could say something along the lines of:
This mod is excluded from the CurseForge API and must be downloaded manually.
with buttons forOpen Download Page
,Copy File Path
, andOpen Mods Directory
.The text was updated successfully, but these errors were encountered: