Skip to content

How to Add a Savegame to Your Icarus Server

You can transfer a local prospect to your server to continue playing with an existing save.

Find the local savegame

  1. Open savegame folder
    Press Windows Key + R, enter the following path and confirm with Enter:

    %LOCALAPPDATA%\ICARUS\Saved\PlayerData
    %LOCALAPPDATA%\ICARUS\Saved\PlayerData
  2. Navigate to the Prospects folder
    Open your SteamID64 folder and navigate into the Prospects folder.

  3. Identify the prospect file
    Your save is a file named <YourProspect>.json. Note the exact file name.

Upload and apply the savegame

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Upload the prospect
    Upload the <YourProspect>.json file to the following directory:

    /ICARUS/Saved/PlayerData/DedicatedServer/Prospects/
    /ICARUS/Saved/PlayerData/DedicatedServer/Prospects/
  4. Adjust ServerSettings.ini
    Open the following file:

    /ICARUS/Saved/Config/WindowsServer/ServerSettings.ini
    /ICARUS/Saved/Config/WindowsServer/ServerSettings.ini

    Set the value of LoadProspect to the file name of your prospect (without .json):

    LoadProspect=<YourProspect>
    LoadProspect=<YourProspect>
  5. Start the server
    Start your server via the dashboard.

Warning

Start the server once and create a new prospect from the client before uploading your own save for the first time. Only then will the required directory structure be generated on the server.

Warning

Make sure the version of your savegame matches the server version. Saves from older versions may cause errors or incompatible data.