-
Notifications
You must be signed in to change notification settings - Fork 9
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
Potential integration with GameHub? #41
Comments
That's very cool idea :) I would be happy to cooperate with GameHub devs to make this happen. Some initial thoughts:
|
GameHub already is able to extract GOG games (and even Humble Bundle ones) using innoextract / file-roller, so it could be a good idea to let that code working as it is?
GameHub already has a ScummVM compatibility layer that works fine. There is one remaining issue with GOG games that has game data in some subdirectory. I implemented this (hacky) fix, but it was never merged.
I'm very excited about this, there are a good amount of GOG/Humble games that could work in Luxtorpeda but are not available in Steam. GameHub can already solve the issue of connecting/downloading/extracting the games. |
Except it does not work for all games on my system - innoextract is not able to unpack every kind of GOG installer (there are like 3 different formats). Using/reimplementing This applies to GOG/Boxtron and perhaps GOG/Roberta.
How do I use ScummVM through GameHub? It does not show up for me (using 0.14.2). Using
I don't plan to include game-specific tweaks in Roberta (unless we will find some SDL1.2-related bugs) - if we'll need some, then I'll send them to ScummVM project directly as an Issue or PR.
I have several games in my GOG library, that are not available on Steam and could benefit from it :) |
Luxtorpeda is closely integrated with Steam, since it requieres its database and runtime. However, it could be nice to allow the integration with other (open-source) game managers.
I recently proposed to have support for custom Steam Play compability tools in GameHub. I think it is a good candidate for Luxtorpeda (and Boxer and Roberta) to easily reach other game platforms like GOG, Humble Bundle and itch.io.
The text was updated successfully, but these errors were encountered: