Zum Inhalt springen

Install FTL: Hyperspace on Linux manually

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

  1. Skip this if you did not buy FTL on Steam.

    Right-click FTL: Faster Than Light in your library and open Properties.

    Show me how to open PropertiesRight-clicking FTL in the Steam library and choosing Properties

    Under General, untick Keep game saves in the Steam Cloud. Turn off Steam Cloud first. It restores outdated saves with broken state, which can keep Hyperspace from launching and will undo any save fix you try later.

    Show me the checkboxThe General tab of FTL's Steam properties with the Steam Cloud checkbox unticked

    Then under Updates, set automatic updates to Only update this game when I launch it.

    Your saves live in ~/.local/share/FasterThanLight.

    Rename FasterThanLight to FasterThanLight-backup, then launch FTL. The game makes a fresh folder, and your original saves stay in the backup if you ever want them back.

    Do this once, right after turning Steam Cloud off. Cloud sync leaves behind a save that Hyperspace cannot read, which freezes the game at the end of the loading bar.

  2. Download FTL.Hyperspace.x.xx.x-Linux.zip from the latest release and extract it. Inside you will find:

    • Hyperspace.ftl keep this for the mod manager step
    • README.txt
    • OrdnerLinux/
      • Hyperspace.1.6.12.amd64.so
      • Hyperspace.1.6.13.amd64.so

    Which library you need depends on your FTL version. Launch FTL and read the version from the lower right of the main menu rather than guessing, then close the game.

    Your FTL versionVendorLibrary to copy
    1.6.13SteamHyperspace.1.6.13.amd64.so
    1.6.12GOG, Humble, DRM-freeHyperspace.1.6.12.amd64.so
    1. Copy one Hyperspace library, the one matching your version, into the folder containing FTL.amd64.
    2. Open the FTL launch script in a text editor and add a line before exec:
    Terminal window
    LD_PRELOAD=./Hyperspace.1.6.13.amd64.so exec "$here/$command.$arch" "$@"
  3. You need a mod manager to patch .ftl files into the game. ftlman is the one to use unless a mod misbehaves under it. The rest of this guide follows whichever tab you pick.

    Ftlman is the recommended mod manager for FTL: Hyperspace modding. Actively maintained and supports Hyperspace updates

    If FTL is currently modded (ftl.dat is bigger than ~270 MB), revert it to vanilla first, either with your mod manager or by reinstalling the game.

    1. Download the build for your machine from the ftlman releases page.
    2. Extract the ftlman folder anywhere you like. It does not have to live in your FTL directory.
    3. Run ftlman. A Steam install is detected automatically. If yours sits somewhere non-standard, or you have more than one copy and want a specific one, open Settings and set FTL data directory yourself: the folder holding ftl.dat inside the game installation.
    1. Turn off ftlman’s own Hyperspace installer, which would otherwise overwrite the files you installed by hand: in Settings, open Advanced settings and tick Disable Hyperspace installer.

      Show me the settingftlman's Settings window with Disable Hyperspace installer ticked under Advanced settings
    2. Put Hyperspace.ftl from the ZIP into the ftlman’s mods folder.

    3. Put your mods in the ftlman’s mods folder.
    4. Press Scan in the top right so ftlman can find them.
    5. Drag `Hyperspace.ftl` to the top of the list. Check the order, top to bottom:
      1. `Hyperspace.ftl`
      2. Your other mods
    6. Tick mods you want to use. Order matters, some mods specify that they must be loaded before (e.g. Multiverse Assets). To change order simply drag the mod up or down in the list.

    7. Press Apply.
  4. Launch FTL. About halfway through the loading screen, and again on the menu, a small version string appears in the top right. That is Hyperspace reporting itself, and it means the binary is loaded.

    Getting a Failed to install hook error instead? SELinux is blocking the library, which is common on Fedora. See the fix.

Hyperspace is now installed and ready to play. Everything below is optional.

Multiverse is the largest mod built on Hyperspace, and it installs differently from everything else.

  1. Open the Multiverse Official Downloads board and pick the newest [FTL MULTIVERSE BASE MOD] thread.

  2. In the first post, scroll to Manual install and download both the DATA and ASSETS files. Ignore the installer above them, that one is Windows-only and does its own thing.

    Alternative way to download is to use Multiverse release thread under DOWNLOAD RAW FILES.

  3. Put both .zip files in your mod manager’s mods folder.

  1. Press Scan in the top right so the new files show up
  2. If ftlman installed Hyperspace for you (you have not disabled the installer in SettingsAdvanced settings), skip this step. If you installed Hyperspace manually, drag Hyperspace.ftl to the top of the list. It must be above all other mods.
  3. Drag Multiverse Assets.zip above Multiverse Data.zip
  4. Check the order, top to bottom:
    1. Hyperspace.ftl (optional)
    2. Multiverse Assets.zip
    3. Multiverse Data.zip
  5. Select the mods: click each entry until it is highlighted blue
  6. Press Apply
Show me what it should look likeftlman with Hyperspace.ftl ticked on top, then Multiverse Assets ticked directly above Multiverse Data
  1. Deleting the mod files is not enough on its own. ftl.dat still holds the patched content and has to be put back to vanilla.

    Delete ftl.dat and rename ftl.dat.vanilla back to ftl.dat.

  2. Delete the Hyperspace.*.so file from your FTL folder.

  3. Remove the LD_PRELOAD line you added to the FTL script.