01 // Registration
Return to the island.
One account carries your identity from the login screen through matchmaking and into the game.
- 01Choose the username other contestants will see.
- 02Use the same credentials on the SOS: Classic login screen.
- 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.
[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"