forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
astroneerconfig.json
213 lines (213 loc) · 7.89 KB
/
astroneerconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
[
{
"DisplayName":"Public IP",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"",
"Keywords":"",
"FieldName":"$ExternalIP",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Port",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationPort1",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"URL.Port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Console Port",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Linux Server Configuration",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"WARNING: Running Astroneer on Linux requires encryption to be disabled on both server and clients. USE AT YOUR OWN RISK. To disable encryption on a client, add net.AllowEncryption=False under the [SystemSettings] header in %LocalAppData%\\Astro\\Saved\\Config\\WindowsNoEditor\\Engine.ini",
"Keywords":"linux,encryption",
"FieldName":"AllowEncryption",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"SystemSettings.net.AllowEncryption",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"The name of the server as it appears publicly",
"Keywords":"name,servername",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName",
"IncludeInCommandLine":false,
"DefaultValue":"Astroneer Server - Powered by AMP",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"Password required to connect to the server. Default is no password",
"Keywords":"password,serverpassword",
"FieldName":"ServerPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Console Password",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"Password required to connect to the server's RCON (raw TCP socket). Default is a strong random password",
"Keywords":"console,password,rcon,consolepassword",
"FieldName":"ConsolePassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword",
"IncludeInCommandLine":false,
"DefaultValue":"{{newguid()}}",
"EnumValues":{}
},
{
"DisplayName":"Owner Name",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"Steam name of the server owner (admin)",
"Keywords":"owner,name,ownername",
"FieldName":"OwnerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"Maximum number of players that may connect to the server at one time",
"Keywords":"players,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"2",
"MaxValue":"8",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"Placeholder":"8",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Game Save Interval",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"The interval between automatic server saves",
"Keywords":"autosave,save,interval,autosavegameinterval",
"FieldName":"AutoSaveGameInterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval",
"IncludeInCommandLine":false,
"DefaultValue":"900",
"Placeholder":"900",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Backup Save Interval",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"The interval between automatic server backups",
"Keywords":"backup,interval,backupsavegamesinterval",
"FieldName":"BackupSaveGamesInterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval",
"IncludeInCommandLine":false,
"DefaultValue":"7200",
"Placeholder":"7200",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Enable Whitelist",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"If enabled, unlisted players will not be able to connect",
"Keywords":"deny,unlisted,denyunlistedplayers",
"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":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"The maximum framerate that the server will allow when active",
"Keywords":"fps,framerate,active,maxserverframerate",
"FieldName":"MaxServerFramerate",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate",
"IncludeInCommandLine":false,
"DefaultValue":"30.000000",
"Placeholder":"30.000000",
"Suffix":"fps",
"EnumValues":{}
},
{
"DisplayName":"Maximum Idle Server Framerate",
"Category":"Astroneer:stadia_controller",
"Subcategory":"Server:dns:1",
"Description":"The maximum framerate that the server will allow when idle",
"Keywords":"fps,framerate,idle,maxserveridleframerate",
"FieldName":"MaxServerIdleFramerate",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate",
"IncludeInCommandLine":false,
"DefaultValue":"3.000000",
"Placeholder":"3.000000",
"Suffix":"fps",
"EnumValues":{}
}
]