Skip to content
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

Multipart Mod Proposal #604

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Multipart Mod Proposal #604

wants to merge 3 commits into from

Conversation

Bwc9876
Copy link
Member

@Bwc9876 Bwc9876 commented Dec 20, 2024

Due to the advent of larger mods in development, we'll eventually need to deal with mods that are too large for 2 GB release asset limit. After talking on the Discord our current idea is a new field in the manifest that tells the manager to download additional ZIP files by name from the release of the mod (simple enough to just get the parent of the downloadUrl from the db and append the name to that). The manager would then extract these zip on top of the current mod's folder, effectively combining them all.

Copy link
Member

@JohnCorby JohnCorby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could mention that the 2gb is per-file but i dont think thats necessary

Copy link
Member

@xen-42 xen-42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably document that the db tracks the first zip file in a release, to make it clear what an additional zip file is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants