2022-09-18 08:23:45 +02:00
|
|
|
|
Meta.DisplayName=tModLoader (Legacy)
|
|
|
|
|
Meta.Description=tModLoader (Legacy) server using Steam or GitHub
|
2022-03-23 18:26:43 +01:00
|
|
|
|
Meta.Author=JasperFirecai2, EnderWolf, IceOfWraith
|
|
|
|
|
Meta.MetaConfigManifest=tmodloadermetaconfig.json
|
|
|
|
|
Meta.ConfigRoot=tmodloader.kvp
|
|
|
|
|
Meta.ConfigManifest=tmodloaderconfig.json
|
|
|
|
|
Meta.DisplayImageSource=steam:1281930
|
|
|
|
|
Meta.EndpointURIFormat=steam://connect/{0}
|
|
|
|
|
Meta.OS=3
|
|
|
|
|
Meta.URL=https://store.steampowered.com/app/1281930/tModLoader/
|
|
|
|
|
Meta.MinAMPVersion=
|
2022-09-18 08:23:45 +02:00
|
|
|
|
App.DisplayName=tModLoader (Legacy)
|
2022-03-23 18:26:43 +01:00
|
|
|
|
App.RootDir=./tModLoader/
|
|
|
|
|
App.BaseDirectory=./tModLoader/serverfiles
|
|
|
|
|
App.ExecutableWin=serverfiles/tModLoaderServer.exe
|
|
|
|
|
App.ExecutableLinux=serverfiles/tModLoaderServer
|
|
|
|
|
App.WorkingDir=serverfiles
|
|
|
|
|
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "1281930"}
|
|
|
|
|
App.LinuxCommandLineArgs=
|
|
|
|
|
App.WindowsCommandLineArgs=
|
|
|
|
|
App.CommandLineArgs=-server {{$FormattedArgs}} -players {{$MaxUsers}} -port {{$ApplicationPort1}} -config {{Config}}
|
|
|
|
|
App.CommandLineParameterFormat=-{0} {1}
|
|
|
|
|
App.AppSettings={"Config":"tmodloaderserverconfig.txt"}
|
|
|
|
|
App.CommandLineVars={}
|
|
|
|
|
App.ExitMethod=String
|
|
|
|
|
App.ExitTimeout=30
|
|
|
|
|
App.ExitString=exit
|
|
|
|
|
App.ExitFile=app_exit.lck
|
|
|
|
|
App.HasWriteableConsole=True
|
|
|
|
|
App.HasReadableConsole=True
|
|
|
|
|
App.AdminMethod=STDIO
|
|
|
|
|
App.SupportsLiveSettingsChanges=False
|
|
|
|
|
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
|
|
|
|
App.ApplicationIPBinding=0.0.0.0
|
|
|
|
|
App.ApplicationPort1=7777
|
|
|
|
|
App.ApplicationPort2=0
|
|
|
|
|
App.ApplicationPort3=0
|
|
|
|
|
App.RemoteAdminPort=0
|
|
|
|
|
App.MaxUsers=8
|
2023-04-28 20:03:03 +02:00
|
|
|
|
App.UpdateSources=@IncludeJson[tmodloaderupdates.json]
|
2022-03-23 18:26:43 +01:00
|
|
|
|
App.Compatibility=None
|
|
|
|
|
App.SteamUpdateAnonymousLogin=False
|
|
|
|
|
App.SteamForceLoginPrompt=False
|
|
|
|
|
App.RapidStartup=False
|
|
|
|
|
App.SupportsUniversalSleep=False
|
|
|
|
|
App.WakeupMode=Any
|
|
|
|
|
App.ApplicationReadyMode=RegexMatch
|
|
|
|
|
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
|
|
|
|
Console.AppReadyRegex=^Listening on port (\d+)$
|
|
|
|
|
Console.UserJoinRegex=^(?<username>.+?) has joined\.$
|
|
|
|
|
Console.UserLeaveRegex=^(?<username>.+?) has left\.$
|
|
|
|
|
Console.UserChatRegex=^<(?<username>.+?)> (?<message>.+)$
|
|
|
|
|
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
|
|
|
|
Console.ThrowawayMessageRegex=^??Error Logging Enabled.$
|
|
|
|
|
Console.SuppressLogAtStart=False
|
|
|
|
|
Console.UserActions={}
|
|
|
|
|
Limits.SleepMode=True
|
|
|
|
|
Limits.SleepOnStart=False
|
|
|
|
|
Limits.SleepDelayMinutes=5
|
|
|
|
|
Limits.DozeDelay=2
|
2023-01-07 21:57:45 +01:00
|
|
|
|
Limits.AutoRetryCount=5
|