2022-01-08 23:13:54 +01:00
[
{
"DisplayName" : "Game Mode" ,
"Category" : "Server Settings" ,
"Description" : "Sets the world to either Creative or Survival Mode." ,
"Keywords" : "Game Mode" ,
"FieldName" : "GameMode" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/GameMode/text() | /MyObjectBuilder_WorldConfiguration/Settings/GameMode/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "Survival" ,
"EnumValues" : {
"Creative" : "Creative" ,
"Survival" : "Survival"
}
} ,
2022-01-26 15:57:26 +01:00
{
"DisplayName" : "Select Scenario" ,
"Category" : "Server Settings" ,
"Description" : "Sets the Scenario to base the game on." ,
"Keywords" : "Game Mode" ,
"FieldName" : "PremadeCheckpointPath" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/PremadeCheckpointPath/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "./Content/CustomWorlds/Star System" ,
"EnumValues" : {
"./Content/CustomWorlds/Alien Planet" : "Alien Planet" ,
"./Content/CustomWorlds/Alien System" : "Alien System" ,
"./Content/CustomWorlds/Crashed Red Ship" : "Crashed Red Ship" ,
"./Content/CustomWorlds/Dead Drop Arena" : "Dead Drop Arena" ,
"./Content/CustomWorlds/Distant Moons" : "Distant Moons" ,
"./Content/CustomWorlds/Earth Planet" : "Earth Planet" ,
"./Content/CustomWorlds/Empty World" : "Empty World" ,
"./Content/CustomWorlds/Green Station" : "Green Station" ,
"./Content/CustomWorlds/Home System" : "Home System" ,
"./Content/CustomWorlds/SLone Survivor" : "Lone Survivor" ,
"./Content/CustomWorlds/Mars Planet" : "Mars Planet" ,
"./Content/CustomWorlds/Moon Base" : "Moon Base" ,
"./Content/CustomWorlds/Petram Orbiter" : "Petram Orbiter" ,
"./Content/CustomWorlds/Red Ship" : "Red Ship" ,
"./Content/CustomWorlds/Rival Platforms" : "Rival Platforms" ,
"./Content/CustomWorlds/Star System" : "Star System"
}
} ,
2022-01-08 23:13:54 +01:00
{
"DisplayName" : "Inventory Size Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "Only available in Survival Mode Affects the size of the inventories (both the player's and most storage blocks)." ,
"Keywords" : "Inventory Size Multiplier" ,
"FieldName" : "InventorySizeMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/InventorySizeMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/InventorySizeMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
"1" : "Realistic" ,
"3" : "x3" ,
"5" : "x5" ,
"10" : "x10"
}
} ,
{
"DisplayName" : "Assembler Efficiency Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "Only available in Survival Mode. Affects the speed of and the amount of ingots used by the Assembler to produce Components." ,
"Keywords" : "Assembler Efficiency Multiplier" ,
"FieldName" : "AssemblerEfficiencyMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AssemblerEfficiencyMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/AssemblerEfficiencyMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
"1" : "Realistic" ,
"3" : "x3" ,
"10" : "x10"
}
} ,
{
"DisplayName" : "Refinery Speed Multiplier" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Refinery Speed Multiplier" ,
"FieldName" : "RefinerySpeedMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/RefinerySpeedMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/RefinerySpeedMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
"1" : "Realistic" ,
"3" : "x3" ,
"10" : "x10"
}
} ,
{
"DisplayName" : "Max Players" ,
"Category" : "Server Settings" ,
"Description" : "Any number of players between 4 and 1024" ,
2022-01-26 15:57:26 +01:00
"Keywords" : "Max Players users" ,
"FieldName" : "$MaxUsers" ,
2022-01-08 23:13:54 +01:00
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxPlayers/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxPlayers/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "12" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Max Floating Objects" ,
"Category" : "Server Settings" ,
"Description" : "How many items are allowed to float freely in space (16 - 1024)" ,
"Keywords" : "Max Floating Objects" ,
"FieldName" : "MaxFloatingObjects" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxFloatingObjects/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxFloatingObjects/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "100" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Environment Hostility" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Environment Hostility" ,
"FieldName" : "EnvironmentHostility" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnvironmentHostility/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnvironmentHostility/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "SAFE" ,
"EnumValues" : {
"SAFE" : "Safe" ,
"NORMAL" : "Normal" ,
"CATACLYSM" : "Cataclysm" ,
"ARMAGEDDON" : "Armageddon"
}
} ,
{
"DisplayName" : "Auto-healing" ,
"Category" : "Advanced Settings" ,
"Description" : "If enabled, engineers will automatically heal damage in oxygen environments at a slow rate." ,
"Keywords" : "Auto Healing" ,
"FieldName" : "AutoHealing" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AutoHealing/text() | /MyObjectBuilder_WorldConfiguration/Settings/AutoHealing/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Copy & Paste" ,
"Category" : "Advanced Settings" ,
"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 ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableCopyPaste/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableCopyPaste/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Weapons Enabled" ,
"Category" : "Advanced Settings" ,
"Description" : "If enabled, weapons and explosives will function normally." ,
"Keywords" : "Weapons Enabled" ,
"FieldName" : "WeaponsEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/WeaponsEnabled/text() | /MyObjectBuilder_WorldConfiguration/Settings/WeaponsEnabled/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Weather System" ,
"Category" : "Advanced Settings" ,
"Description" : "Adds different atmopsheric conditions to planets with atmospheres which may limit visibility, or affect the power effectivity of wind mills and solar panels." ,
"Keywords" : "Weather System" ,
"FieldName" : "WeatherSystem" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/WeatherSystem/text() | /MyObjectBuilder_WorldConfiguration/Settings/WeatherSystem/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Show Player Names On Hud" ,
"Category" : "Advanced Settings" ,
"Description" : "If enabled, nearby players will have their names displayed." ,
"Keywords" : "Show Player Names On Hud" ,
"FieldName" : "ShowPlayerNamesOnHud" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ShowPlayerNamesOnHud/text() | /MyObjectBuilder_WorldConfiguration/Settings/ShowPlayerNamesOnHud/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Thruster Damage" ,
"Category" : "Advanced Settings" ,
"Description" : "If enabled, thrusters will deal damage to players and blocks that are behind them when they fire." ,
"Keywords" : "Thruster Damage" ,
"FieldName" : "ThrusterDamage" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ThrusterDamage/text() | /MyObjectBuilder_WorldConfiguration/Settings/ThrusterDamage/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Cargo Ships" ,
"Category" : "Advanced Settings" ,
"Description" : "If enabled, Pre-Built Ships will occasionally spawn at the edge of the world and drift through the sector." ,
"Keywords" : "Cargo Ships Enabled" ,
"FieldName" : "CargoShipsEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/CargoShipsEnabled/text() | /MyObjectBuilder_WorldConfiguration/Settings/CargoShipsEnabled/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Spectator" ,
"Category" : "Advanced Settings" ,
"Description" : "Spectator Mode lets players (in Survival, typically multiplayer admins) see through walls and teleport." ,
"Keywords" : "Enable Spectator" ,
"FieldName" : "EnableSpectator" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSpectator/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSpectator/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "World Size" ,
"Category" : "Advanced Settings" ,
"Description" : "You can choose to limit the world size to a cube with a side lingth of:" ,
"Keywords" : "World Size Km" ,
"FieldName" : "WorldSizeKm" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/WorldSizeKm/text() | /MyObjectBuilder_WorldConfiguration/Settings/WorldSizeKm/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : {
"0" : "Unlimited" ,
"10" : "10km" ,
"20" : "20km" ,
"50" : "50km" ,
"100" : "100km"
}
} ,
{
"DisplayName" : "Respawn Ship Delete" ,
"Category" : "Advanced Settings" ,
"Description" : "Whether the respawn ship will be deleted when the player leaves the server or spawns in another one." ,
"Keywords" : "Respawn Ship Delete" ,
"FieldName" : "RespawnShipDelete" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/RespawnShipDelete/text() | /MyObjectBuilder_WorldConfiguration/Settings/RespawnShipDelete/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Reset Ownership" ,
"Category" : "Advanced Settings" ,
"Description" : "Reset Ownership of all blocks to nobody." ,
"Keywords" : "Reset Ownership" ,
"FieldName" : "ResetOwnership" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ResetOwnership/text() | /MyObjectBuilder_WorldConfiguration/Settings/ResetOwnership/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Welder Speed Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "The speed at which blocks are built using welding tools." ,
"Keywords" : "Welder Speed Multiplier" ,
"FieldName" : "WelderSpeedMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/WelderSpeedMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/WelderSpeedMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
".5" : ".5x" ,
"1" : "Realistic" ,
"2" : "2x" ,
"5" : "5x"
}
} ,
{
"DisplayName" : "Grinder Speed Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "The speed at which blocks are salvaged using grinding tools." ,
"Keywords" : "Grinder Speed Multiplier" ,
"FieldName" : "GrinderSpeedMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/GrinderSpeedMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/GrinderSpeedMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
".5" : ".5x" ,
"1" : "Realistic" ,
"2" : "2x" ,
"5" : "5x"
}
} ,
{
"DisplayName" : "Realistic Sound" ,
"Category" : "Advanced Settings" ,
"Description" : "Arcade sounds are how sound is often depicted in science fiction (explosions in space), whereas Realistic sound is more muted in vacuum." ,
"Keywords" : "Realistic Sound" ,
"FieldName" : "RealisticSound" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/RealisticSound/text() | /MyObjectBuilder_WorldConfiguration/Settings/RealisticSound/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"false" : "Arcade" ,
"true" : "Realistic"
}
} ,
{
"DisplayName" : "Hack Speed Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "Higher values increase the speed of the hacking grinder mechanic. Lower values decrease hacking speed." ,
"Keywords" : "Hack Speed Multiplier" ,
"FieldName" : "HackSpeedMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/HackSpeedMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/HackSpeedMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0.33" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Permanent Death" ,
"Category" : "Advanced Settings" ,
"Description" : "When enabled, players lose all ownership of objects upon death. The player can still respawn and start fresh." ,
"Keywords" : "Permanent Death" ,
"FieldName" : "PermanentDeath" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PermanentDeath/text() | /MyObjectBuilder_WorldConfiguration/Settings/PermanentDeath/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Auto Save In Minutes" ,
"Category" : "Advanced Settings" ,
"Description" : "Set the frequency the server will save the map." ,
"Keywords" : "Auto Save In Minutes" ,
"FieldName" : "AutoSaveInMinutes" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AutoSaveInMinutes/text() | /MyObjectBuilder_WorldConfiguration/Settings/AutoSaveInMinutes/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Spawn Ship Time Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "Higher values increase the time that server side spawn ships become available upon death." ,
"Keywords" : "Spawn Ship Time Multiplier" ,
"FieldName" : "SpawnShipTimeMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/SpawnShipTimeMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/SpawnShipTimeMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Ingame Scripts" ,
"Category" : "Advanced Settings" ,
"Description" : "Allows scripts loaded from in game computer terminals to work." ,
"Keywords" : "Enable Ingame Scripts" ,
"FieldName" : "EnableIngameScripts" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableIngameScripts/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableIngameScripts/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "View Distance" ,
"Category" : "Advanced Settings" ,
"Description" : "Set the distance of how far each client can see objects." ,
"Keywords" : "View Distance" ,
"FieldName" : "ViewDistance" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ViewDistance/text() | /MyObjectBuilder_WorldConfiguration/Settings/ViewDistance/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "20000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Tool Shake" ,
"Category" : "Advanced Settings" ,
"Description" : "Toggles whether tools and objects attached to the tool shake when in use. Disable to reduce cpu load." ,
"Keywords" : "Enable Tool Shake" ,
"FieldName" : "EnableToolShake" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableToolShake/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableToolShake/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Voxel Generator Version" ,
"Category" : "Advanced Settings" ,
"Description" : "Controls whether or not ice will spawn on asteroids." ,
"Keywords" : "Voxel Generator Version" ,
"FieldName" : "VoxelGeneratorVersion" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/VoxelGeneratorVersion/text() | /MyObjectBuilder_WorldConfiguration/Settings/VoxelGeneratorVersion/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "2" ,
"EnumValues" : {
"0" : "Disabled" ,
"1" : "First Iteration" ,
"2" : "Current Iteration"
}
} ,
{
"DisplayName" : "Enable Oxygen" ,
"Category" : "Advanced Settings" ,
"Description" : "Toggles whether or not oxygen can be used/is needed for players to survive." ,
"Keywords" : "Enable Oxygen" ,
"FieldName" : "EnableOxygen" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableOxygen/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableOxygen/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Blocks Inventory Size Multiplier" ,
"Category" : "Server Settings" ,
"Description" : "Affects the size of the inventories for blocks." ,
"Keywords" : "Blocks Inventory Size Multiplier" ,
"FieldName" : "BlocksInventorySizeMultiplier" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/BlocksInventorySizeMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/BlocksInventorySizeMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : {
"1" : "Realistic" ,
"3" : "x3" ,
"5" : "x5" ,
"10" : "x10"
}
} ,
{
"DisplayName" : "Max Backup Saves" ,
"Category" : "Advanced Settings" ,
"Description" : "Max number of backups" ,
"Keywords" : "Max Backup Saves" ,
"FieldName" : "MaxBackupSaves" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxBackupSaves/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxBackupSaves/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "250" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Max Grid Size" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Grid Size" ,
"FieldName" : "MaxGridSize" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxGridSize/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxGridSize/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Max Blocks Per Player" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Blocks Per Player" ,
"FieldName" : "MaxBlocksPerPlayer" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxBlocksPerPlayer/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxBlocksPerPlayer/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Total PCU" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Total PCU" ,
"FieldName" : "TotalPCU" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/TotalPCU/text() | /MyObjectBuilder_WorldConfiguration/Settings/TotalPCU/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "100000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Pirate PCU" ,
"Category" : "Advanced Settings" ,
"Keywords" : "PiratePCU" ,
"FieldName" : "PiratePCU" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PiratePCU/text() | /MyObjectBuilder_WorldConfiguration/Settings/PiratePCU/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "50000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Max Factions Count" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Factions Count" ,
"FieldName" : "MaxFactionsCount" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxFactionsCount/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxFactionsCount/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Block Limits Enabled" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Block Limits Enabled" ,
"FieldName" : "BlockLimitsEnabled" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/BlockLimitsEnabled/text() | /MyObjectBuilder_WorldConfiguration/Settings/BlockLimitsEnabled/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "NONE" ,
"EnumValues" : {
"NONE" : "None" ,
"PER_PLAYER" : "Per Player" ,
"PER_FACTION" : "Per Faction" ,
"GLOBALLY" : "Globally"
}
} ,
{
"DisplayName" : "Enable Remote Block Removal" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Remote Block Removal" ,
"FieldName" : "EnableRemoteBlockRemoval" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableRemoteBlockRemoval/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableRemoteBlockRemoval/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Saving" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Saving" ,
"FieldName" : "EnableSaving" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSaving/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSaving/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Infinite Ammo" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Infinite Ammo" ,
"FieldName" : "InfiniteAmmo" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/InfiniteAmmo/text() | /MyObjectBuilder_WorldConfiguration/Settings/InfiniteAmmo/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Container Drops" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Container Drops" ,
"FieldName" : "EnableContainerDrops" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableContainerDrops/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableContainerDrops/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Procedural Density" ,
"Category" : "Advanced Settings" ,
"Description" : "Changing this affects how close together seeded asteroids spawn." ,
"Keywords" : "Procedural Density" ,
"FieldName" : "ProceduralDensity" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ProceduralDensity/text() | /MyObjectBuilder_WorldConfiguration/Settings/ProceduralDensity/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0.4" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Procedural Seed" ,
"Category" : "Advanced Settings" ,
"Description" : "Presumeably any numerical value placed here will generate and save an asteroid seed." ,
"Keywords" : "Procedural Seed" ,
"FieldName" : "ProceduralSeed" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ProceduralSeed/text() | /MyObjectBuilder_WorldConfiguration/Settings/ProceduralSeed/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Oxygen Pressurization" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Oxygen Pressurization" ,
"FieldName" : "EnableOxygenPressurization" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableOxygenPressurization/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableOxygenPressurization/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable PCU Trading" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable PCU Trading" ,
"FieldName" : "EnablePcuTrading" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnablePcuTrading/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnablePcuTrading/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable 3rd Person View" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable 3rd Person View" ,
"FieldName" : "Enable3rdPersonView" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/Enable3rdPersonView/text() | /MyObjectBuilder_WorldConfiguration/Settings/Enable3rdPersonView/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Encounters" ,
"Category" : "Advanced Settings" ,
"Description" : "Toggles the random spawning of player made ships/points of interest that were officially imported to the game." ,
"Keywords" : "EnableEncounters" ,
"FieldName" : "EnableEncounters" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableEncounters/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableEncounters/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Convert To Station" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Convert To Station" ,
"FieldName" : "EnableConvertToStation" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableConvertToStation/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableConvertToStation/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Station Voxel Support" ,
"Category" : "Advanced Settings" ,
"Description" : "Toggles whether stations built on asteroids snap to the asteroid grid." ,
"Keywords" : "Station Voxel Support" ,
"FieldName" : "StationVoxelSupport" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StationVoxelSupport/text() | /MyObjectBuilder_WorldConfiguration/Settings/StationVoxelSupport/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Sun Rotation" ,
"Category" : "Advanced Settings" ,
"Description" : "Toggles whether or not the sun rotates around the area of play." ,
"Keywords" : "Enable Sun Rotation" ,
"FieldName" : "EnableSunRotation" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSunRotation/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSunRotation/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Respawn Ships" ,
"Category" : "Advanced Settings" ,
"Description" : "Engineers can respawn in a ship or in their suit after they get killed." ,
"Keywords" : "Enable Respawn Ships" ,
"FieldName" : "EnableRespawnShips" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableRespawnShips/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableRespawnShips/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Scenario Edit Mode" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Scenario Edit Mode" ,
"FieldName" : "ScenarioEditMode" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ScenarioEditMode/text() | /MyObjectBuilder_WorldConfiguration/Settings/ScenarioEditMode/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Scenario" ,
"Category" : "Advanced Settings" ,
"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 ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/Scenario/text() | /MyObjectBuilder_WorldConfiguration/Settings/Scenario/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Can Join Running" ,
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Whether players can join a running server." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Can Join Running" ,
"FieldName" : "CanJoinRunning" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/CanJoinRunning/text() | /MyObjectBuilder_WorldConfiguration/Settings/CanJoinRunning/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Physics Iterations" ,
"Category" : "Advanced Settings" ,
"Description" : "Set how often the server cpu checks for physics. (Collision). 4 is considered a moderate setting while 10 is very high. A popular server will want a low setting." ,
"Keywords" : "Physics Iterations" ,
"FieldName" : "PhysicsIterations" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PhysicsIterations/text() | /MyObjectBuilder_WorldConfiguration/Settings/PhysicsIterations/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "6" ,
"EnumValues" : { }
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Sun Rotation Interval" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "Sun Rotation Interval Minutes" ,
"FieldName" : "SunRotationIntervalMinutes" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/SunRotationIntervalMinutes/text() | /MyObjectBuilder_WorldConfiguration/Settings/SunRotationIntervalMinutes/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "120" ,
2022-03-24 00:29:59 +01:00
"Suffix" : "Minutes" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Jetpack" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Jetpack" ,
"FieldName" : "EnableJetpack" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableJetpack/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableJetpack/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Spawn With Tools" ,
"Category" : "Advanced Settings" ,
"Description" : "Enable/Disable players spawning with hand tools." ,
"Keywords" : "Spawn With Tools" ,
"FieldName" : "SpawnWithTools" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/SpawnWithTools/text() | /MyObjectBuilder_WorldConfiguration/Settings/SpawnWithTools/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Start In Respawn Screen" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Start In Respawn Screen" ,
"FieldName" : "StartInRespawnScreen" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StartInRespawnScreen/text() | /MyObjectBuilder_WorldConfiguration/Settings/StartInRespawnScreen/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Voxel Destruction" ,
"Category" : "Advanced Settings" ,
"Description" : "Enable/Disable destructable asteroids." ,
"Keywords" : "Enable Voxel Destruction" ,
"FieldName" : "EnableVoxelDestruction" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableVoxelDestruction/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableVoxelDestruction/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Max Drones" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Drones" ,
"FieldName" : "MaxDrones" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxDrones/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxDrones/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Drones" ,
"Category" : "Advanced Settings" ,
"Description" : "Enable/Disable hostile NPC drones." ,
"Keywords" : "Enable Drones" ,
"FieldName" : "EnableDrones" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableDrones/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableDrones/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Wolfs" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Wolfs" ,
"FieldName" : "EnableWolfs" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableWolfs/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableWolfs/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Spiders" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Spiders" ,
"FieldName" : "EnableSpiders" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSpiders/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSpiders/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Flora Density Multiplier" ,
"Category" : "Advanced Settings" ,
"Description" : "Flora Density Multiplier" ,
"Keywords" : "Flora Density Multiplier" ,
"FieldName" : "FloraDensityMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/FloraDensityMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/FloraDensityMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Structural Simulation" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Structural Simulation" ,
"FieldName" : "EnableStructuralSimulation" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableStructuralSimulation/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableStructuralSimulation/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Max Active Fracture Pieces" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Active Fracture Pieces" ,
"FieldName" : "MaxActiveFracturePieces" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxActiveFracturePieces/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxActiveFracturePieces/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "50" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Scripter Role" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Scripter Role" ,
"FieldName" : "EnableScripterRole" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableScripterRole/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableScripterRole/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Selective Physics Updates" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Selective Physics Updates" ,
"FieldName" : "EnableSelectivePhysicsUpdates" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSelectivePhysicsUpdates/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSelectivePhysicsUpdates/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Min Drop Container Respawn Time" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Min Drop Container Respawn Time" ,
"FieldName" : "MinDropContainerRespawnTime" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MinDropContainerRespawnTime/text() | /MyObjectBuilder_WorldConfiguration/Settings/MinDropContainerRespawnTime/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "15" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Max Drop Container Respawn Time" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Drop Container Respawn Time" ,
"FieldName" : "MaxDropContainerRespawnTime" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxDropContainerRespawnTime/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxDropContainerRespawnTime/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "20" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Turrets Friendly Fire" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Turrets Friendly Fire" ,
"FieldName" : "EnableTurretsFriendlyFire" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableTurretsFriendlyFire/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableTurretsFriendlyFire/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Subgrid Damage" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Subgrid Damage" ,
"FieldName" : "EnableSubgridDamage" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSubgridDamage/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSubgridDamage/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Sync Distance" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Sync Distance" ,
"FieldName" : "SyncDistance" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/SyncDistance/text() | /MyObjectBuilder_WorldConfiguration/Settings/SyncDistance/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "3000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Experimental Mode" ,
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Enable experimental mode to use legacy or untested settings." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Experimental Mode" ,
"FieldName" : "ExperimentalMode" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/ExperimentalMode/text() | /MyObjectBuilder_WorldConfiguration/Settings/ExperimentalMode/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Family Sharing" ,
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Whether players using family sharing can join." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Family Sharing" ,
"FieldName" : "FamilySharing" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/FamilySharing/text() | /MyObjectBuilder_WorldConfiguration/Settings/FamilySharing/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Adaptive Simulation Quality" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Adaptive Simulation Quality" ,
"FieldName" : "AdaptiveSimulationQuality" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AdaptiveSimulationQuality/text() | /MyObjectBuilder_WorldConfiguration/Settings/AdaptiveSimulationQuality/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Voxel Hand" ,
"Category" : "Advanced Settings" ,
"Description" : "The Voxel Hands tool is a Creative tool in the Toolbar Configuration that lets you shape the voxels of planets and asteroids. Enabled in Creative mode, disabled by default in Survival mode." ,
"Keywords" : "Enable Voxel Hand" ,
"FieldName" : "EnableVoxelHand" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableVoxelHand/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableVoxelHand/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Remove Old Identities" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "Remove Old Identities (in hours)" ,
"FieldName" : "RemoveOldIdentitiesH" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/RemoveOldIdentitiesH/text() | /MyObjectBuilder_WorldConfiguration/Settings/RemoveOldIdentitiesH/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
2022-03-24 00:29:59 +01:00
"Suffix" : "Hours" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Trash Removal Enabled" ,
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "The server will automatically remove debris based on size, movement, and player distance from the object." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Trash Removal Enabled" ,
"FieldName" : "TrashRemovalEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/TrashRemovalEnabled/text() | /MyObjectBuilder_WorldConfiguration/Settings/TrashRemovalEnabled/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Stop Grids Period" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "Stop Grids Period Min" ,
"FieldName" : "StopGridsPeriodMin" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StopGridsPeriodMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/StopGridsPeriodMin/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "30" ,
2022-03-24 00:29:59 +01:00
"Suffix" : "Minutes" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Trash Flags Value" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Trash Flags Value" ,
"FieldName" : "TrashFlagsValue" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/TrashFlagsValue/text() | /MyObjectBuilder_WorldConfiguration/Settings/TrashFlagsValue/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "7706" ,
"EnumValues" : { }
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "AFK Timeount" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "AFK Timeount minutes" ,
"FieldName" : "AFKTimeountMin" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AFKTimeountMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/AFKTimeountMin/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
2022-03-24 00:29:59 +01:00
"Suffix" : "Minutes" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Block Count Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Block Count Threshold" ,
"FieldName" : "BlockCountThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/BlockCountThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/BlockCountThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Player Distance Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Player Distance Threshold" ,
"FieldName" : "PlayerDistanceThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PlayerDistanceThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/PlayerDistanceThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Optimal Grid Count" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Optimal Grid Count" ,
"FieldName" : "OptimalGridCount" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/OptimalGridCount/text() | /MyObjectBuilder_WorldConfiguration/Settings/OptimalGridCount/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Player Inactivity Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Player Inactivity Threshold" ,
"FieldName" : "PlayerInactivityThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PlayerInactivityThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/PlayerInactivityThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Player Character Removal Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Player Character Removal Threshold" ,
"FieldName" : "PlayerCharacterRemovalThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PlayerCharacterRemovalThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/PlayerCharacterRemovalThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "15" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Voxel Trash Removal Enabled" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Voxel Trash Removal Enabled" ,
"FieldName" : "VoxelTrashRemovalEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/VoxelTrashRemovalEnabled/text() | /MyObjectBuilder_WorldConfiguration/Settings/VoxelTrashRemovalEnabled/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Voxel Player Distance Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Voxel Player Distance Threshold" ,
"FieldName" : "VoxelPlayerDistanceThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/VoxelPlayerDistanceThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/VoxelPlayerDistanceThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Voxel Grid Distance Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Voxel Grid Distance Threshold" ,
"FieldName" : "VoxelGridDistanceThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/VoxelGridDistanceThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/VoxelGridDistanceThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Voxel Age Threshold" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Voxel Age Threshold" ,
"FieldName" : "VoxelAgeThreshold" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/VoxelAgeThreshold/text() | /MyObjectBuilder_WorldConfiguration/Settings/VoxelAgeThreshold/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "600" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Research" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Research" ,
"FieldName" : "EnableResearch" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableResearch/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableResearch/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Good Bot Hints" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Good Bot Hints" ,
"FieldName" : "EnableGoodBotHints" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableGoodBotHints/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableGoodBotHints/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Optimal Spawn Distance" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Optimal Spawn Distance" ,
"FieldName" : "OptimalSpawnDistance" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/OptimalSpawnDistance/text() | /MyObjectBuilder_WorldConfiguration/Settings/OptimalSpawnDistance/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "16000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Autorespawn" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Autorespawn" ,
"FieldName" : "EnableAutorespawn" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableAutorespawn/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableAutorespawn/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Bounty Contracts" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Bounty Contracts" ,
"FieldName" : "EnableBountyContracts" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableBountyContracts/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableBountyContracts/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Supergridding" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Supergridding" ,
"FieldName" : "EnableSupergridding" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableSupergridding/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableSupergridding/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Economy" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Economy" ,
"FieldName" : "EnableEconomy" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableEconomy/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableEconomy/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Deposits Count Coefficient" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Deposits Count Coefficient" ,
"FieldName" : "DepositsCountCoefficient" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/DepositsCountCoefficient/text() | /MyObjectBuilder_WorldConfiguration/Settings/DepositsCountCoefficient/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1.125" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Deposit Size Denominator" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Deposit Size Denominator" ,
"FieldName" : "DepositSizeDenominator" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/DepositSizeDenominator/text() | /MyObjectBuilder_WorldConfiguration/Settings/DepositSizeDenominator/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "75" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Harvest Ratio Multiplier" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Harvest Ratio Multiplier" ,
"FieldName" : "HarvestRatioMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/HarvestRatioMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/HarvestRatioMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0.85" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Trade Factions Count" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Trade Factions Count" ,
"FieldName" : "TradeFactionsCount" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/TradeFactionsCount/text() | /MyObjectBuilder_WorldConfiguration/Settings/TradeFactionsCount/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "12" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Stations Distance Inner Radius" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Stations Distance Inner Radius" ,
"FieldName" : "StationsDistanceInnerRadius" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StationsDistanceInnerRadius/text() | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceInnerRadius/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "10000000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Stations Distance Outer Radius Start" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Stations Distance Outer Radius Start" ,
"FieldName" : "StationsDistanceOuterRadiusStart" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StationsDistanceOuterRadiusStart/text() | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceOuterRadiusStart/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "10000000" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Stations Distance Outer Radius End" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Stations Distance Outer Radius End" ,
"FieldName" : "StationsDistanceOuterRadiusEnd" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/StationsDistanceOuterRadiusEnd/text() | /MyObjectBuilder_WorldConfiguration/Settings/StationsDistanceOuterRadiusEnd/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "30000000" ,
"EnumValues" : { }
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Economy Tick" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "Economy Tick In Seconds" ,
"FieldName" : "EconomyTickInSeconds" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EconomyTickInSeconds/text() | /MyObjectBuilder_WorldConfiguration/Settings/EconomyTickInSeconds/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1200" ,
2022-03-24 00:29:59 +01:00
"Suffix" : "seconds" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Predefined Asteroids" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Predefined Asteroids" ,
"FieldName" : "PredefinedAsteroids" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PredefinedAsteroids/text() | /MyObjectBuilder_WorldConfiguration/Settings/PredefinedAsteroids/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Use Console PCU" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Use Console PCU" ,
"FieldName" : "UseConsolePCU" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/UseConsolePCU/text() | /MyObjectBuilder_WorldConfiguration/Settings/UseConsolePCU/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Max Planets" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Max Planets" ,
"FieldName" : "MaxPlanets" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MaxPlanets/text() | /MyObjectBuilder_WorldConfiguration/Settings/MaxPlanets/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "99" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Offensive Words Filtering" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Offensive Words Filtering" ,
"FieldName" : "OffensiveWordsFiltering" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/OffensiveWordsFiltering/text() | /MyObjectBuilder_WorldConfiguration/Settings/OffensiveWordsFiltering/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Adjustable Max Vehicle Speed" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Adjustable Max Vehicle Speed" ,
"FieldName" : "AdjustableMaxVehicleSpeed" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/AdjustableMaxVehicleSpeed/text() | /MyObjectBuilder_WorldConfiguration/Settings/AdjustableMaxVehicleSpeed/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Match Component" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Match Component" ,
"FieldName" : "EnableMatchComponent" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableMatchComponent/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableMatchComponent/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Pre-Match Duration" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Pre Match Duration" ,
"FieldName" : "PreMatchDuration" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PreMatchDuration/text() | /MyObjectBuilder_WorldConfiguration/Settings/PreMatchDuration/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Match Duration" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Match Duration" ,
"FieldName" : "MatchDuration" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/MatchDuration/text() | /MyObjectBuilder_WorldConfiguration/Settings/MatchDuration/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Post Match Duration" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Post Match Duration" ,
"FieldName" : "PostMatchDuration" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PostMatchDuration/text() | /MyObjectBuilder_WorldConfiguration/Settings/PostMatchDuration/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Friendly Fire" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Friendly Fire" ,
"FieldName" : "EnableFriendlyFire" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableFriendlyFire/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableFriendlyFire/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Enable Team Balancing" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Team Balancing" ,
"FieldName" : "EnableTeamBalancing" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableTeamBalancing/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableTeamBalancing/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Character Speed Multiplier" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Character Speed Multiplier" ,
"FieldName" : "CharacterSpeedMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/CharacterSpeedMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/CharacterSpeedMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Recoil" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Recoil" ,
"FieldName" : "EnableRecoil" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableRecoil/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableRecoil/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Environment Damage Multiplier" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Environment Damage Multiplier" ,
"FieldName" : "EnvironmentDamageMultiplier" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnvironmentDamageMultiplier/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnvironmentDamageMultiplier/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "1" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Gamepad Aim Assist" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Gamepad Aim Assist" ,
"FieldName" : "EnableGamepadAimAssist" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableGamepadAimAssist/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableGamepadAimAssist/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Backpack Despawn Timer" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Backpack Despawn Timer" ,
"FieldName" : "BackpackDespawnTimer" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/BackpackDespawnTimer/text() | /MyObjectBuilder_WorldConfiguration/Settings/BackpackDespawnTimer/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "5" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Enable Faction Player Names" ,
"Category" : "Advanced Settings" ,
"Keywords" : "Enable Faction Player Names" ,
"FieldName" : "EnableFactionPlayerNames" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/EnableFactionPlayerNames/text() | /MyObjectBuilder_WorldConfiguration/Settings/EnableFactionPlayerNames/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Binding IP" ,
2022-01-26 15:57:26 +01:00
"Category" : "Hidden Settings" ,
2022-01-08 23:13:54 +01:00
"Description" : "Must match AMP's Binding IP" ,
2022-01-26 15:57:26 +01:00
"Keywords" : "binding IP" ,
"FieldName" : "$ApplicationIPBinding" ,
"InputType" : "hidden" ,
2022-01-08 23:13:54 +01:00
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/IP/text()" ,
"IncludeInCommandLine" : false ,
2022-02-19 05:28:30 +01:00
"EnumValues" : { } ,
"Hidden" : true
2022-01-08 23:13:54 +01:00
} ,
{
"DisplayName" : "Server Port" ,
2022-01-26 15:57:26 +01:00
"Category" : "Hidden Settings" ,
2022-01-08 23:13:54 +01:00
"Description" : "Must match AMP's Application Port 1" ,
"Keywords" : "Application Port Server" ,
2022-01-26 15:57:26 +01:00
"FieldName" : "$ApplicationPort1" ,
"InputType" : "hidden" ,
2022-01-08 23:13:54 +01:00
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/ServerPort/text()" ,
"IncludeInCommandLine" : false ,
2022-02-19 05:28:30 +01:00
"EnumValues" : { } ,
"Hidden" : true
2022-01-08 23:13:54 +01:00
} ,
{
"DisplayName" : "Remote API Port" ,
2022-01-26 15:57:26 +01:00
"Category" : "Hidden Settings" ,
2022-01-08 23:13:54 +01:00
"Description" : "Must match AMP's Remote Admin Port" ,
"Keywords" : "Remote Api Port" ,
2022-01-26 15:57:26 +01:00
"FieldName" : "$RemoteAdminPort" ,
"InputType" : "hidden" ,
2022-01-08 23:13:54 +01:00
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/RemoteApiPort/text()" ,
"IncludeInCommandLine" : false ,
2022-02-19 05:28:30 +01:00
"EnumValues" : { } ,
"Hidden" : true
2022-01-08 23:13:54 +01:00
} ,
{
"DisplayName" : "Steam Port" ,
2022-01-26 15:57:26 +01:00
"Category" : "Hidden Settings" ,
2022-01-14 16:22:18 +01:00
"Description" : "Must match AMP's Application Port 2" ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Steam Port" ,
2022-01-26 15:57:26 +01:00
"FieldName" : "$ApplicationPort2" ,
"InputType" : "hidden" ,
2022-01-08 23:13:54 +01:00
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/SteamPort/text()" ,
"IncludeInCommandLine" : false ,
2022-02-19 05:28:30 +01:00
"EnumValues" : { } ,
"Hidden" : true
2022-01-08 23:13:54 +01:00
} ,
{
"DisplayName" : "Remote API Enabled" ,
"Category" : "Server Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Enable/Disable the remote API to manage the server from a browser. ***Does not work in AMP on Windows in service mode***" ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Remote API Enabled" ,
"FieldName" : "RemoteApiEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/RemoteApiEnabled/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Asteroid Amount" ,
"Category" : "Server Settings" ,
"Keywords" : "Asteroid Amount" ,
"FieldName" : "AsteroidAmount" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/AsteroidAmount/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "4" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Group ID" ,
"Category" : "Server Settings" ,
"Description" : "Steam Group ID for friends only" ,
"Keywords" : "Group ID" ,
"FieldName" : "GroupID" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/GroupID/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Server Name" ,
"Category" : "Server Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Server Name displayed in the server browser." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Server Name" ,
"FieldName" : "ServerName" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/ServerName/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "AMP Powered Server" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Server Description" ,
"Category" : "Server Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Server Description displayed in the server browser." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Server Description" ,
"FieldName" : "ServerDescription" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/ServerDescription/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "My AMP Powered Space Engineers Server" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Message Of The Day" ,
"Category" : "Server Settings" ,
"Keywords" : "Message Of The Day" ,
"FieldName" : "MessageOfTheDay" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/MessageOfTheDay/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "Welcome to my Space Engineers Server, powered by AMP!" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "MessageOfTheDayUrl" ,
"Category" : "Server Settings" ,
"Keywords" : "Message Of The Day Url" ,
"FieldName" : "MessageOfTheDayUrl" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/MessageOfTheDayUrl/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "https://cubecoders.com/AMP" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Save Chat To Log" ,
"Category" : "Server Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Save chat messages to the log file." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Save Chat To Log" ,
"FieldName" : "SaveChatToLog" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/SaveChatToLog/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Permanent Death" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "Players permantently die." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "key" ,
"FieldName" : "PermanentDeath" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-03-16 04:22:40 +01:00
"ParamFieldName" : "/MyConfigDedicated/SessionSettings/PermanentDeath/text() | /MyObjectBuilder_WorldConfiguration/Settings/PermanentDeath/text()" ,
2022-01-08 23:13:54 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "World Name" ,
"Category" : "Server Settings" ,
2022-03-24 00:29:59 +01:00
"Description" : "World Name displayed in server browser." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "World Name" ,
"FieldName" : "WorldName" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/WorldName/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "World" ,
"EnumValues" : { }
} ,
{
2022-03-24 00:29:59 +01:00
"DisplayName" : "Pause Game When Empty" ,
2022-01-08 23:13:54 +01:00
"Category" : "Advanced Settings" ,
"Keywords" : "Pause Game When Empty" ,
"FieldName" : "PauseGameWhenEmpty" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/PauseGameWhenEmpty/text()" ,
"IncludeInCommandLine" : false ,
2022-01-26 15:57:26 +01:00
"DefaultValue" : "true" ,
2022-01-08 23:13:54 +01:00
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
} ,
{
"DisplayName" : "Ignore Last Session" ,
"Category" : "Advanced Settings" ,
2022-03-24 00:29:59 +01:00
"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." ,
2022-01-08 23:13:54 +01:00
"Keywords" : "Ignore Last Session" ,
"FieldName" : "IgnoreLastSession" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/MyConfigDedicated/IgnoreLastSession/text()" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
2022-01-14 16:22:18 +01:00
"True" : "true" ,
"False" : "false"
2022-01-08 23:13:54 +01:00
}
}
]