Add Don't Starve Together Module
This adds the Don't Starve Together dedicated server generic module. All functionality should be included at the current time. No known limitations.
This commit is contained in:
41
dont-starve-together.kvp
Normal file
41
dont-starve-together.kvp
Normal file
@@ -0,0 +1,41 @@
|
||||
App.AdminMethod=STDIO
|
||||
App.ApplicationPort1=11000
|
||||
App.ApplicationPort2=8766
|
||||
App.ApplicationPort3=27016
|
||||
App.RemoteAdminPort=10889
|
||||
App.ApplicationReadyMode=Immediate
|
||||
App.BaseDirectory=./dont-starve-together/343050/
|
||||
App.CommandLineArgs=-persistent_storage_root "../dstserver" -conf_dir "dstserver_config" -shard shard {{$FormattedArgs}}
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.CommandLineParameterFormat=-{0} "{1}"
|
||||
App.DisplayName=Don't Starve Together
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "343050"}
|
||||
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"}
|
||||
App.ExitMethod=String
|
||||
App.ExitString=c_shutdown(true)
|
||||
App.HasReadableConsole=true
|
||||
App.HasWritableConsole=true
|
||||
App.RapidStartup=false
|
||||
App.RootDir=./dont-starve-together/
|
||||
App.UpdateSource=Multi
|
||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "343050"}]
|
||||
App.WorkingDir=343050/bin
|
||||
App.EncodeUserPath=true
|
||||
App.ConsoleEnabled=true
|
||||
Console.AppReadyRegex=
|
||||
Console.ThrowawayMessageRegex=
|
||||
Console.UserChatRegex=^\[\d+:\d+:\d+\]: \[Say\] \(.+\) (?<username>.+?): (?<message>.+?)$
|
||||
Console.UserJoinRegex=^\[\d+:\d+:\d+\]: \[Join Announcement\] (?<username>.+?)$
|
||||
Console.UserLeaveRegex=^\[\d+:\d+:\d+\]: \[Leave Announcement\] (?<username>.+?)$
|
||||
Meta.Author=IceOfWraith
|
||||
Meta.ConfigManifest=dont-starve-togetherconfig.json
|
||||
Meta.MetaConfigManifest=dont-starve-togethermetaconfig.json
|
||||
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.OS=3
|
||||
Meta.URL=https://store.steampowered.com/app/322330/Dont_Starve_Together/
|
||||
Reference in New Issue
Block a user