-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for non-Steam platforms #72
Comments
Hello @dragonshardz, thanks for your kind words. About having multiple sources of games, we have been studying to add them, but is not as easy as it sounds. First, game data is scraped automatically from steam. Second, game images come directly from steam CDNs, that means that we don't host any game images or posters. If we had to host the images, that would mean more hosting space at a cost, and reduced loading speeds. Their CDN is insanely good. Third. Users libraries are updated automatically from steam each day. Having more sources mean that users had to update their libraries manually. Some users might be ok with this, but not everyone likes that. Fourth, game conflicts. When a game is in steam and maybe gog or even manual, we need to be sure to merge the games and not end with hundreds of duplicates. And last, filters. Now users can sort and filter games with multiple criteria. If for example GOG don't specify that a game has controller support, we can't display that game in the search results when you search for games with controller. This is a big deal because game search would be inaccurate. So, while this is not impossible, it's very unlikely to happen. Salut |
I think most people could wait on manually adding games, but expanding to more services (like GOG or Origin) would be super cool. |
You are probably right, we'd love to expand the site to GOG, and by doing it we can understand better the implications of including more game sources. As a reminder for myself, I will leave here a checklist of things I have to check when I take a look at this in a couple of months.
|
This is probably the best of the various backlog-management tools out there, but is it possible (and practical) for support for other platforms as well? Not only Origin, battle.net, etc. but also manually added games.
The text was updated successfully, but these errors were encountered: