Biendeo / My-Clone-Hero-Tweaks

Tweaks to Clone Hero that I've made
GNU General Public License v3.0
15 stars 5 forks source link

All tweaks should have a "Check for Update" button in the config windows #22

Closed Biendeo closed 4 years ago

Biendeo commented 4 years ago

Several users have reported having bugs, only to then realise that they weren't running the newest version of the tweaks.

The solution is to add a "Check for Update" button to each of the tweak's config windows. When that button is clicked, the game should search to see that the latest version is being used. This may require a few extra variables to exist with tweaks (e.g. storing the intended game version), but it should be alright.

The version list can easily be gotten by polling a text file on the master branch on Github. It should basically be a mapping between CH version and highest version of the tweaks. Since all tweaks have the same versioning, this file can be pulled out into the root of the repository.

Perfect Mode may need additional work since it currently doesn't have a config window.