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

Missing Account Switcher #26

Open
yoshimo opened this issue Jun 13, 2020 · 2 comments
Open

Missing Account Switcher #26

yoshimo opened this issue Jun 13, 2020 · 2 comments

Comments

@yoshimo
Copy link

yoshimo commented Jun 13, 2020

Describe the bug
Hitting play just defaults to whatever SubAccount of the Battle.net Account you where signed in for the game (WoW being the example here).

Expected behavior
Kind of recreate this
grafik

@bartok765
Copy link
Owner

This needs change in GOG Galaxy and API as plugins do not have own UI. I hope they provide way to launch the same game in different ways.

See this:
gogcom/galaxy-integrations-python-api#9

Then - research if it this is possible to run different game version from using command line args.
Currently plugin calls <path_to_battlenet_exe> --exec="launch WOW" that calls default one.
For example you can run from cmd console:

"C:\Battle.net\Battle.net Launcher.exe" --exec="launch WoW"

Is there any command to specify which WoW?

@bartok765
Copy link
Owner

bartok765 commented Jun 15, 2020

Actually I think we should make transition from battlenet cmd line arguments to direct game exe arguments like it is done in desktop shortcuts created via battlenet for example:

"C:\Games\World of Warcraft\World of Warcraft Launcher.exe" --productcode=wow_classic

this makes bnet open with proper game selected. Do not tested with ptr-s. @yoshimo, can you check, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants