This is a fork to allow arm macs to play on older servers by forcing the launcher to run via rosetta.
- Download
SS14.Launcher.Mac-app.tar.gzfrom the release page: https://github.com/QuillTheCreature/SS14.Launcher.Mac/releases - Open finder, navigate to the downloads folder, double click the tar.gz file to extract it
- Open terminal, paste
xattr -r -d com.apple.quarantineinto it (with a space at the end) then drag and drop the extracted app file into the terminal and press enter (It should look something like this:xattr -r -d com.apple.quarantine /Users/quill/Downloads/SS14.Launcher.Mac.app) - Double click the app to run it
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=launcherTestto 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.