diff --git a/content/playit-scpsl-server.md b/content/playit-scpsl-server.md index 45b6e63..5450761 100644 --- a/content/playit-scpsl-server.md +++ b/content/playit-scpsl-server.md @@ -14,18 +14,13 @@ Requirements: Resources: > SCP: Secret Laboratory Server Info - [en.scpslgame.com](https://en.scpslgame.com/index.php/Server_Info) -## Prefer to watch a video? -{{< youtube id="fkc6BuURkG0">}} - ## Getting started ### Locate the server files Right click on **SCP: Secret Laboratory Dedicated Server**, and navigate to **Manage → Browse local files**. - {{< image src="post-img/playit-scpsl-browsefiles.png" alt="Browse local files" >}} Inside, you'll see the following file structure: - {{< image src="post-img/playit-scpsl-serverfiles.png" alt="Server files" >}} > Server config files can be found here: @@ -38,30 +33,27 @@ To launch the server, double click on `LocalAdmin.exe`. This will ask for a little bit of setup, but it's pretty easy. The default port is `TCP/UDP 7777`, it can stay like that. You can just press enter and go to the next step - {{< image src="post-img/playit-scpsl-serverconsole_port.png" alt="Server console setup" >}} It will then ask if you want to edit the configuration. The default configuration is fine, and you can edit them if you want. For the simplicity of this guide, we will just choose `keep`. - {{< image src="post-img/playit-scpsl-serverconsole_config.png" alt="Server console setup" >}} For `Do you want to save the configuration only for THIS server` we will choose `this`. This keeps different server configs sepaarated, if you plan on running different servers. - {{< image src="post-img/playit-scpsl-serverconsole_config-this_local.png" alt="Server console setup" >}} Your server should now be running. The console output should look like this: - {{< image src="post-img/playit-scpsl-serverconsole_running.png" alt="Server console" >}} ### Tunnel setup -> Here, we'll use the SCP: Secret Laboratory tunnel preset. -> This server uses `UDP 7777`, which means that all users can create this tunnel type. +> Since the game uses both `TCP` and `UDP`, we will create a `TCP/UDP` tunnel. However, since TCP is not available to free users anymore, [playit premium](https://playit.gg/account/billing/shop/premium) is required. Add an [agent](https://playit.gg/account/agents) if you haven't done that yet. Configure the tunnel as follows: ```text -Tunnel Type: SCP: Secret Laboratory +Tunnel Type: TCP/UDP (protocol) +Port Count: 1 +Local Port: 7777 ``` {{< image src="post-img/playit-scpsl-tunnelconfig.png" alt="Tunnel setup" >}} @@ -75,5 +67,4 @@ Inside of SCP: Secret Laboratory, go to **Servers** and then click on **Direct C Enter your tunnel information from earlier into here, and then click **Connect**. {{< image src="post-img/playit-scpsl-serverlist_directconnect.png" alt="Connecting to the server" >}} - -{{< image src="post-img/playit-scpsl-serverlist_directconnect-filled.png" alt="Connecting to the server" >}} +{{< image src="post-img/playit-scpsl-serverlist_directconnect-filled.png" alt="Connecting to the server" >}} \ No newline at end of file diff --git a/static/post-img/playit-scpsl-tunnelconfig.png b/static/post-img/playit-scpsl-tunnelconfig.png index 86be34f..c386d98 100644 Binary files a/static/post-img/playit-scpsl-tunnelconfig.png and b/static/post-img/playit-scpsl-tunnelconfig.png differ