A community revival

SOS:Second Signal

The cameras went dark. The island did not. Create your contestant, configure the original client, and answer the signal.

01 // Registration

Return to the island.

One account carries your identity from the login screen through matchmaking and into the game.

  1. 01Choose the username other contestants will see.
  2. 02Use the same credentials on the SOS: Classic login screen.
  3. 03Queue up and wait for the next signal.

Contestant file // New

02 // Connection

Tune the signal.

Replace/create %LOCALAPPDATA%\SOS\Saved\Config\WindowsClient\Engine.ini with the configuration below.

Engine.ini
[OutpostKeyValueStore]
EndpointClient="https://secondsignal.live/runtime/prod/ueclient/"
EndpointClientFallback="https://secondsignal.live/runtime/prod/ueclient/"
EndpointServer="https://secondsignal.live/runtime/prod/ueclient/"

[OutpostSteam]
AttemptStartup=false
RequireStartup=false
RelaunchInSteam=false

[OutpostIdentity]
Endpoint="https://secondsignal.live"

[OutpostLeaderboards]
Endpoint="https://secondsignal.live"

[OutpostStreams]
EmbedEndpoint="https://secondsignal.live"

[OutpostMatchmakingClient]
MatchmakingEndpoint="secondsignal.live"
MatchmakingPort=443
MatchmakingSSL=true
MatchmakingPath="/ws"
MatchmakingApi="https://secondsignal.live/api"