From bfbd413b609ea0ec06cb1da52161cfa01a3674b1 Mon Sep 17 00:00:00 2001 From: James Manker Date: Thu, 17 Mar 2022 18:54:50 -0500 Subject: [PATCH] Fix Don't Starve Together The SteamAppID and EndpointURIFormat were victims of the config.getamp.sh bugs. --- dont-starve-together.kvp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dont-starve-together.kvp b/dont-starve-together.kvp index 7174555..d925a0e 100644 --- a/dont-starve-together.kvp +++ b/dont-starve-together.kvp @@ -9,7 +9,7 @@ App.CommandLineArgs=-persistent_storage_root "../dstserver" -conf_dir "dstserver App.CommandLineParameterDelimiter= App.CommandLineParameterFormat=-{0} "{1}" App.DisplayName=Don't Starve Together -App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "343050"} +App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "322330"} App.ExecutableLinux=343050/bin/dontstarve_dedicated_server_nullrenderer App.ExecutableWin=343050\bin\dontstarve_dedicated_server_nullrenderer.exe App.AppSettings={"console_enabled":"true","encode_user_path":"true"} @@ -37,6 +37,6 @@ Meta.ConfigRoot=dont-starve-together.kvp Meta.Description= Meta.DisplayImageSource=steam:322330 Meta.DisplayName=Don't Starve Together -Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort2} +Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2} Meta.OS=3 Meta.URL=https://store.steampowered.com/app/322330/Dont_Starve_Together/ \ No newline at end of file