From 2b3364132eadd78046b042d2ef42343a769d934f Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:22:19 +0200 Subject: [PATCH 1/6] added scpsl.json template --- scp-sl/scpsl.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 scp-sl/scpsl.json diff --git a/scp-sl/scpsl.json b/scp-sl/scpsl.json new file mode 100644 index 0000000..6e890e9 --- /dev/null +++ b/scp-sl/scpsl.json @@ -0,0 +1,39 @@ +{ + "name": "scpsl", + "display": "SCP:SL", + "type": "Standard", + "install": [ + { + "appId": "996560", + "type": "steamgamedl" + }, + { + "commands": [ + "chmod +x LocalAdmin", + "chmod +x SCPSL.x86_64" + ], + "type": "command" + } + ], + "run": { + "stop": "stop", + "command": "./LocalAdmin ${port}", + "workingDirectory": "", + "pre": [], + "post": [], + "environmentVars": {} + }, + "data": { + "port": { + "type": "integer", + "display": "Server Port", + "required": true, + "value": 7777 + } + }, + "environment": { + "type": "tty" + }, + "supportedEnvironments": [], + "requirements": {} +} From 3c7aa710949b16f79e903ee334928376f8c5bc33 Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:33:41 +0200 Subject: [PATCH 2/6] Create README.md --- scp-sl/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scp-sl/README.md diff --git a/scp-sl/README.md b/scp-sl/README.md new file mode 100644 index 0000000..5b82b7a --- /dev/null +++ b/scp-sl/README.md @@ -0,0 +1,5 @@ +# SCP:SL Server Template +This template downloads the scp:sl server and runs it on the default port 7777 (you can change it). +Currently I don't yet know how to edit config files via variables so currently you can only change the port. +> [!NOTE] +> During the first startup, you must answer the questions in the server console in order for the server to start correctly. From 6376a15f9c18127a29ea49ad95be50ef6a2312ca Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:34:45 +0200 Subject: [PATCH 3/6] Delete scp-sl directory --- scp-sl/README.md | 5 ----- scp-sl/scpsl.json | 39 --------------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 scp-sl/README.md delete mode 100644 scp-sl/scpsl.json diff --git a/scp-sl/README.md b/scp-sl/README.md deleted file mode 100644 index 5b82b7a..0000000 --- a/scp-sl/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# SCP:SL Server Template -This template downloads the scp:sl server and runs it on the default port 7777 (you can change it). -Currently I don't yet know how to edit config files via variables so currently you can only change the port. -> [!NOTE] -> During the first startup, you must answer the questions in the server console in order for the server to start correctly. diff --git a/scp-sl/scpsl.json b/scp-sl/scpsl.json deleted file mode 100644 index 6e890e9..0000000 --- a/scp-sl/scpsl.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "scpsl", - "display": "SCP:SL", - "type": "Standard", - "install": [ - { - "appId": "996560", - "type": "steamgamedl" - }, - { - "commands": [ - "chmod +x LocalAdmin", - "chmod +x SCPSL.x86_64" - ], - "type": "command" - } - ], - "run": { - "stop": "stop", - "command": "./LocalAdmin ${port}", - "workingDirectory": "", - "pre": [], - "post": [], - "environmentVars": {} - }, - "data": { - "port": { - "type": "integer", - "display": "Server Port", - "required": true, - "value": 7777 - } - }, - "environment": { - "type": "tty" - }, - "supportedEnvironments": [], - "requirements": {} -} From 52bb46f89b65589b9cb9ee6ce463cab8f53fa0b7 Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:35:10 +0200 Subject: [PATCH 4/6] Create README.md --- scpsl/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scpsl/README.md diff --git a/scpsl/README.md b/scpsl/README.md new file mode 100644 index 0000000..5b82b7a --- /dev/null +++ b/scpsl/README.md @@ -0,0 +1,5 @@ +# SCP:SL Server Template +This template downloads the scp:sl server and runs it on the default port 7777 (you can change it). +Currently I don't yet know how to edit config files via variables so currently you can only change the port. +> [!NOTE] +> During the first startup, you must answer the questions in the server console in order for the server to start correctly. From 72cb80d567e5497c1930fa2f80fb9b07fa544f49 Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:35:35 +0200 Subject: [PATCH 5/6] Create scpsl.json --- scpsl/scpsl.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 scpsl/scpsl.json diff --git a/scpsl/scpsl.json b/scpsl/scpsl.json new file mode 100644 index 0000000..6e890e9 --- /dev/null +++ b/scpsl/scpsl.json @@ -0,0 +1,39 @@ +{ + "name": "scpsl", + "display": "SCP:SL", + "type": "Standard", + "install": [ + { + "appId": "996560", + "type": "steamgamedl" + }, + { + "commands": [ + "chmod +x LocalAdmin", + "chmod +x SCPSL.x86_64" + ], + "type": "command" + } + ], + "run": { + "stop": "stop", + "command": "./LocalAdmin ${port}", + "workingDirectory": "", + "pre": [], + "post": [], + "environmentVars": {} + }, + "data": { + "port": { + "type": "integer", + "display": "Server Port", + "required": true, + "value": 7777 + } + }, + "environment": { + "type": "tty" + }, + "supportedEnvironments": [], + "requirements": {} +} From ce2b73eb9b6b7ae073a52b27d511988230864358 Mon Sep 17 00:00:00 2001 From: Shieldziak <32707076+Shieldowskyy@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:47:55 +0200 Subject: [PATCH 6/6] Update scpsl.json changed type to "scpsl" from "Standard" --- scpsl/scpsl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scpsl/scpsl.json b/scpsl/scpsl.json index 6e890e9..33af94b 100644 --- a/scpsl/scpsl.json +++ b/scpsl/scpsl.json @@ -1,7 +1,7 @@ { "name": "scpsl", "display": "SCP:SL", - "type": "Standard", + "type": "scpsl", "install": [ { "appId": "996560",