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

Automate launcher profile patching #7

Open
raphtlw opened this issue May 4, 2022 · 0 comments
Open

Automate launcher profile patching #7

raphtlw opened this issue May 4, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@raphtlw
Copy link
Owner

raphtlw commented May 4, 2022

Currently, there is an ongoing need to manually pull the latest launcher profiles from Mojang and modify the files by hand. It would be a lot nicer to have a function which checks for major version numbers, parses the JSON files and modifies the files directly, without the need for user intervention.

One issue with implementing this is, the profile files are only downloaded by the official launcher when the user clicks the play button, which means there is a need for the user to click the button before we can modify the file. Since there is no way to know when the launcher is done, and there is no way to stop the launcher from launching the game after the download is complete, this will be a tricky problem to tackle.

@raphtlw raphtlw self-assigned this May 4, 2022
@raphtlw raphtlw added the enhancement New feature or request label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant