Add Mirror testing - #1167
Draft
fantomitechno wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows to have an automated system, downloading a test mod from all sources and comparing the speed, choosing the fastest one
2026-08-29.21-04-50.mp4
Why is this a draft?
Also I have an issue with how I use my results, I think it could be interesting to have the resulting config be
top1,top2,top3,top4,...but as of now, how the Mirror settings work, I need to follow the by region order that are already provided:I can still save a custom list but it would be displayed as

Disabledin the settings:Also, I use the
"MODOPTIONS_COREMODULE_MIRRORPREFERENCES_{mirror_name}"to display the name except for GameBanana which I hardcoded as GameBanana (I don't know if I should have used a new translation key as the already existing says Disabled, which make sens in the context of the Mirror Preference setting, but also you can translate country/part of the world, but GB is not translatable?)