Community-driven launcher for Space Station 14 forks.
<- Discord if you would like to discuss alternate infrastructure projects or fork development :)
Download binaries for Windows, Mac, and Linux
Differences versus current upstream version:
- Key Auth - New, decentralized publickey/privatekey authentication.
- Translation - Translated into multiple languages (contribute translation).
- Guest mode - No auth server / registration required (for servers that support it).
- Offline support - Ability to view & connect to servers even when central services are down.
- Engine build mirror - Engine downloads in this build are routed through a global CDN service, making them faster, more scalable, and less likely to have downtime. These builds are populated by a simple script on BlepStation.com, which mirrors recent engine builds. (This means you should still be able to connect to servers, even if you do not have engines already downloaded and the central server is down).
- Timeouts - Set to faster values so you don't sit waiting for a full minute (!) during downtime.
- Multihub - Manage multiple hubs, adding more reliability. (Borrowed from Visne's branch.)
- Manage multiple identities - By default it is set up to allow you to manage multiple identities.
- Age Gate - Enter age before you can join 18+ servers (only stored locally, not shared).
- Multiverse Engine - Supports servers that run our Multiverse engine fork.
- To connect to a server without an account, the server must be configured for auth to be optional. (At some point, I may try to figure out multi-auth). This should work on blep and a few others.
- There are a number of bugs yet and imperfect work arounds to make things functional.
- Modules are not mirrored yet, so if you don't already have modules downloaded, try connecting to a server that requires WebView and WizDen's Centcomm is down, connection won't work. I don't think most servers use WebView though.
The launcher uses its own data path, so it should not interfere with the official launcher if you have it installed.
This video demonstrates offline mode working even when WizDen was offline. (This video is a bit older, shows UI before the new identity setup layout was done)
wipOfflineModeExample.mp4
This is the launcher you should be using to connect to SS14 servers. Server browser, content downloads, account management. It's got it all!
Useful environment variables for development:
SS14_LAUNCHER_APPDATA_NAME=launcherTest
to change the user data directories the launcher stores its data in. This can be useful to avoid breaking your "normal" SS14 launcher data while developing something.SS14_LAUNCHER_OVERRIDE_AUTH=https://.../
to change the auth API URL to test against a local dev version of the API.