commit
788e6587b8
@ -65,6 +65,44 @@
|
|||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "8",
|
"DefaultValue": "8",
|
||||||
"EnumValues": {}
|
"EnumValues": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName": "Public IP",
|
||||||
|
"Category": "Server Settings",
|
||||||
|
"Description": "Input your public server IP in here otherwise the server won't work.",
|
||||||
|
"Keywords": "Public IP",
|
||||||
|
"FieldName": "publicip",
|
||||||
|
"InputType": "text",
|
||||||
|
"IsFlagArgument": false,
|
||||||
|
"ParamFieldName": "publicip",
|
||||||
|
"IncludeInCommandLine": false,
|
||||||
|
"DefaultValue": "INSERT YOUR PUBLIC IP HERE",
|
||||||
|
"EnumValues": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName": "Owner Name",
|
||||||
|
"Category": "Server Settings",
|
||||||
|
"Description": "Input your Account name.",
|
||||||
|
"Keywords": "Owner Name",
|
||||||
|
"FieldName": "ownername",
|
||||||
|
"InputType": "text",
|
||||||
|
"IsFlagArgument": false,
|
||||||
|
"ParamFieldName": "ownername",
|
||||||
|
"IncludeInCommandLine": false,
|
||||||
|
"DefaultValue": "",
|
||||||
|
"EnumValues": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName": "Owner GUID",
|
||||||
|
"Category": "Server Settings",
|
||||||
|
"Description": "Enter your GUID",
|
||||||
|
"Keywords": "Owner GUID",
|
||||||
|
"FieldName": "ownerguid",
|
||||||
|
"InputType": "text",
|
||||||
|
"IsFlagArgument": false,
|
||||||
|
"ParamFieldName": "ownerguid",
|
||||||
|
"IncludeInCommandLine": false,
|
||||||
|
"DefaultValue": "",
|
||||||
|
"EnumValues": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
@ -7,11 +7,13 @@
|
|||||||
{
|
{
|
||||||
"Heading": "/Script/Astro.AstroServerSettings",
|
"Heading": "/Script/Astro.AstroServerSettings",
|
||||||
"SettingMappings": {
|
"SettingMappings": {
|
||||||
"PublicIP": "$ApplicationIPBinding",
|
"PublicIP": "publicip",
|
||||||
"ServerName": "servername",
|
"ServerName": "servername",
|
||||||
"ServerPassword": "serverpassword",
|
"ServerPassword": "serverpassword",
|
||||||
"AutoSaveGameInterval": "autosaveinterval",
|
"AutoSaveGameInterval": "autosaveinterval",
|
||||||
"MaxServerFramerate": "maxfps"
|
"MaxServerFramerate": "maxfps",
|
||||||
|
"OwnerName": "ownername",
|
||||||
|
"OwnerGuid": "ownerguid"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user