An Minecraft integration for GOG Galaxy 2.0. Installable via GOG Galaxy (see GIF below).
How to change what games I own (owned games selection)? Just disconnect and reconnect. The play time should be kept. If there is an issue please submit an issue.
- Finish INSTALL_MULTIMC.md
- Refactor local.py (see these comments in local.py)
- Reduce overwhelming information on
page2
or split it into multiple pages. (see this comment) - Clean up the logging
- Add better commenting/documentation of code
- Add feature to fetch ownership + username from Mojang API. (see this comment)
- Add Minecraft Education edition support
Note: This list is in no particular order.
- Minecraft Dungeons and MultiMC support by urwrstkn8mare.
- Build script (build.py) by urwrstkn8mare. (Source)
double_click_effect
decorator (decorators.py) by UncleGoogle. (Source - a little modified)- style.css, fonts, icon-error.svg by FriendsOfGalaxy. (Source)
- Info icon (icon-info.svg) made by Freepik from www.flaticon.com. (Source - changed colour and made smaller)
- Uses imgCheckbox by jcuenod
- Uses jQuery
- Uses galaxyutils by tylerbrawl and other python packages. Look at requirements.txt for other packages used by this integration.
First install development dependencies with: pip install -r requirements/dev.txt
.
Then run:
inv pack
to build releases.inv install
to install integration to local GOG Galaxy.inv hotfix
to just overwrite the python files in the install directory.