Fix Don't Starve Together
The SteamAppID and EndpointURIFormat were victims of the config.getamp.sh bugs.
This commit is contained in:
parent
5f40296286
commit
bfbd413b60
@ -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/
|
Loading…
Reference in New Issue
Block a user