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

Limit duplicate DLL warning to affected game versions #18

Merged

Conversation

HebaruSan
Copy link

Hi @linuxgurugamer,

The duplicate DLL bug was fixed in KSP 1.12.3, but current ZeroMiniAVC still complains to users as if it was present in current game versions. This causes headaches for users and other mod authors, see your forum thread and KSP-CKAN/NetKAN#9435.

This pull request adds a version check before the duplicate DLL checks are made. If the user is on KSP 1.12.0, 1.12.1, or 1.12.2 (in which duplicate DLLs crash the game), the warning appears as before. If they're on any other version (where duplicate DLLs don't crash the game), it doesn't appear.

Cheers!

@linuxgurugamer
Copy link
Owner

Thanks, I wasn't aware of that

@HebaruSan HebaruSan deleted the fix/limit-dup-dll-warning branch November 13, 2022 16:02
@linuxgurugamer
Copy link
Owner

Update pushed to Spacedock, which is where CKAN gets it from

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.

None yet

2 participants