AMPTemplates/space-engineers-genericconfig.json
IceOfWraith 8d6eabaa6a
Update Randompassword Inputs (#412)
* Update Randompassword Inputs

* add {{newguid()}}

* Update space-engineers-genericconfig.json

* Changes
2023-07-02 06:57:07 -05:00

2520 lines
95 KiB
JSON

[
{
"DisplayName": "Binding IP",
"Category": "Hidden Settings",
"Description": "Must match AMP's Binding IP",
"Keywords": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/IP",
"IncludeInCommandLine": false,
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Server Port",
"Category": "Hidden Settings",
"Description": "Must match AMP's Application Port 1",
"Keywords": "",
"FieldName": "$ApplicationPort1",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerPort",
"IncludeInCommandLine": false,
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Steam Port",
"Category": "Hidden Settings",
"Description": "Must match AMP's Application Port 2",
"Keywords": "",
"FieldName": "$ApplicationPort2",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SteamPort",
"IncludeInCommandLine": false,
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Remote API Port",
"Category": "Hidden Settings",
"Description": "Must match AMP's Remote Admin Port",
"Keywords": "",
"FieldName": "$RemoteAdminPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/RemoteApiPort",
"IncludeInCommandLine": false,
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Server Release Stream",
"Category": "SteamCMD and Updates",
"Description": "Which release stream should be used to update the server. Choose a custom release on [SteamDB](https://steamdb.info/app/298740/depots/) and enter the Branch Name below.",
"Keywords": "server,release,stream",
"FieldName": "Stream",
"ParamFieldName": "Stream",
"IncludeInCommandLine": false,
"InputType": "text",
"EnumValues": {},
"DefaultValue": "public",
"Placeholder": "public"
},
{
"DisplayName": "Block Limits Mode",
"Category": "SE - Block Limits",
"Description": "Defines block limits mode.",
"Keywords": "Block,Limits,Enabled",
"FieldName": "BlockLimitsEnabled",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/BlockLimitsEnabled | /MyObjectBuilder_WorldConfiguration/Settings/BlockLimitsEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "GLOBALLY",
"EnumValues": {
"NONE": "None",
"GLOBALLY": "Globally",
"PER_FACTION": "Per Faction",
"PER_PLAYER": "Per Player"
}
},
{
"DisplayName": "Max Blocks Per Player",
"Category": "SE - Block Limits",
"Description": "The maximum number of blocks per player. (0 - 2147483647)",
"Keywords": "Max,Blocks,Per,Player",
"FieldName": "MaxBlocksPerPlayer",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxBlocksPerPlayer | /MyObjectBuilder_WorldConfiguration/Settings/MaxBlocksPerPlayer",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Blocks",
"EnumValues": {}
},
{
"DisplayName": "Max Factions Count",
"Category": "SE - Block Limits",
"Description": "The maximum number of existing factions in the world. (0 - 2147483647)",
"Keywords": "Max,Factions,Count",
"FieldName": "MaxFactionsCount",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxFactionsCount | /MyObjectBuilder_WorldConfiguration/Settings/MaxFactionsCount",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Factions",
"EnumValues": {}
},
{
"DisplayName": "Max Grid Blocks",
"Category": "SE - Block Limits",
"Description": "The maximum number of blocks in one grid. (0 - 2147483647)",
"Keywords": "Max,Grid,Size",
"FieldName": "MaxGridSize",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxGridSize | /MyObjectBuilder_WorldConfiguration/Settings/MaxGridSize",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Blocks",
"EnumValues": {}
},
{
"DisplayName": "Pirate PCU",
"Category": "SE - Block Limits",
"Description": "Number of Performance Cost Units allocated for pirate faction. (0 - 2147483647)",
"Keywords": "Pirate,PCU",
"FieldName": "PiratePCU",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PiratePCU | /MyObjectBuilder_WorldConfiguration/Settings/PiratePCU",
"IncludeInCommandLine": false,
"DefaultValue": "50000",
"Placeholder": "50000",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Units",
"EnumValues": {}
},
{
"DisplayName": "World PCU",
"Category": "SE - Block Limits",
"Description": "The total number of Performance Cost Units in the world. (0 - 2147483647)",
"Keywords": "Total,PCU",
"FieldName": "TotalPCU",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/TotalPCU | /MyObjectBuilder_WorldConfiguration/Settings/TotalPCU",
"IncludeInCommandLine": false,
"DefaultValue": "100000",
"Placeholder": "100000",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Units",
"EnumValues": {}
},
{
"DisplayName": "Enable Destructible Blocks",
"Category": "SE - Environment",
"Description": "Enables destruction feature for the blocks.",
"Keywords": "enable,destructible,blocks",
"FieldName": "DestructibleBlocks",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/DestructibleBlocks | /MyObjectBuilder_WorldConfiguration/Settings/DestructibleBlocks",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Oxygen",
"Category": "SE - Environment",
"Description": "Enables oxygen in the world.",
"Keywords": "Enable,Oxygen",
"FieldName": "EnableOxygen",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableOxygen | /MyObjectBuilder_WorldConfiguration/Settings/EnableOxygen",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Airtightness",
"Category": "SE - Environment",
"Description": "Enables airtightness in the world.",
"Keywords": "Enable,airtightness,Oxygen,Pressurization",
"FieldName": "EnableOxygenPressurization",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableOxygenPressurization | /MyObjectBuilder_WorldConfiguration/Settings/EnableOxygenPressurization",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Sub-Grid Damage",
"Category": "SE - Environment",
"Description": "Enables sub-grid damage.",
"Keywords": "Enable,Subgrid,Damage",
"FieldName": "EnableSubgridDamage",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSubgridDamage | /MyObjectBuilder_WorldConfiguration/Settings/EnableSubgridDamage",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Sun Rotation",
"Category": "SE - Environment",
"Description": "Enables sun rotation.",
"Keywords": "Enable,Sun,Rotation",
"FieldName": "EnableSunRotation",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSunRotation | /MyObjectBuilder_WorldConfiguration/Settings/EnableSunRotation",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Friendly Missile Damage",
"Category": "SE - Environment",
"Description": "Enables explosion damage from missiles being applied to its own grid.",
"Keywords": "Enable,missile,damage,Turrets,Friendly,Fire",
"FieldName": "EnableTurretsFriendlyFire",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableTurretsFriendlyFire | /MyObjectBuilder_WorldConfiguration/Settings/EnableTurretsFriendlyFire",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Voxel Destruction",
"Category": "SE - Environment",
"Description": "Enables voxel destructions.",
"Keywords": "Enable,Voxel,Destruction",
"FieldName": "EnableVoxelDestruction",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableVoxelDestruction | /MyObjectBuilder_WorldConfiguration/Settings/EnableVoxelDestruction",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Environment Hostility",
"Category": "SE - Environment",
"Description": "Defines hostility of the environment.",
"Keywords": "Environment,Hostility",
"FieldName": "EnvironmentHostility",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnvironmentHostility | /MyObjectBuilder_WorldConfiguration/Settings/EnvironmentHostility",
"IncludeInCommandLine": false,
"DefaultValue": "SAFE",
"EnumValues": {
"SAFE": "Safe",
"NORMAL": "Normal",
"CATACLYSM": "Cataclysm",
"CATACLYSM_UNREAL": "Cataclysm - Unreal"
}
},
{
"DisplayName": "Max Floating Objects",
"Category": "SE - Environment",
"Description": "The maximum number of existing floating objects. (2 - 1024)",
"Keywords": "Max,Floating,Objects",
"FieldName": "MaxFloatingObjects",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxFloatingObjects | /MyObjectBuilder_WorldConfiguration/Settings/MaxFloatingObjects",
"IncludeInCommandLine": false,
"DefaultValue": "56",
"Placeholder": "56",
"MinValue": "2",
"MaxValue": "1024",
"Suffix": "Objects",
"EnumValues": {}
},
{
"DisplayName": "Physics Iterations",
"Category": "SE - Environment",
"Description": "Defines the number of physics iterations. (2 - 32)",
"Keywords": "Physics,Iterations",
"FieldName": "PhysicsIterations",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PhysicsIterations | /MyObjectBuilder_WorldConfiguration/Settings/PhysicsIterations",
"IncludeInCommandLine": false,
"DefaultValue": "8",
"Placeholder": "8",
"MinValue": "2",
"MaxValue": "32",
"Suffix": "Iterations",
"EnumValues": {}
},
{
"DisplayName": "Enable Realistic Sound",
"Category": "SE - Environment",
"Description": "Enable realistic sounds.",
"Keywords": "Realistic,Sound",
"FieldName": "RealisticSound",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/RealisticSound | /MyObjectBuilder_WorldConfiguration/Settings/RealisticSound",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Unsupported Stations",
"Category": "SE - Environment",
"Description": "By enabling this option grids will no longer turn dynamic when disconnected from static grids.",
"Keywords": "unsupported,Station,Voxel,Support",
"FieldName": "StationVoxelSupport",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StationVoxelSupport | /MyObjectBuilder_WorldConfiguration/Settings/StationVoxelSupport",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Sun Rotation Interval",
"Category": "SE - Environment",
"Description": "Defines interval of one rotation of the sun. (0 - 1440)",
"Keywords": "Sun,Rotation,Interval,Minutes",
"FieldName": "SunRotationIntervalMinutes",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SunRotationIntervalMinutes | /MyObjectBuilder_WorldConfiguration/Settings/SunRotationIntervalMinutes",
"IncludeInCommandLine": false,
"DefaultValue": "119.999992",
"Placeholder": "119.999992",
"MinValue": "0",
"MaxValue": "1440",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Sync Distance",
"Category": "SE - Environment",
"Description": "Defines synchronization distance in multiplayer. High distance can slow down server drastically. Use with caution. (1000 - 20000)",
"Keywords": "Sync,Distance",
"FieldName": "SyncDistance",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SyncDistance | /MyObjectBuilder_WorldConfiguration/Settings/SyncDistance",
"IncludeInCommandLine": false,
"DefaultValue": "3000",
"Placeholder": "3000",
"MinValue": "1000",
"MaxValue": "20000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Bot Limit",
"Category": "SE - Environment",
"Description": "Maximum number of organic bots in the world. (16 - 1024)",
"Keywords": "bot,limit",
"FieldName": "TotalBotLimit",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/TotalBotLimit | /MyObjectBuilder_WorldConfiguration/Settings/TotalBotLimit",
"IncludeInCommandLine": false,
"DefaultValue": "32",
"Placeholder": "32",
"MinValue": "16",
"MaxValue": "1024",
"Suffix": "Bots",
"EnumValues": {}
},
{
"DisplayName": "Voxel Generator Version",
"Category": "SE - Environment",
"Description": "Selects the voxel generator version.",
"Keywords": "Voxel,Generator,Version",
"FieldName": "VoxelGeneratorVersion",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/VoxelGeneratorVersion | /MyObjectBuilder_WorldConfiguration/Settings/VoxelGeneratorVersion",
"IncludeInCommandLine": false,
"DefaultValue": "4",
"EnumValues": {
"0": "0",
"1": "1",
"2": "2",
"3": "3",
"4": "4"
}
},
{
"DisplayName": "Enable Weather System",
"Category": "SE - Environment",
"Description": "Enables automatic weather generation on planets.",
"Keywords": "Weather,System",
"FieldName": "WeatherSystem",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/WeatherSystem | /MyObjectBuilder_WorldConfiguration/Settings/WeatherSystem",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "World Size",
"Category": "SE - Environment",
"Description": "Defines the size of the world. (0 - 2147483647)",
"Keywords": "World,Size,Km",
"FieldName": "WorldSizeKm",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/WorldSizeKm | /MyObjectBuilder_WorldConfiguration/Settings/WorldSizeKm",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "2147483647",
"Suffix": "Kilometers",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "SE - General",
"Description": "Server Name displayed in the server browser.",
"Keywords": "Server,Name",
"FieldName": "ServerName",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerName",
"IncludeInCommandLine": false,
"DefaultValue": "AMP Powered Server",
"Placeholder": "AMP Powered Server",
"EnumValues": {}
},
{
"DisplayName": "World Name",
"Category": "SE - General",
"Description": "World Name displayed in server browser.",
"Keywords": "World,Name",
"FieldName": "WorldName",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/WorldName",
"IncludeInCommandLine": false,
"DefaultValue": "World",
"Placeholder": "World",
"EnumValues": {}
},
{
"DisplayName": "Steam Group ID",
"Category": "SE - General",
"Description": "Steam Group ID for friends only",
"Keywords": "Group,ID",
"FieldName": "GroupID",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/GroupID",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "123456789012345678",
"EnumValues": {}
},
{
"DisplayName": "Server Password Hash",
"Category": "SE - General",
"Description": "Generate the password hash using the [Password Generator](https://sepg.einarjegorov.com/)",
"Keywords": "server,password,hash",
"FieldName": "ServerPasswordHash",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerPasswordHash",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Password Salt",
"Category": "SE - General",
"Description": "Generate the password salt using the [Password Generator](https://sepg.einarjegorov.com/)",
"Keywords": "server,password,salt",
"FieldName": "ServerPasswordSalt",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerPasswordSalt",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Pause Game When Empty",
"Category": "SE - General",
"Description": "",
"Keywords": "Pause,Game,When,Empty",
"FieldName": "PauseGameWhenEmpty",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/PauseGameWhenEmpty",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Ignore Last Session",
"Category": "SE - General",
"Description": "This will ignore the save file and load based on the config every time. This should not be used for survival mode, but can be useful to provide a new world each start for battle sessions.",
"Keywords": "Ignore,Last,Session",
"FieldName": "IgnoreLastSession",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/IgnoreLastSession",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Remote API",
"Category": "SE - General",
"Description": "Enable/Disable the remote API to manage the server from a browser. ***Does not work in AMP on Windows in service mode***",
"Keywords": "Remote,API,Enabled",
"FieldName": "RemoteApiEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/RemoteApiEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Remote API Security Key",
"Category": "SE - General",
"Description": "The password used to access the Remote API.",
"Keywords": "Remote,API,security,key",
"FieldName": "RemoteSecurityKey",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/RemoteSecurityKey",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Description",
"Category": "SE - General",
"Description": "Server Description displayed in the server browser.",
"Keywords": "Server,Description",
"FieldName": "ServerDescription",
"InputType": "Textarea",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ServerDescription",
"IncludeInCommandLine": false,
"DefaultValue": "My AMP Powered Space Engineers Server",
"Placeholder": "My AMP Powered Space Engineers Server",
"EnumValues": {}
},
{
"DisplayName": "Verbose Network Logging",
"Category": "SE - General",
"Description": "Enables additional network logging.",
"Keywords": "Verbose,Network,Logging",
"FieldName": "VerboseNetworkLogging",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/VerboseNetworkLogging | /MyObjectBuilder_WorldConfiguration/VerboseNetworkLogging",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Console Compatibility",
"Category": "SE - General",
"Description": "Enables console players to cross-play with PC. Ensure \"Networking Type\" is set to EOS.",
"Keywords": "console,compatibility",
"FieldName": "ConsoleCompatibility",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ConsoleCompatibility",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Networking Type",
"Category": "SE - General",
"Description": "EOS must be selected for cross-platform play. Use in-game server browser filters to display Steam or EOS server lists.",
"Keywords": "Networking,Type",
"FieldName": "NetworkType",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/NetworkType | /MyObjectBuilder_WorldConfiguration/NetworkType",
"IncludeInCommandLine": false,
"DefaultValue": "steam",
"EnumValues": {
"steam": "Steam",
"eos": "EOS"
}
},
{
"DisplayName": "Enable Chat Anti-Spam",
"Category": "SE - General",
"Description": "Enables anti-spam measures for in-game chat.",
"Keywords": "Chat,AntiSpam,Enabled",
"FieldName": "ChatAntiSpamEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/ChatAntiSpamEnabled | /MyObjectBuilder_WorldConfiguration/ChatAntiSpamEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Same Message Timeout",
"Category": "SE - General",
"Description": "Time between sending the same message before getting timed out.",
"Keywords": "Same,Message,Timeout",
"FieldName": "SameMessageTimeout",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SameMessageTimeout | /MyObjectBuilder_WorldConfiguration/SameMessageTimeout",
"IncludeInCommandLine": false,
"DefaultValue": "30",
"Placeholder": "30",
"Suffix": "Seconds",
"EnumValues": {}
},
{
"DisplayName": "Spam Messages Time",
"Category": "SE - General",
"Description": "Time between sending multiple messages before getting timed out.",
"Keywords": "Spam,Messages,Time",
"FieldName": "SpamMessagesTime",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SpamMessagesTime | /MyObjectBuilder_WorldConfiguration/SpamMessagesTime",
"IncludeInCommandLine": false,
"DefaultValue": "0.5",
"Placeholder": "0.5",
"Suffix": "Seconds",
"EnumValues": {}
},
{
"DisplayName": "Spam Messages Timeout",
"Category": "SE - General",
"Description": "How long to time out a user for spamming.",
"Keywords": "Spam,Messages,Timeout",
"FieldName": "SpamMessagesTimeout",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SpamMessagesTimeout | /MyObjectBuilder_WorldConfiguration/SpamMessagesTimeout",
"IncludeInCommandLine": false,
"DefaultValue": "60",
"Placeholder": "60",
"Suffix": "Seconds",
"EnumValues": {}
},
{
"DisplayName": "Autodetect Mod Dependencies",
"Category": "SE - General",
"Description": "The server will detect mod dependencies and automatically download on startup.",
"Keywords": "Autodetect,mod,Dependencies",
"FieldName": "AutodetectDependencies",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/AutodetectDependencies | /MyObjectBuilder_WorldConfiguration/AutodetectDependencies",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Message Of The Day",
"Category": "SE - General",
"Description": "",
"Keywords": "Message,Of,The,Day",
"FieldName": "MessageOfTheDay",
"InputType": "Textarea",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/MessageOfTheDay",
"IncludeInCommandLine": false,
"DefaultValue": "Welcome to my Space Engineers Server, powered by AMP!",
"Placeholder": "Welcome to my Space Engineers Server, powered by AMP!",
"EnumValues": {}
},
{
"DisplayName": "Message Of The Day URL",
"Category": "SE - General",
"Description": "",
"Keywords": "Message,Of,The,Day,Url",
"FieldName": "MessageOfTheDayUrl",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/MessageOfTheDayUrl",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "https://cubecoders.com/AMP",
"EnumValues": {}
},
{
"DisplayName": "Log Chat",
"Category": "SE - General",
"Description": "Save chat messages to the log file.",
"Keywords": "Save,Chat,Log",
"FieldName": "SaveChatToLog",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SaveChatToLog",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Select World or Scenario",
"Category": "SE - General",
"Description": "Sets the World or Scenario to base the game on. If \"Custom\" is chosen, you must also fill in the Custom World or Custom Scenario fields.",
"Keywords": "select,scenario,premade,checkpoint,path",
"FieldName": "PremadeCheckpointPath",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/PremadeCheckpointPath",
"IncludeInCommandLine": false,
"DefaultValue": "../Content/CustomWorlds/Star System",
"EnumValues": {
"../Content/CustomWorlds/Alien Planet/PC": "Alien Planet [PC]",
"../Content/CustomWorlds/Alien System/XBox": "Alien System [XBOX]",
"../Content/CustomWorlds/Asteroid Armory": "Asteroid Armory",
"../Content/CustomWorlds/Crashed Red Ship": "Crashed Red Ship",
"../Content/CustomWorlds/{{CustomWorld}}": "Custom World",
"../Content/CustomWorlds/{{CustomScenario}}": "Custom Scenario",
"../Content/CustomWorlds/Dead Drop Arena": "Dead Drop Arena [PC]",
"../Content/CustomWorlds/Distant Moons": "Distant Moons [XBOX]",
"../Content/CustomWorlds/Earth Planet/PC": "Earth Planet [PC]",
"../Content/CustomWorlds/Earth Planet/XBox": "Earth Planet [XBOX]",
"../Content/CustomWorlds/Empty World": "Empty World",
"../Content/CustomWorlds/Green Station": "Green Station",
"../Content/CustomWorlds/Home System": "Home System",
"../Content/Scenarios/Learning to Survive": "Learning to Survive [Scenario]",
"../Content/CustomWorlds/Lone Survivor": "Lone Survivor",
"../Content/Scenarios/Lost Colony/PC": "Lost Colony [Scenario] [PC]",
"../Content/CustomWorlds/Mars Planet/PC": "Mars Planet [PC]",
"../Content/CustomWorlds/Mars Planet/XBox": "Mars Planet [XBOX]",
"../Content/CustomWorlds/Moon Base/PC": "Moon Base [PC]",
"../Content/CustomWorlds/Moon Base/XBox": "Moon Base [XBOX]",
"../Content/Scenarios/Never Surrender": "Never Surrender [Scenario]",
"../Content/CustomWorlds/Petram Orbiter": "Petram Orbiter",
"../Content/CustomWorlds/Red Ship": "Red Ship",
"../Content/CustomWorlds/Rival Platforms": "Rival Platforms",
"../Content/Scenarios/Scrap Race/PC": "Scrap Race [Scenario] [PC]",
"../Content/Scenarios/Scrap Race/XBox": "Scrap Race [Scenario] [XBOX]",
"../Content/Scenarios/Sparks of the Future/PC": "Sparks of the Future [Scenario] [PC]",
"../Content/Scenarios/Sparks of the Future/XBox": "Sparks of the Future [Scenario] [XBOX]",
"../Content/CustomWorlds/Star System": "Star System",
"../Content/Scenarios/The First Jump": "The First Jump [Scenario]",
"../Content/Scenarios/Warfare": "Warfare [Scenario]"
}
},
{
"DisplayName": "Custom World",
"Category": "SE - General",
"Description": "Set this to the name of the folder you created under the \"CustomWorlds\" directory.",
"Keywords": "custom,world",
"FieldName": "CustomWorld",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "CustomWorld",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Custom Scenario",
"Category": "SE - General",
"Description": "Set this to the name of the folder you created under the \"Scenarios\" directory.",
"Keywords": "custom,scenario",
"FieldName": "CustomScenario",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "CustomScenario",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "View Distance",
"Category": "SE - General",
"Description": "Set the distance of how far each client can see objects.",
"Keywords": "View,Distance",
"FieldName": "ViewDistance",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ViewDistance | /MyObjectBuilder_WorldConfiguration/Settings/ViewDistance",
"IncludeInCommandLine": false,
"DefaultValue": "15000",
"Placeholder": "15000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Procedural Density",
"Category": "SE - General",
"Description": "Defines density of the procedurally generated content.",
"Keywords": "Procedural,Density",
"FieldName": "ProceduralDensity",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ProceduralDensity | /MyObjectBuilder_WorldConfiguration/Settings/ProceduralDensity",
"IncludeInCommandLine": false,
"DefaultValue": "0.35",
"Placeholder": "0.35",
"EnumValues": {}
},
{
"DisplayName": "Procedural Seed",
"Category": "SE - General",
"Description": "Defines unique starting seed for the procedurally generated content.",
"Keywords": "Procedural,Seed",
"FieldName": "ProceduralSeed",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ProceduralSeed | /MyObjectBuilder_WorldConfiguration/Settings/ProceduralSeed",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"EnumValues": {}
},
{
"DisplayName": "Scenario Edit Mode",
"Category": "SE - General",
"Description": "",
"Keywords": "Scenario,Edit,Mode",
"FieldName": "ScenarioEditMode",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ScenarioEditMode | /MyObjectBuilder_WorldConfiguration/Settings/ScenarioEditMode",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Scenario",
"Category": "SE - General",
"Description": "The left side of the screen presents various options for the starting conditions of the world.",
"Keywords": "Scenario",
"FieldName": "Scenario",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/Scenario | /MyObjectBuilder_WorldConfiguration/Settings/Scenario",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Can Join Running",
"Category": "SE - General",
"Description": "Whether players can join a running server.",
"Keywords": "Can,Join,Running",
"FieldName": "CanJoinRunning",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/CanJoinRunning | /MyObjectBuilder_WorldConfiguration/Settings/CanJoinRunning",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Start In Respawn Screen",
"Category": "SE - General",
"Description": "",
"Keywords": "Start,Respawn,Screen",
"FieldName": "StartInRespawnScreen",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StartInRespawnScreen | /MyObjectBuilder_WorldConfiguration/Settings/StartInRespawnScreen",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Flora Density Multiplier",
"Category": "SE - General",
"Description": "",
"Keywords": "Flora Density Multiplier",
"FieldName": "FloraDensityMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/FloraDensityMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/FloraDensityMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"Placeholder": "1",
"Suffix": "x",
"EnumValues": {}
},
{
"DisplayName": "Enable Structural Simulation",
"Category": "SE - General",
"Description": "",
"Keywords": "Enable,Structural,Simulation",
"FieldName": "EnableStructuralSimulation",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableStructuralSimulation | /MyObjectBuilder_WorldConfiguration/Settings/EnableStructuralSimulation",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Max Active Fracture Pieces",
"Category": "SE - General",
"Description": "",
"Keywords": "Max,Active,Fracture,Pieces",
"FieldName": "MaxActiveFracturePieces",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxActiveFracturePieces | /MyObjectBuilder_WorldConfiguration/Settings/MaxActiveFracturePieces",
"IncludeInCommandLine": false,
"DefaultValue": "50",
"Placeholder": "50",
"Suffix": "Pieces",
"EnumValues": {}
},
{
"DisplayName": "Deposits Count Coefficient",
"Category": "SE - General",
"Description": "",
"Keywords": "Deposits,Count,Coefficient",
"FieldName": "DepositsCountCoefficient",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/DepositsCountCoefficient | /MyObjectBuilder_WorldConfiguration/Settings/DepositsCountCoefficient",
"IncludeInCommandLine": false,
"DefaultValue": "2",
"Placeholder": "2",
"EnumValues": {}
},
{
"DisplayName": "Deposit Size Denominator",
"Category": "SE - General",
"Description": "",
"Keywords": "Deposit,Size,Denominator",
"FieldName": "DepositSizeDenominator",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/DepositSizeDenominator | /MyObjectBuilder_WorldConfiguration/Settings/DepositSizeDenominator",
"IncludeInCommandLine": false,
"DefaultValue": "30",
"Placeholder": "30",
"EnumValues": {}
},
{
"DisplayName": "Adjustable Max Vehicle Speed",
"Category": "SE - General",
"Description": "",
"Keywords": "Adjustable,Max,Vehicle,Speed",
"FieldName": "AdjustableMaxVehicleSpeed",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AdjustableMaxVehicleSpeed | /MyObjectBuilder_WorldConfiguration/Settings/AdjustableMaxVehicleSpeed",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Faction Player Names",
"Category": "SE - General",
"Description": "",
"Keywords": "Enable,Faction,Player,Names",
"FieldName": "EnableFactionPlayerNames",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableFactionPlayerNames | /MyObjectBuilder_WorldConfiguration/Settings/EnableFactionPlayerNames",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Asteroid Amount",
"Category": "SE - General",
"Description": "",
"Keywords": "Asteroid,Amount",
"FieldName": "AsteroidAmount",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/AsteroidAmount",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"Suffix": "Asteroids",
"EnumValues": {}
},
{
"DisplayName": "Assembler Efficiency",
"Category": "SE - Multipliers",
"Description": "The multiplier for assembler efficiency. (1 - 100)",
"Keywords": "Assembler,Efficiency,Multiplier",
"FieldName": "AssemblerEfficiencyMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AssemblerEfficiencyMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/AssemblerEfficiencyMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "3",
"Placeholder": "3",
"MinValue": "1",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Assembler Speed",
"Category": "SE - Multipliers",
"Description": "The multiplier for assembler speed. (1 - 100)",
"Keywords": "Assembler,speed,Multiplier",
"FieldName": "AssemblerSpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AssemblerSpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/AssemblerSpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "3",
"Placeholder": "3",
"MinValue": "1",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Blocks Inventory Size",
"Category": "SE - Multipliers",
"Description": "The multiplier for inventory size for the blocks. (1 - 100)",
"Keywords": "Blocks,Inventory,Size,Multiplier",
"FieldName": "BlocksInventorySizeMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/BlocksInventorySizeMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/BlocksInventorySizeMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"Placeholder": "1",
"MinValue": "1",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Grinder Speed",
"Category": "SE - Multipliers",
"Description": "The multiplier for grinder speed. (0 - 100)",
"Keywords": "Grinder,Speed,Multiplier",
"FieldName": "GrinderSpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/GrinderSpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/GrinderSpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "2",
"Placeholder": "2",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Hacking Speed",
"Category": "SE - Multipliers",
"Description": "The multiplier for hacking speed. (0 - 100)",
"Keywords": "Hacking,Speed,Multiplier",
"FieldName": "HackSpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/HackSpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/HackSpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "0.33",
"Placeholder": "0.33",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Harvest Ratio Multiplier",
"Category": "SE - Multipliers",
"Description": "The ratio multiplier for drills. (0 - 100)",
"Keywords": "Harvest,Ratio,Multiplier",
"FieldName": "HarvestRatioMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/HarvestRatioMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/HarvestRatioMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"Placeholder": "1",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Character Inventory Size",
"Category": "SE - Multipliers",
"Description": "The multiplier for the inventory size for the characters. (1 - 100)",
"Keywords": "character,inventory,Size,Multiplier",
"FieldName": "InventorySizeMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/InventorySizeMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/InventorySizeMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "3",
"Placeholder": "3",
"MinValue": "1",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Refinery Speed",
"Category": "SE - Multipliers",
"Description": "The multiplier for refinery speed. (1 - 100)",
"Keywords": "Refinery,Speed,Multiplier",
"FieldName": "RefinerySpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/RefinerySpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/RefinerySpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "3",
"Placeholder": "3",
"MinValue": "1",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Welder Speed",
"Category": "SE - Multipliers",
"Description": "The multiplier for welder speed. (0 - 100)",
"Keywords": "Welder,Speed,Multiplier",
"FieldName": "WelderSpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/WelderSpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/WelderSpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "2",
"Placeholder": "2",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Enable Cargo Ships",
"Category": "SE - NPCs",
"Description": "Enables spawning of cargo ships.",
"Keywords": "Cargo,Ships,Enabled",
"FieldName": "CargoShipsEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/CargoShipsEnabled | /MyObjectBuilder_WorldConfiguration/Settings/CargoShipsEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Economy Tick Time",
"Category": "SE - NPCs",
"Description": "Time period between two economy updates. (300 - 3600)",
"Keywords": "Economy,Tick,In,Seconds",
"FieldName": "EconomyTickInSeconds",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EconomyTickInSeconds | /MyObjectBuilder_WorldConfiguration/Settings/EconomyTickInSeconds",
"IncludeInCommandLine": false,
"DefaultValue": "1200",
"Placeholder": "1200",
"MinValue": "300",
"MaxValue": "3600",
"Suffix": "Seconds",
"EnumValues": {}
},
{
"DisplayName": "Enable Drones",
"Category": "SE - NPCs",
"Description": "Enable spawning of drones in the world.",
"Keywords": "Enable,Drones",
"FieldName": "EnableDrones",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableDrones | /MyObjectBuilder_WorldConfiguration/Settings/EnableDrones",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Max Drones",
"Category": "SE - General",
"Description": "",
"Keywords": "Max,Drones",
"FieldName": "MaxDrones",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxDrones | /MyObjectBuilder_WorldConfiguration/Settings/MaxDrones",
"IncludeInCommandLine": false,
"DefaultValue": "5",
"Placeholder": "5",
"Suffix": "Drones",
"EnumValues": {}
},
{
"DisplayName": "Enable Economy",
"Category": "SE - NPCs",
"Description": "Enables economy features.",
"Keywords": "Enable,Economy",
"FieldName": "EnableEconomy",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableEconomy | /MyObjectBuilder_WorldConfiguration/Settings/EnableEconomy",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Encounters",
"Category": "SE - NPCs",
"Description": "Enables random encounters in the world.",
"Keywords": "Enable,Encounters",
"FieldName": "EnableEncounters",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableEncounters | /MyObjectBuilder_WorldConfiguration/Settings/EnableEncounters",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Spiders",
"Category": "SE - NPCs",
"Description": "Enables spawning of spiders in the world.",
"Keywords": "Enable,Spiders",
"FieldName": "EnableSpiders",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSpiders | /MyObjectBuilder_WorldConfiguration/Settings/EnableSpiders",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Wolves",
"Category": "SE - NPCs",
"Description": "Enables spawning of wolves in the world.",
"Keywords": "Enable,Wolves",
"FieldName": "EnableWolfs",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableWolfs | /MyObjectBuilder_WorldConfiguration/Settings/EnableWolfs",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Stations Inner Radius",
"Category": "SE - NPCs",
"Description": "The inner radius [m] (center is in 0,0,0), where stations can spawn. Does not affect planet-bound stations (Surface Outposts and Orbital Stations). (200000 - 9223372036854780000)",
"Keywords": "Stations,Distance,Inner,Radius",
"FieldName": "StationsDistanceInnerRadius",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StationsDistanceInnerRadius | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceInnerRadius",
"IncludeInCommandLine": false,
"DefaultValue": "10000000",
"Placeholder": "10000000",
"MinValue": "200000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Stations Outer Radius Start",
"Category": "SE - NPCs",
"Description": "The outer radius [m] (center is in 0,0,0), where stations can spawn. Does not affect planet-bound stations (Surface Outposts and Orbital Stations). (500000 - 9223372036854780000)",
"Keywords": "Stations,Distance,Outer,Radius,Start",
"FieldName": "StationsDistanceOuterRadiusStart",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StationsDistanceOuterRadiusStart | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceOuterRadiusStart",
"IncludeInCommandLine": false,
"DefaultValue": "10000000",
"Placeholder": "10000000",
"MinValue": "500000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Stations Outer Radius End",
"Category": "SE - NPCs",
"Description": "The outer radius [m] (center is in 0,0,0), where stations can spawn. Does not affect planet-bound stations (Surface Outposts and Orbital Stations). (1000000 - 9223372036854780000)",
"Keywords": "Stations,Distance,Outer,Radius,End",
"FieldName": "StationsDistanceOuterRadiusEnd",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StationsDistanceOuterRadiusEnd | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceOuterRadiusEnd",
"IncludeInCommandLine": false,
"DefaultValue": "30000000",
"Placeholder": "30000000",
"MinValue": "1000000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "NPC Factions Count",
"Category": "SE - NPCs",
"Description": "The number of NPC factions generated on the start of the world. (8 - 100)",
"Keywords": "Trade,Factions,Count",
"FieldName": "TradeFactionsCount",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/TradeFactionsCount | /MyObjectBuilder_WorldConfiguration/Settings/TradeFactionsCount",
"IncludeInCommandLine": false,
"DefaultValue": "15",
"Placeholder": "15",
"MinValue": "8",
"MaxValue": "100",
"Suffix": "Factions",
"EnumValues": {}
},
{
"DisplayName": "Adaptive Simulation Quality",
"Category": "SE - Others",
"Description": "Enables adaptive simulation quality system. This system is useful if you have a lot of voxel deformations in the world and a low simulation speed.",
"Keywords": "Adaptive,Simulation,Quality",
"FieldName": "AdaptiveSimulationQuality",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AdaptiveSimulationQuality | /MyObjectBuilder_WorldConfiguration/Settings/AdaptiveSimulationQuality",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Autosave Interval",
"Category": "SE - Others",
"Description": "Defines autosave interval.",
"Keywords": "Autosave,interval",
"FieldName": "AutoSaveInMinutes",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AutoSaveInMinutes | /MyObjectBuilder_WorldConfiguration/Settings/AutoSaveInMinutes",
"IncludeInCommandLine": false,
"DefaultValue": "5",
"Placeholder": "5",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Enable Drop Containers",
"Category": "SE - Others",
"Description": "Enable drop containers (unknown signals).",
"Keywords": "Enable,Container,Drops",
"FieldName": "EnableContainerDrops",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableContainerDrops | /MyObjectBuilder_WorldConfiguration/Settings/EnableContainerDrops",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Convert To Station",
"Category": "SE - Others",
"Description": "Enables possibility of converting grid to station.",
"Keywords": "Enable,Convert,Station",
"FieldName": "EnableConvertToStation",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableConvertToStation | /MyObjectBuilder_WorldConfiguration/Settings/EnableConvertToStation",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Good.bot Hints",
"Category": "SE - Others",
"Description": "Enables Good.bot hints in the world. If user has diabled hints, this will not override that.",
"Keywords": "Enable,Good,Bot,Hints",
"FieldName": "EnableGoodBotHints",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableGoodBotHints | /MyObjectBuilder_WorldConfiguration/Settings/EnableGoodBotHints",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Ingame Scripts",
"Category": "SE - Others",
"Description": "Allows scripts loaded from in game computer terminals to work.",
"Keywords": "Enable,Ingame,Scripts",
"FieldName": "EnableIngameScripts",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableIngameScripts | /MyObjectBuilder_WorldConfiguration/Settings/EnableIngameScripts",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Scripter Role",
"Category": "SE - Others",
"Description": "Adds a Scritper role, only Scripters and higher ranks will be able to paste and modify scripts.",
"Keywords": "Enable,Scripter,Role",
"FieldName": "EnableScripterRole",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableScripterRole | /MyObjectBuilder_WorldConfiguration/Settings/EnableScripterRole",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Match",
"Category": "SE - Others",
"Description": "Enable component handling the match.",
"Keywords": "Enable,Match,Component",
"FieldName": "EnableMatchComponent",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableMatchComponent | /MyObjectBuilder_WorldConfiguration/Settings/EnableMatchComponent",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Remote Grid Removal",
"Category": "SE - Others",
"Description": "Enables possibility to remove grid remotely from the world by an author.",
"Keywords": "Enable,Remote,Grid,Block,Removal",
"FieldName": "EnableRemoteBlockRemoval",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableRemoteBlockRemoval | /MyObjectBuilder_WorldConfiguration/Settings/EnableRemoteBlockRemoval",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Progression",
"Category": "SE - Others",
"Description": "Enables research progression.",
"Keywords": "Enable,Progression,Research",
"FieldName": "EnableResearch",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableResearch | /MyObjectBuilder_WorldConfiguration/Settings/EnableResearch",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Respawn Ships",
"Category": "SE - Others",
"Description": "Enables respawn ships.",
"Keywords": "Enable,Respawn,Ships",
"FieldName": "EnableRespawnShips",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableRespawnShips | /MyObjectBuilder_WorldConfiguration/Settings/EnableRespawnShips",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Saving From Menu",
"Category": "SE - Others",
"Description": "Enables saving from the menu.",
"Keywords": "Enable,Saving,from,menu",
"FieldName": "EnableSaving",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSaving | /MyObjectBuilder_WorldConfiguration/Settings/EnableSaving",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Selective Physics Updates",
"Category": "SE - Others",
"Description": "When enabled game will update physics only in the specific clusters, which are necessary.",
"Keywords": "Enable,Selective,Physics,Updates",
"FieldName": "EnableSelectivePhysicsUpdates",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSelectivePhysicsUpdates | /MyObjectBuilder_WorldConfiguration/Settings/EnableSelectivePhysicsUpdates",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Spectator Camera",
"Category": "SE - Others",
"Description": "Enables spectator camera.",
"Keywords": "Enable,Spectator,camera",
"FieldName": "EnableSpectator",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSpectator | /MyObjectBuilder_WorldConfiguration/Settings/EnableSpectator",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Supergridding",
"Category": "SE - Others",
"Description": "Allows super gridding exploit to be used.",
"Keywords": "Enable,Supergridding",
"FieldName": "EnableSupergridding",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSupergridding | /MyObjectBuilder_WorldConfiguration/Settings/EnableSupergridding",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Team Score Counters",
"Category": "SE - Others",
"Description": "Show team scores at the top of the screen.",
"Keywords": "Enable,team,score,counters",
"FieldName": "EnableTeamScoreCounters",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableTeamScoreCounters | /MyObjectBuilder_WorldConfiguration/Settings/EnableTeamScoreCounters",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Voxel Hand",
"Category": "SE - Others",
"Description": "Enables voxel hand.",
"Keywords": "Enable,Voxel,Hand",
"FieldName": "EnableVoxelHand",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableVoxelHand | /MyObjectBuilder_WorldConfiguration/Settings/EnableVoxelHand",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Experimental Mode",
"Category": "SE - Others",
"Description": "Enables experimental mode.",
"Keywords": "Experimental,Mode",
"FieldName": "ExperimentalMode",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ExperimentalMode | /MyObjectBuilder_WorldConfiguration/Settings/ExperimentalMode",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Game Mode",
"Category": "SE - Others",
"Description": "The type of the game mode.",
"Keywords": "Game,Mode",
"FieldName": "GameMode",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/GameMode | /MyObjectBuilder_WorldConfiguration/Settings/GameMode",
"IncludeInCommandLine": false,
"DefaultValue": "Survival",
"EnumValues": {
"Creative": "Creative",
"Survival": "Survival"
}
},
{
"DisplayName": "Enable Infinite Ammunition in Survival",
"Category": "SE - Others",
"Description": "Enables infinite ammunition in survival game mode.",
"Keywords": "Infinite,Ammo,ammunition",
"FieldName": "InfiniteAmmo",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/InfiniteAmmo | /MyObjectBuilder_WorldConfiguration/Settings/InfiniteAmmo",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "PreMatch Duration",
"Category": "SE - Others",
"Description": "Duration of PreMatch phase of the match. (0 - 60000)",
"Keywords": "PreMatch,Duration",
"FieldName": "PreMatchDuration",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PreMatchDuration | /MyObjectBuilder_WorldConfiguration/Settings/PreMatchDuration",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "60000",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Match Duration",
"Category": "SE - Others",
"Description": "Duration of Match phase of the match. (0 - 60000)",
"Keywords": "Match,Duration",
"FieldName": "MatchDuration",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MatchDuration | /MyObjectBuilder_WorldConfiguration/Settings/MatchDuration",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "60000",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Post Match Duration",
"Category": "SE - Others",
"Description": "Duration of Post Match phase of the match. (0 - 60000)",
"Keywords": "Post,Match,Duration",
"FieldName": "PostMatchDuration",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PostMatchDuration | /MyObjectBuilder_WorldConfiguration/Settings/PostMatchDuration",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "60000",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Max Backup Saves",
"Category": "SE - Others",
"Description": "Max number of backups",
"Keywords": "Max,Backup,Saves",
"FieldName": "MaxBackupSaves",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxBackupSaves | /MyObjectBuilder_WorldConfiguration/Settings/MaxBackupSaves",
"IncludeInCommandLine": false,
"DefaultValue": "5",
"Placeholder": "5",
"Suffix": "Saves",
"EnumValues": {}
},
{
"DisplayName": "Min Drop Container Respawn Time",
"Category": "SE - Others",
"Description": "Defines minimum respawn time for drop containers.",
"Keywords": "Min,Drop,Container,Respawn,Time",
"FieldName": "MinDropContainerRespawnTime",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MinDropContainerRespawnTime | /MyObjectBuilder_WorldConfiguration/Settings/MinDropContainerRespawnTime",
"IncludeInCommandLine": false,
"DefaultValue": "5",
"Placeholder": "5",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Max Drop Container Respawn Time",
"Category": "SE - Others",
"Description": "Defines maximum respawn time for drop containers.",
"Keywords": "Max,Drop,Container,Respawn,Time",
"FieldName": "MaxDropContainerRespawnTime",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxDropContainerRespawnTime | /MyObjectBuilder_WorldConfiguration/Settings/MaxDropContainerRespawnTime",
"IncludeInCommandLine": false,
"DefaultValue": "20",
"Placeholder": "20",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Max Planet Types",
"Category": "SE - Others",
"Description": "Limit maximum number of types of planets in the world.",
"Keywords": "Max,Planets",
"FieldName": "MaxPlanets",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxPlanets | /MyObjectBuilder_WorldConfiguration/Settings/MaxPlanets",
"IncludeInCommandLine": false,
"DefaultValue": "99",
"Placeholder": "99",
"Suffix": "Types",
"EnumValues": {}
},
{
"DisplayName": "Offensive Words Filtering",
"Category": "SE - Others",
"Description": "Filter offensive words from all input methods.",
"Keywords": "Offensive,Words,Filtering",
"FieldName": "OffensiveWordsFiltering",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/OffensiveWordsFiltering | /MyObjectBuilder_WorldConfiguration/Settings/OffensiveWordsFiltering",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Predefined Asteroids",
"Category": "SE - Others",
"Description": "To conserve memory, predefined asteroids has to be disabled on consoles.",
"Keywords": "Predefined,Asteroids",
"FieldName": "PredefinedAsteroids",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PredefinedAsteroids | /MyObjectBuilder_WorldConfiguration/Settings/PredefinedAsteroids",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Remove Respawn Ships on Logoff",
"Category": "SE - Others",
"Description": "When enabled respawn ship is removed after player logout.",
"Keywords": "Respawn,Ship,Delete",
"FieldName": "RespawnShipDelete",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/RespawnShipDelete | /MyObjectBuilder_WorldConfiguration/Settings/RespawnShipDelete",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Thruster Damage",
"Category": "SE - Others",
"Description": "Enables thruster damage.",
"Keywords": "Thruster,Damage",
"FieldName": "ThrusterDamage",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ThrusterDamage | /MyObjectBuilder_WorldConfiguration/Settings/ThrusterDamage",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Use Console PCU",
"Category": "SE - Others",
"Description": "To conserve memory, some of the blocks have different PCU values for consoles.",
"Keywords": "Use,Console,PCU",
"FieldName": "UseConsolePCU",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/UseConsolePCU | /MyObjectBuilder_WorldConfiguration/Settings/UseConsolePCU",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Weapons",
"Category": "SE - Others",
"Description": "Enables weapons.",
"Keywords": "Weapons,Enabled",
"FieldName": "WeaponsEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/WeaponsEnabled | /MyObjectBuilder_WorldConfiguration/Settings/WeaponsEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Auto Healing",
"Category": "SE - Players",
"Description": "Auto-healing heals players only in oxygen environments and during periods of not taking damage.",
"Keywords": "Auto,Healing",
"FieldName": "AutoHealing",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AutoHealing | /MyObjectBuilder_WorldConfiguration/Settings/AutoHealing",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Backpack Despawn Timer",
"Category": "SE - Players",
"Description": "Sets the timer (minutes) for the backup to be removed from the world. Default is 5 minutes. (0 - 10)",
"Keywords": "Backpack,Despawn,Timer",
"FieldName": "BackpackDespawnTimer",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/BackpackDespawnTimer | /MyObjectBuilder_WorldConfiguration/Settings/BackpackDespawnTimer",
"IncludeInCommandLine": false,
"DefaultValue": "5",
"Placeholder": "5",
"MinValue": "0",
"MaxValue": "10",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Character Speed Multiplier",
"Category": "SE - Players",
"Description": "Character speed multiplier. (.75 - 1)",
"Keywords": "Character,Speed,Multiplier",
"FieldName": "CharacterSpeedMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/CharacterSpeedMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/CharacterSpeedMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"Placeholder": "1",
"MinValue": "0",
"MaxValue": "1",
"EnumValues": {}
},
{
"DisplayName": "Enable 3rd Person Camera",
"Category": "SE - Players",
"Description": "Enables 3rd person camera.",
"Keywords": "Enable,3rd,Person,View",
"FieldName": "Enable3rdPersonView",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/Enable3rdPersonView | /MyObjectBuilder_WorldConfiguration/Settings/Enable3rdPersonView",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Autorespawn",
"Category": "SE - Players",
"Description": "Enables automatic respawn at nearest available respawn point.",
"Keywords": "Enable,Autorespawn",
"FieldName": "EnableAutorespawn",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableAutorespawn | /MyObjectBuilder_WorldConfiguration/Settings/EnableAutorespawn",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Bounty Contracts",
"Category": "SE - Players",
"Description": "If enabled bounty contracts will be available on stations.",
"Keywords": "Enable,Bounty,Contracts",
"FieldName": "EnableBountyContracts",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableBountyContracts | /MyObjectBuilder_WorldConfiguration/Settings/EnableBountyContracts",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Copy & Paste",
"Category": "SE - Players",
"Description": "Allows players to copy a ship, rover, station, and paste the copy into the world.",
"Keywords": "Enable,Copy,Paste",
"FieldName": "EnableCopyPaste",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableCopyPaste | /MyObjectBuilder_WorldConfiguration/Settings/EnableCopyPaste",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Gamepad Aim Assist",
"Category": "SE - Players",
"Description": "Enables aim assist for gamepad.",
"Keywords": "Enable,Gamepad,Aim,Assist",
"FieldName": "EnableGamepadAimAssist",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableGamepadAimAssist | /MyObjectBuilder_WorldConfiguration/Settings/EnableGamepadAimAssist",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Jetpack",
"Category": "SE - Players",
"Description": "Enables jetpack.",
"Keywords": "Enable,Jetpack",
"FieldName": "EnableJetpack",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableJetpack | /MyObjectBuilder_WorldConfiguration/Settings/EnableJetpack",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable PCU Trading",
"Category": "SE - Players",
"Description": "Enables trading of PCUs between players or factions depending on PCU settings.",
"Keywords": "Enable,PCU,Trading",
"FieldName": "EnablePcuTrading",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnablePcuTrading | /MyObjectBuilder_WorldConfiguration/Settings/EnablePcuTrading",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Weapon Recoil",
"Category": "SE - Players",
"Description": "Enables weapon recoil.",
"Keywords": "Enable,Recoil",
"FieldName": "EnableRecoil",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableRecoil | /MyObjectBuilder_WorldConfiguration/Settings/EnableRecoil",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Tool Shake",
"Category": "SE - Players",
"Description": "Enables tool shake feature.",
"Keywords": "Enable,Tool,Shake",
"FieldName": "EnableToolShake",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableToolShake | /MyObjectBuilder_WorldConfiguration/Settings/EnableToolShake",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Environment Damage Multiplier",
"Category": "SE - Players",
"Description": "This multiplier only applies for damage caused to the player by the environment. (max 2)",
"Keywords": "Environment,Damage,Multiplier",
"FieldName": "EnvironmentDamageMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnvironmentDamageMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/EnvironmentDamageMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"MaxValue": "2",
"EnumValues": {}
},
{
"DisplayName": "Enable Family Sharing",
"Category": "SE - Players",
"Description": "Enables shared accounts to join multiplayer games.",
"Keywords": "Family,Sharing",
"FieldName": "FamilySharing",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/FamilySharing | /MyObjectBuilder_WorldConfiguration/Settings/FamilySharing",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Max Players",
"Category": "SE - Players",
"Description": "The maximum number of connected players. (2 - 64)",
"Keywords": "Max,Players,users",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/MaxPlayers | /MyObjectBuilder_WorldConfiguration/Settings/MaxPlayers",
"IncludeInCommandLine": false,
"DefaultValue": "4",
"Placeholder": "4",
"MinValue": "2",
"MaxValue": "64",
"Suffix": "Players",
"EnumValues": {}
},
{
"DisplayName": "Optimal Respawn Distance",
"Category": "SE - Players",
"Description": "Sets optimal distance in meters the game should take into consideration when spawning new player near others.",
"Keywords": "Optimal,Respawn,Distance",
"FieldName": "OptimalSpawnDistance",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/OptimalSpawnDistance | /MyObjectBuilder_WorldConfiguration/Settings/OptimalSpawnDistance",
"IncludeInCommandLine": false,
"DefaultValue": "16000",
"Placeholder": "16000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Permanent Death",
"Category": "SE - Players",
"Description": "Enables permanent death.",
"Keywords": "permanent,death",
"FieldName": "PermanentDeath",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PermanentDeath | /MyObjectBuilder_WorldConfiguration/Settings/PermanentDeath",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Reset Ownership",
"Category": "SE - Players",
"Description": "Reset ownership of all blocks to nobody.",
"Keywords": "Reset,Ownership",
"FieldName": "ResetOwnership",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ResetOwnership | /MyObjectBuilder_WorldConfiguration/Settings/ResetOwnership",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Show Player Names On HUD",
"Category": "SE - Players",
"Description": "If enabled, nearby players will have their names displayed.",
"Keywords": "Show,Player,Names,Hud",
"FieldName": "ShowPlayerNamesOnHud",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ShowPlayerNamesOnHud | /MyObjectBuilder_WorldConfiguration/Settings/ShowPlayerNamesOnHud",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Respawn Ship Time Multiplier",
"Category": "SE - Players",
"Description": "The multiplier for respawn ship timer. (0 - 100)",
"Keywords": "Spawn,Ship,Time,Multiplier",
"FieldName": "SpawnShipTimeMultiplier",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SpawnShipTimeMultiplier | /MyObjectBuilder_WorldConfiguration/Settings/SpawnShipTimeMultiplier",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {}
},
{
"DisplayName": "Spawn With Tools",
"Category": "SE - Players",
"Description": "Enables spawning with tools in the inventory.",
"Keywords": "Spawn,Tools",
"FieldName": "SpawnWithTools",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SpawnWithTools | /MyObjectBuilder_WorldConfiguration/Settings/SpawnWithTools",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Friendly Fire",
"Category": "SE - PvP",
"Description": "Enables friendly fire damage.",
"Keywords": "Enable,Friendly,Fire",
"FieldName": "EnableFriendlyFire",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableFriendlyFire | /MyObjectBuilder_WorldConfiguration/Settings/EnableFriendlyFire",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Team Balancing",
"Category": "SE - PvP",
"Description": "Enables automatic team balancing.",
"Keywords": "Enable,Team,Balancing",
"FieldName": "EnableTeamBalancing",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableTeamBalancing | /MyObjectBuilder_WorldConfiguration/Settings/EnableTeamBalancing",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "AFK Timeout",
"Category": "SE - Trash Removal",
"Description": "Defines time in minutes after which inactive players will be kicked. 0 is off.",
"Keywords": "AFK,Timeout,minutes",
"FieldName": "AFKTimeountMin",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AFKTimeountMin | /MyObjectBuilder_WorldConfiguration/Settings/AFKTimeountMin",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Block Count Threshold",
"Category": "SE - Trash Removal",
"Description": "Defines block count threshold for trash removal system.",
"Keywords": "Block,Count,Threshold",
"FieldName": "BlockCountThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/BlockCountThreshold | /MyObjectBuilder_WorldConfiguration/Settings/BlockCountThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "20",
"Placeholder": "20",
"Suffix": "Blocks",
"EnumValues": {}
},
{
"DisplayName": "Optimal Grid Count",
"Category": "SE - Trash Removal",
"Description": "By setting this, server will keep number of grids around this value. !WARNING! It ignores Powered and Fixed flags, Block count and lowers Distance from player. Set to 0 to disable.",
"Keywords": "Optimal,Grid,Count",
"FieldName": "OptimalGridCount",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/OptimalGridCount | /MyObjectBuilder_WorldConfiguration/Settings/OptimalGridCount",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"Suffix": "Grids",
"EnumValues": {}
},
{
"DisplayName": "Character Removal Threshold",
"Category": "SE - Trash Removal",
"Description": "Defines character removal threshold for trash removal system. If player disconnects it will remove their character after this time. Set to 0 to disable.",
"Keywords": "Player,Character,Removal,Threshold",
"FieldName": "PlayerCharacterRemovalThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PlayerCharacterRemovalThreshold | /MyObjectBuilder_WorldConfiguration/Settings/PlayerCharacterRemovalThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "15",
"Placeholder": "15",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Player Distance Threshold",
"Category": "SE - Trash Removal",
"Description": "Defines Player Distance Threshold for trash removal system.",
"Keywords": "Player,Distance,Threshold",
"FieldName": "PlayerDistanceThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PlayerDistanceThreshold | /MyObjectBuilder_WorldConfiguration/Settings/PlayerDistanceThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "500",
"Placeholder": "500",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Player Inactivity Threshold",
"Category": "SE - Trash Removal",
"Description": "Defines player inactivity (time from logout) threshold for trash removal system. !WARNING! This will remove all grids of the player. Set to 0 to disable.",
"Keywords": "Player,Inactivity,Threshold",
"FieldName": "PlayerInactivityThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/PlayerInactivityThreshold | /MyObjectBuilder_WorldConfiguration/Settings/PlayerInactivityThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"Suffix": "Hours",
"EnumValues": {}
},
{
"DisplayName": "Remove Old Identities",
"Category": "SE - Trash Removal",
"Description": "Defines time in hours after which inactive identities that do not own any grids will be removed. Set to 0 to disable.",
"Keywords": "Remove,Old,Identities",
"FieldName": "RemoveOldIdentitiesH",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/RemoveOldIdentitiesH | /MyObjectBuilder_WorldConfiguration/Settings/RemoveOldIdentitiesH",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"Suffix": "Hours",
"EnumValues": {}
},
{
"DisplayName": "Stop Grids Period",
"Category": "SE - Trash Removal",
"Description": "Defines time in minutes after which grids will be stopped if far from player. Set to 0 to disable.",
"Keywords": "Stop,Grids,Period",
"FieldName": "StopGridsPeriodMin",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StopGridsPeriodMin | /MyObjectBuilder_WorldConfiguration/Settings/StopGridsPeriodMin",
"IncludeInCommandLine": false,
"DefaultValue": "15",
"Placeholder": "15",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Trash Removal Flags Value",
"Category": "SE - Trash Removal",
"Description": "Determined by the combination of checkboxes chosen from the Server Launcher.",
"Keywords": "Trash,Flags,Value",
"FieldName": "TrashFlagsValue",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/TrashFlagsValue | /MyObjectBuilder_WorldConfiguration/Settings/TrashFlagsValue",
"IncludeInCommandLine": false,
"DefaultValue": "1562",
"Placeholder": "1562",
"EnumValues": {}
},
{
"DisplayName": "Trash Removal Enabled",
"Category": "SE - Trash Removal",
"Description": "Enable trash removal system.",
"Keywords": "Trash,Removal,Enabled",
"FieldName": "TrashRemovalEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/TrashRemovalEnabled | /MyObjectBuilder_WorldConfiguration/Settings/TrashRemovalEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Voxel Age",
"Category": "SE - Trash Removal",
"Description": "Only voxel chunks that have been modified longer than this time may be reverted.",
"Keywords": "Voxel,Age,Threshold",
"FieldName": "VoxelAgeThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/VoxelAgeThreshold | /MyObjectBuilder_WorldConfiguration/Settings/VoxelAgeThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "24",
"Placeholder": "24",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Distance Voxel From Grid",
"Category": "SE - Trash Removal",
"Description": "Only voxel chunks that are further from grid will be reverted.",
"Keywords": "Voxel,Grid,Distance,Threshold",
"FieldName": "VoxelGridDistanceThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/VoxelGridDistanceThreshold | /MyObjectBuilder_WorldConfiguration/Settings/VoxelGridDistanceThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "5000",
"Placeholder": "5000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Distance Voxel From Player",
"Category": "SE - Trash Removal",
"Description": "Only voxel chunks that are further from player will be reverted.",
"Keywords": "Voxel,Player,distance,Threshold",
"FieldName": "VoxelPlayerDistanceThreshold",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/VoxelPlayerDistanceThreshold | /MyObjectBuilder_WorldConfiguration/Settings/VoxelPlayerDistanceThreshold",
"IncludeInCommandLine": false,
"DefaultValue": "5000",
"Placeholder": "5000",
"Suffix": "Meters",
"EnumValues": {}
},
{
"DisplayName": "Voxel Reverting Enabled",
"Category": "SE - Trash Removal",
"Description": "Enables system for voxel removal",
"Keywords": "Voxel,Trash,Removal,Reverting,Enabled",
"FieldName": "VoxelTrashRemovalEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/VoxelTrashRemovalEnabled | /MyObjectBuilder_WorldConfiguration/Settings/VoxelTrashRemovalEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
}
]