Various updates

- Switch to automap
- Add manifest settings
- Fix Proton (even though not currently usable with server)
This commit is contained in:
Greelan 2022-02-13 12:14:39 +11:00
parent ed3b68b11d
commit 9109b57a84
3 changed files with 230 additions and 156 deletions

View File

@ -1,33 +1,76 @@
App.AdminMethod=STDIO Meta.DisplayName=Astroneer
App.ApplicationReadyMode=Immediate Meta.Description=Astroneer Dedicated Server
App.BaseDirectory=./astroneer/728470/ Meta.OS=Windows
App.CommandLineArgs= Meta.Arch=x86_64
App.CommandLineParameterDelimiter= Meta.Author=Greelan, Tueem
App.CommandLineParameterFormat= Meta.URL=https://store.steampowered.com/app/361420/ASTRONEER/
App.DisplayName=Astroneer Meta.DisplayImageSource=steam:361420
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "728470"} Meta.EndpointURIFormat=
App.ExecutableLinux=
App.ExecutableWin=728470/Astro/Binaries/Win64/AstroServer-Win64-Shipping.exe
App.ExitMethod=Kill
App.ExitString=
App.HasReadableConsole=true
App.HasWritableConsole=false
App.RapidStartup=false
App.RootDir=./astroneer/
App.UpdateSource=Multi
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "728470"}]
App.WorkingDir=728470
Console.AppReadyRegex=
Console.ThrowawayMessageRegex=
Console.UserChatRegex=
Console.UserJoinRegex=
Console.UserLeaveRegex=
Meta.Author=Tueem
Meta.ConfigManifest=astroneerconfig.json Meta.ConfigManifest=astroneerconfig.json
Meta.MetaConfigManifest=astroneermetaconfig.json Meta.MetaConfigManifest=astroneermetaconfig.json
Meta.ConfigRoot=astroneer.kvp Meta.ConfigRoot=astroneer.kvp
Meta.Description=Astroneer Dedicated Server Meta.MinAMPVersion=2.3.2.0
Meta.DisplayImageSource=steam:361420 Meta.SpecificDockerImage=
Meta.DisplayName=Astroneer Meta.ContainerPolicy=Supported
Meta.OS=1 Meta.Prerequsites=[]
Meta.URL=https://store.steampowered.com/app/361420/ASTRONEER/ Meta.ConfigReleaseState=NotSpecified
App.DisplayName=Astroneer
App.RootDir=./astroneer/
App.BaseDirectory=./astroneer/728470/
App.ExecutableWin=728470/Astro/Binaries/Win64/AstroServer-Win64-Shipping.exe
App.ExecutableLinux=1580130/proton
App.WorkingDir=728470/Astro/Binaries/Win64
App.LinuxCommandLineArgs=run ./Astro/Binaries/Win64/AstroServer-Win64-Shipping.exe
App.WindowsCommandLineArgs=
App.CommandLineArgs={{$PlatformArgs}} -Port={{$ApplicationPort1}} -ConsolePort={{$RemoteAdminPort}} {{$FormattedArgs}}
App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"361420","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}1580130","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullRootDir}}1580130"}
App.CommandLineParameterFormat=-{0}={1}
App.CommandLineParameterDelimiter=
App.ExitMethod=Kill
App.ExitTimeout=30
App.ExitString=DSServerShutdown
App.ExitFile=app_exit.lck
App.HasWriteableConsole=True
App.HasReadableConsole=True
App.SupportsLiveSettingsChanges=False
App.LiveSettingChangeCommandFormat=set {0} "{1}"
App.ApplicationIPBinding=0.0.0.0
App.ApplicationPort1=8777
App.ApplicationPort2=0
App.ApplicationPort3=0
App.RemoteAdminPort=8778
App.MaxUsers=8
App.UseRandomAdminPassword=False
App.RemoteAdminPassword=Password123
App.AdminMethod=STDIO
App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"728470","ForceDownloadPlatform":"Windows"},{"UpdateStageName": "Proton Compatibility Layer","UpdateSourcePlatform":"Linux","UpdateSource":"SteamCMD","UpdateSourceData":"1580130"}]
App.Compatibility=None
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False
App.RapidStartup=False
App.SupportsUniversalSleep=False
App.UniversalSleepApplicationUDPPort=27015
App.UniversalSleepSteamQueryPort=27016
App.WakeupMode=Any
App.ApplicationReadyMode=Immediate
App.TemplateMatchRegex={{(\$?[\w]+)}}
Console.FilterMatchRegex=
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=
Console.AppReadyRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] Ready.$
Console.UserJoinRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] "(?<username>.+?)" \((?<userid>.+?)\) connected from \[(?<endpoint>.+?)\]$
Console.UserLeaveRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] "(?<username>.+?)" \((?<userid>.+?)\) disconnected \(Reason: (?<reason>.+?)\)$
Console.UserChatRegex=^\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
Console.SuppressLogAtStart=False
Console.ActivateLogRegex=
Console.UserActions={}
Limits.SleepMode=True
Limits.SleepOnStart=False
Limits.SleepDelayMinutes=5
Limits.DozeDelay=2
Limits.AutoRetryCount=5

View File

@ -1,108 +1,167 @@
[ [
{ {
"DisplayName": "Server name", "DisplayName":"Public IP",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "The name of the Server", "Description":"",
"Keywords": "name", "Keywords":"",
"FieldName": "servername", "FieldName":"$ExternalIP",
"InputType": "text", "InputType":"text",
"IsFlagArgument": false, "Hidden":true,
"ParamFieldName": "servername", "IsFlagArgument":false,
"IncludeInCommandLine": false, "ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
"DefaultValue": "Powered by AMP", "IncludeInCommandLine":false
"EnumValues": {}
}, },
{ {
"DisplayName": "Password", "DisplayName":"Server Port",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "The Password for the Server", "Description":"",
"Keywords": "password", "Keywords":"",
"FieldName": "serverpassword", "FieldName":"$ApplicationPort1",
"InputType": "password", "InputType":"number",
"IsFlagArgument": false, "Hidden":true,
"ParamFieldName": "serverpassword", "IsFlagArgument":false,
"IncludeInCommandLine": false, "ParamFieldName":"URL.Port",
"DefaultValue": "", "IncludeInCommandLine":false
"EnumValues": {}
}, },
{ {
"DisplayName": "Auto Save Interval", "DisplayName":"Console Port",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "The Interval in which Auto saves are made (in seconds))", "Description":"",
"Keywords": "autosave", "Keywords":"",
"FieldName": "autosaveinterval", "FieldName":"$RemoteAdminPort",
"InputType": "number", "InputType":"number",
"IsFlagArgument": false, "Hidden":true,
"ParamFieldName": "autosaveinterval", "IsFlagArgument":false,
"IncludeInCommandLine": false, "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort",
"DefaultValue": "900", "IncludeInCommandLine":false
"EnumValues": {}
}, },
{ {
"DisplayName": "MaxServerFramerate", "DisplayName":"Server Name",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "The max framerate the server will allow for clients", "Description":"The name of the server as it appears publicly",
"Keywords": "fps", "Keywords":"name",
"FieldName": "maxfps", "FieldName":"ServerName",
"InputType": "text", "InputType":"text",
"IsFlagArgument": false, "IsFlagArgument":false,
"ParamFieldName": "maxfps", "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName",
"IncludeInCommandLine": false, "IncludeInCommandLine":false,
"DefaultValue": "34", "DefaultValue":"Astroneer Server - Powered by AMP"
"EnumValues": {}
}, },
{ {
"DisplayName": "Max Players", "DisplayName":"Server Password",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "The Maximum Player Count", "Description":"Password required to connect to the server. Default is no password",
"Keywords": "max players", "Keywords":"password",
"FieldName": "maxplayers", "FieldName":"ServerPassword",
"InputType": "number", "InputType":"password",
"IsFlagArgument": false, "IsFlagArgument":false,
"ParamFieldName": "maxplayers", "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword",
"IncludeInCommandLine": false, "IncludeInCommandLine":false,
"DefaultValue": "8", "DefaultValue":""
"EnumValues": {}
}, },
{ {
"DisplayName": "Public IP", "DisplayName":"Console Password",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "Input your public server IP in here otherwise the server won't work.", "Description":"Password required for remote console (admin) connections. NOTE: Change this after first installing the server!",
"Keywords": "Public IP", "Keywords":"console,admin,password",
"FieldName": "publicip", "FieldName":"$RemoteAdminPassword",
"InputType": "text", "InputType":"RandomPassword",
"IsFlagArgument": false, "IsFlagArgument":false,
"ParamFieldName": "publicip", "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword",
"IncludeInCommandLine": false, "IncludeInCommandLine":false,
"DefaultValue": "INSERT YOUR PUBLIC IP HERE", "DefaultValue":"Password123"
"EnumValues": {}
}, },
{ {
"DisplayName": "Owner Name", "DisplayName":"Owner Name",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "Input your Account name.", "Description":"Steam name of the server owner (admin)",
"Keywords": "Owner Name", "Keywords":"owner,name",
"FieldName": "ownername", "FieldName":"OwnerName",
"InputType": "text", "InputType":"text",
"IsFlagArgument": false, "IsFlagArgument":false,
"ParamFieldName": "ownername", "ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName",
"IncludeInCommandLine": false, "IncludeInCommandLine":false,
"DefaultValue": "", "DefaultValue":""
"EnumValues": {}
}, },
{ {
"DisplayName": "Owner GUID", "DisplayName":"Player Limit",
"Category": "Server Settings", "Category":"Server Settings",
"Description": "Enter your GUID", "Description":"Maximum number of players that may connect to the server. Cannot exceed 8",
"Keywords": "Owner GUID", "Keywords":"players,limit",
"FieldName": "ownerguid", "FieldName":"$MaxUsers",
"InputType": "text", "InputType":"number",
"IsFlagArgument": false, "IsFlagArgument":false,
"ParamFieldName": "ownerguid", "ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers",
"IncludeInCommandLine": false, "IncludeInCommandLine":false,
"DefaultValue": "", "DefaultValue":"8",
"EnumValues": {} "Suffix":"players"
},
{
"DisplayName":"Game Save Interval",
"Category":"Server Settings",
"Description":"The interval between automatic server saves",
"Keywords":"autosave,save,interval",
"FieldName":"AutoSaveGameInterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval",
"IncludeInCommandLine":false,
"DefaultValue":"900",
"Suffix":"seconds"
},
{
"DisplayName":"Backup Save Interval",
"Category":"Server Settings",
"Description":"The interval between automatic server backups",
"Keywords":"backup,interval",
"FieldName":"BackupSaveGamesInterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval",
"IncludeInCommandLine":false,
"DefaultValue":"7200",
"Suffix":"seconds"
},
{
"DisplayName":"Enable Whitelist",
"Category":"Server Settings",
"Description":"If enabled, unlisted players will not be able to connect",
"Keywords":"deny,unlisted",
"FieldName":"DenyUnlistedPlayers",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.DenyUnlistedPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Maximum Active Server Framerate",
"Category":"Server Settings",
"Description":"The maximum framerate that the server will allow when active",
"Keywords":"fps,framerate,active",
"FieldName":"MaxServerFramerate",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate",
"IncludeInCommandLine":false,
"DefaultValue":"30.000000",
"Suffix":"fps"
},
{
"DisplayName":"Maximum Idle Server Framerate",
"Category":"Server Settings",
"Description":"The maximum framerate that the server will allow when idle",
"Keywords":"fps,framerate,idle",
"FieldName":"MaxServerIdleFramerate",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate",
"IncludeInCommandLine":false,
"DefaultValue":"3.000000",
"Suffix":"fps"
} }
] ]

View File

@ -1,48 +1,20 @@
[ [
{ {
"ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini", "ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini",
"AutoMap": true,
"ConfigType": "ini", "ConfigType": "ini",
"ConfigSeparator": "=", "ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
"Subsections": [
{
"Heading": "/Script/Astro.AstroServerSettings",
"SettingMappings": {
"PublicIP": "publicip",
"ServerName": "servername",
"ServerPassword": "serverpassword",
"AutoSaveGameInterval": "autosaveinterval",
"MaxServerFramerate": "maxfps",
"OwnerName": "ownername",
"OwnerGuid": "ownerguid"
}
}
]
}, },
{ {
"ConfigFile": "Astro/Saved/Config/WindowsServer/Engine.ini", "ConfigFile": "Astro/Saved/Config/WindowsServer/GameUserSettings.ini",
"AutoMap": true,
"ConfigType": "ini", "ConfigType": "ini",
"ConfigSeparator": "=", "ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
"Subsections": [
{
"Heading": "URL",
"SettingMappings": {
"Port": "$ApplicationPort2"
}
}
]
}, },
{ {
"ConfigFile": "Astro/Saved/Config/WindowsServer/GameUserSettings.ini", "ConfigFile": "Astro/Saved/Config/WindowsServer/Engine.ini",
"AutoMap": true,
"ConfigType": "ini", "ConfigType": "ini",
"ConfigSeparator": "=", "ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
"Subsections": [
{
"Heading": "/Script/Astro.AstroGameUserSettings",
"SettingMappings": {
"MaxPlayers": "maxplayers"
}
}
]
} }
] ]