Posted June 11, 2018
high rated
Comet emulates a Galaxy client to allow games to use the Galaxy multiplayer service on Linux. It currently only has a console interface and is very limited in functionality. The supported games at the moment are limited to the Stardew Valley beta, but if you find other games that have unused Galaxy functionality on Linux or are in contact with a developer who is willing to release an unofficial build, I'm going to try my best to make it work. Supported binary distros are Debian Buster, Sid and Ubuntu 18.04, others are only supported when built from source.
The rest of this post is basically copied from the README, so look there if the post happens to get outdated.
Usage
1. Create the directories "~/.local/share/comet" and "~/.local/share/comet/peer"
2. Create auth token using "cometd create-token"
3. Copy "libGalaxyPeer64.so" or "libGalaxyPeer.so" from a supported game to
"~/.local/share/comet/peer". The architecture has to match the one of the
game executable, so it's best to copy both if available.
3. Run daemon with "cometd"
Dependencies
* libcurl (APT: libcurl4)
* libprotobuf (APT: libprotobuf10)
Downloads
Binary: https://gitlab.com/Yepoleb/comet/tags
Source: https://gitlab.com/Yepoleb/comet
License
GPLv3
Edit: Thanks to BKGaming and muntdefems for helping me with testing!
The rest of this post is basically copied from the README, so look there if the post happens to get outdated.
Usage
1. Create the directories "~/.local/share/comet" and "~/.local/share/comet/peer"
2. Create auth token using "cometd create-token"
3. Copy "libGalaxyPeer64.so" or "libGalaxyPeer.so" from a supported game to
"~/.local/share/comet/peer". The architecture has to match the one of the
game executable, so it's best to copy both if available.
3. Run daemon with "cometd"
Dependencies
* libcurl (APT: libcurl4)
* libprotobuf (APT: libprotobuf10)
Downloads
Binary: https://gitlab.com/Yepoleb/comet/tags
Source: https://gitlab.com/Yepoleb/comet
License
GPLv3
Edit: Thanks to BKGaming and muntdefems for helping me with testing!
Post edited June 12, 2018 by Yepoleb