From 4b431d38875534f3a7ffcf65896ddfac9633fb98 Mon Sep 17 00:00:00 2001 From: Shinynecrid Date: Sun, 20 Feb 2022 11:16:17 -0600 Subject: [PATCH] Fix RCON (Hopefully) Hopefully a fix to RCON --- squad-dedicated-server.kvp | 2 +- squad-dedicated-serverconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/squad-dedicated-server.kvp b/squad-dedicated-server.kvp index a7d2226..cfd0be4 100644 --- a/squad-dedicated-server.kvp +++ b/squad-dedicated-server.kvp @@ -4,7 +4,7 @@ App.ApplicationPort2=27165 App.ApplicationPort3=0 App.ApplicationReadyMode=RegexMatch App.BaseDirectory=./squad-dedicated-server/403240/ -App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{"$RemoteAdminPassword"}} -log -fullcrashdump +App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{$RemoteAdminPassword}} -log -fullcrashdump App.CommandLineParameterDelimiter= App.CommandLineParameterFormat={0}="{1}" App.DisplayName=Squad Dedicated Server diff --git a/squad-dedicated-serverconfig.json b/squad-dedicated-serverconfig.json index 7fa0720..242f0c0 100644 --- a/squad-dedicated-serverconfig.json +++ b/squad-dedicated-serverconfig.json @@ -8,7 +8,7 @@ "InputType": "RandomPassword", "IsFlagArgument": false, "ParamFieldName": "$RemoteAdminPassword", - "IncludeInCommandLine": true, + "IncludeInCommandLine": false, "DefaultValue": "Password123" }, {