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:
IceOfWraith
2021-12-29 07:34:30 -06:00
parent d92cd80e77
commit 461219ad30
2 changed files with 51 additions and 0 deletions

15
starmadeconfig.json Normal file
View 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": {}
}
]