Update Space Engineers

Fixed the config file getting overwritten on update
Added Sleep functionality
Fixed Steam direct connect link
Properly hid Port/IP settings
Removed unused Port 3
This commit is contained in:
James Manker
2022-02-18 22:28:30 -06:00
parent 2d406cde9c
commit 9b18fb27c3
2 changed files with 75 additions and 36 deletions

View File

@@ -1907,7 +1907,8 @@
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/IP/text()",
"IncludeInCommandLine": false,
"EnumValues": {}
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Server Port",
@@ -1919,7 +1920,8 @@
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerPort/text()",
"IncludeInCommandLine": false,
"EnumValues": {}
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Remote API Port",
@@ -1931,7 +1933,8 @@
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/RemoteApiPort/text()",
"IncludeInCommandLine": false,
"EnumValues": {}
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Steam Port",
@@ -1943,7 +1946,8 @@
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SteamPort/text()",
"IncludeInCommandLine": false,
"EnumValues": {}
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Remote API Enabled",