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

Keeps adding all detected mod folders on restart #399

Open
crystallikelaw opened this issue Oct 7, 2024 · 1 comment
Open

Keeps adding all detected mod folders on restart #399

crystallikelaw opened this issue Oct 7, 2024 · 1 comment
Labels
Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement

Comments

@crystallikelaw
Copy link

AML Version: 1.5.1

Description
I have 2 separate installations:

Install A:
XCom (Steam)
AML
Mod folder

Install B
XCom (non-Steam)
AML
Mod folder

Whenever either in opened, it automatically adds the other instance's mod folder, creating lots of duplicates. Trying to remove them on the steam version unsubscribes from half my modlist. Removing the wrong instance in settings (or settings.json) readds it on restart.

Suggest a solution
Respect the folder listing in settings on restart.

@crystallikelaw crystallikelaw added Status: Review Verify bug or check feasibility of a new feature. Type: Bug labels Oct 7, 2024
@RevZero
Copy link
Member

RevZero commented Nov 14, 2024

AML always checks XComEngine.ini for currently present mod directories. Since "Install A" updates the ini-File with the mod-directories from its configuration, "Install B" will then read that file and integrate those directories into its own config.
It would be possible to add an option like "Do not auto-detect mod directories" and skip reading the dirs from the ini, if enabled. I will consider it.

@RevZero RevZero added Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement and removed Type: Bug Status: Review Verify bug or check feasibility of a new feature. labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants