#ClusterioClient
This is a desktop application that makes it easy to connect to clusterio servers. It has its own server browser and will automatically download mods from compatible servers and launch factorio correctly, making it feasible to play multiplayer on servers with many different sets of mods.
All issues and feature requests should be filed at github issues
Download: https://github.com/Danielv123/factorioClusterioClient/releases
#Development
I am happpy to accept PRs.
To set up a dev environment, clone the repo and run
npm install
test with
electron .
and build with
npm run build
you may need to npm install electron-packager -g
first.