Skip to content

What is overrides option in modpack? #334

Closed Answered by theRookieCoder
khuongduy354 asked this question in Q&A
Discussion options

You must be logged in to vote

How can the mod files exist in the temp dir at first place?

You can see above the line you mentioned;

extract_zip(modpack_file, &tmp_dir).await?;

Here, the contents of the modpack is unzipped to temp_dir.

And why is that related to override?

These override files are config files that the modpack wants you to use. It might be the case that the user has modified some of these configs so they wouldn't want them to be overridden again when they upgrade, which is why the option exists.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by khuongduy354
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants