Add StarMade Module
This adds StarMade Windows and Linux support. Currently all settings are managed in a single file with 188 settings. Once AutoMap receives new features to specify partial settings this will be added to the module as well.
This commit is contained in:
15
starmadeconfig.json
Normal file
15
starmadeconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"DisplayName": "Maximum RAM",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Set the Max amount of RAM the server should use",
|
||||
"Keywords": "max ram",
|
||||
"FieldName": "MaxRAM",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxRAM",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "1024",
|
||||
"EnumValues": {}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user