Skip to content

Instantly share code, notes, and snippets.

@erlking
erlking / SpaceEngineersLauncher.py
Last active September 9, 2025 14:03 — forked from opekope2/Space Engineers Plugin Loader Linux.md
Run Space Engineers with Plugin Loader on Linux
#!/usr/bin/env python3
"""
forked this because with SE 1.207 the good old spaceengineerslauncher broke, and it is eol.
all credits go to opekope2 https://gist.github.com/opekope2/e02db7e526dadff0813a6ea2aebf820b
1. Download Pulsar https://github.com/SpaceGT/Pulsar/releases
2. Extract to Steam\steamapps\common\SpaceEngineers\Bin64\pulsar
3. Download this file (`SpaceEngineersLauncher.py`) into the `Bin64` folder of the game
3. Give it execute permissions (`chmod a+x SpaceEngineersLoader.py`)
4. check your bin64_path, this one is for flatpak steam, adjust accordingly.