Mirror of space-wizards/SS14.Launcher
Find a file
2025-12-06 21:51:37 +01:00
.github/workflows Update Actions to .NET 10 2025-12-02 22:01:30 +01:00
.vscode Packaging work for hybrid x64/ARM64 builds. 2025-09-26 15:01:17 +02:00
Assets Add Telegram info link icon. 2024-10-08 20:47:42 +02:00
MSBuild Trim TerraFX 2022-05-28 12:45:02 +02:00
nix Ditch .NET 8 from Nix; update deps.json (#256) 2025-12-04 17:04:34 +01:00
PublishFiles Fix macOS ARM64 publishes 2025-09-26 23:43:04 +02:00
Robust.LoaderApi@5b467d1100 fix(LoaderApi): Bump loaderapi to latest commit. (#258) 2025-12-06 21:51:37 +01:00
SS14.Launcher Version: 0.36.0 2025-12-02 21:56:10 +01:00
SS14.Launcher.Bootstrap Work around .NET 10 NativeAOT publish bug 2025-12-02 21:56:09 +01:00
SS14.Launcher.FakeRobustToolbox Remove dotnet SDK 6.0 dep (#163) 2024-06-12 15:02:06 +02:00
SS14.Launcher.Tests Switch to central package management 2023-04-04 00:37:11 +02:00
SS14.Loader Packaging work for hybrid x64/ARM64 builds. 2025-09-26 15:01:17 +02:00
.editorconfig Switch to central package management 2023-04-04 00:37:11 +02:00
.gitattributes Cool I think this all works 2019-11-11 17:35:26 +01:00
.gitignore Gitignore __pycache__ 2025-09-20 16:19:30 +02:00
.gitmodules Robust.LoaderApi submodule 2020-12-16 23:53:07 +01:00
default.nix Update nix package for version 0.31.0 (#218) 2025-04-07 14:10:26 +02:00
Directory.Packages.props Update Robust.Natives to 0.2.3 2025-10-02 03:16:49 +02:00
download_net_runtime.py Upgrade to .NET 10 2025-12-01 21:12:27 +01:00
exe_set_subsystem.py Packaging work for hybrid x64/ARM64 builds. 2025-09-26 15:01:17 +02:00
flake.lock Update nix build to v0.36.1 and cleanup (#255) 2025-12-04 04:05:06 +01:00
flake.nix Update nix build to v0.36.1 and cleanup (#255) 2025-12-04 04:05:06 +01:00
Launcher.props Version: 0.36.1 2025-12-02 22:01:55 +01:00
LICENSE.txt Initial Commit 2019-03-31 22:27:47 +02:00
publish.py Upgrade to .NET 10 2025-12-01 21:12:27 +01:00
Readme.md Add translation badge to readme 2025-03-23 15:35:55 +01:00
SS14.Launcher.sln Linux ARM64 works 2025-09-26 19:10:13 +02:00
SS14.Launcher.sln.DotSettings Allow content bundles to be marked as "Server GC" 2024-09-08 01:02:41 +02:00

SS14.Launcher

Translation status

This is the launcher you should be using to connect to SS14 servers. Server browser, content downloads, account management. It's got it all!

Development

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.