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

Automatically remove invalid dlc and updates as part of auto load #42

Conversation

amurgshere
Copy link
Contributor

@amurgshere amurgshere commented Oct 23, 2024

Automatically remove missing dlc files and update files as part of auto load and notify user of missing items
Fixed some minor label spacing issues in options dialog
Removal of unused variable in input view model

Fixed some minor label spacing issues in options dialog
Removal of unused variable in input view model
@github-actions github-actions bot added the gui Affects the Avalonia UI or translations. label Oct 23, 2024
@gh0sti
Copy link

gh0sti commented Oct 25, 2024

@amurgshere how would you handle situations where the user would want to use an older update of the game as an example a bug to exploit for speed running?

@amurgshere
Copy link
Contributor Author

amurgshere commented Oct 25, 2024

Hey @gh0sti ,

Just a note, I did not implement the original solution to auto select the updates and DLCs, I only improved it a little and fixed some minor issues. But the original author already thought of this scenario, the currently selected update will be retained as long as no new updates are found for that game / app, only if a new update is found for that game / app and it has a newer version then the currently selected one will it then switch to that one automatically, and if the user adds a new update to the folder with a later version then it would be implied that they want to update to it, if they don’t then they can always switch to the older one again, apart from this it should retain the older version being selected.

Also note that the user can choose not to configure any search folders for updates / DLCs and choose not to use this functionality at all if they want.

Let me know if you find it working differently to this.

Cheers.

@GreemDev GreemDev merged commit 7038a90 into GreemDev:master Oct 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui Affects the Avalonia UI or translations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants