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

Feature: mod merging #48

Open
cyberrumor opened this issue Mar 12, 2024 · 1 comment
Open

Feature: mod merging #48

cyberrumor opened this issue Mar 12, 2024 · 1 comment

Comments

@cyberrumor
Copy link
Owner

Something like

merge 2 0

could be made to stage the files from the chosen mods and create a new mod with those files, then delete the originals.

@cyberrumor
Copy link
Owner Author

blocked by lack of fs level case folding due to source files not having casing normalized.

If we go forward with this, it will have several limitations:

  • Doesn't work on fomods because there is ultimately only one ModuleConfig.xml. We could just copy the ammo_fomod folder, but then deleting the conflict winner post-merge shouldn't be automatic.
  • Mods being merged should be visible.
  • If mods being merged don't have the same install directory, we will have to compensate (or just not allow this).
  • Requires an absence of pending changes.

@cyberrumor cyberrumor changed the title Add ability to merge mods Feature: mod merging Dec 15, 2024
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

No branches or pull requests

1 participant