Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions space-engineers-dedicated.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
<EnableFactionPlayerNames>false</EnableFactionPlayerNames>
<EnableTeamScoreCounters>true</EnableTeamScoreCounters>
<EnableShareInertiaTensor>false</EnableShareInertiaTensor>
<EnableRadiation>true</EnableRadiation>
<SolarRadiationIntensity>0</SolarRadiationIntensity>
<ResetForageableItems>true</ResetForageableItems>
<ResetForageableItemsTimeM>30</ResetForageableItemsTimeM>
<ResetForageableItemsDistance>3000</ResetForageableItemsDistance>
<FoodConsumptionRate>0</FoodConsumptionRate>
<EnableSurvivalBuffs>true</EnableSurvivalBuffs>
<EnableReducedStatsOnRespawn>true</EnableReducedStatsOnRespawn>
</SessionSettings>
<IP>0.0.0.0</IP>
<SteamPort>8766</SteamPort>
Expand Down
139 changes: 139 additions & 0 deletions space-engineers-genericconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,23 @@
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Radiation",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Environment:eco:2",
"Description": "Enables radiation hazards. Requires airtightness to be enabled.",
"Keywords": "Radation",
"FieldName": "EnableRadiation",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableRadiation | /MyObjectBuilder_WorldConfiguration/Settings/EnableRadiation",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Sub-Grid Damage",
Expand Down Expand Up @@ -297,6 +314,24 @@
"False": "false"
}
},
{
"DisplayName": "Food Consumption Rate",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Environment:eco:2",
"Description": "This value impacts how quickly the player becomes hungry, as well as how quickly food production occurs.",
"Keywords": "Food,Rate",
"FieldName": "FoodConsumptionRate",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/FoodConsumptionRate | /MyObjectBuilder_WorldConfiguration/Settings/FoodConsumptionRate",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "1",
"EnumValues": {
}
},
{
"DisplayName": "Environment Hostility",
"Category": "Space Engineers:stadia_controller",
Expand Down Expand Up @@ -369,6 +404,24 @@
"True": "true"
}
},
{
"DisplayName": "Solar Radiation Intensity",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Environment:eco:2",
"Description": "A multiplier for the amount of radiation gained in space from sun exposure. Requires airtightness and radiation to be enabled.",
"Keywords": "Radation, Intensity",
"FieldName": "SolarRadiationIntensity",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SolarRadiationIntensity | /MyObjectBuilder_WorldConfiguration/Settings/SolarRadiationIntensity",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"MinValue": "0",
"MaxValue": "100",
"EnumValues": {
}
},
{
"DisplayName": "Unsupported Stations",
"Category": "Space Engineers:stadia_controller",
Expand Down Expand Up @@ -2266,6 +2319,40 @@
"False": "false"
}
},
{
"DisplayName": "Enable Reduced Stats On Respawn",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Players:joystick:7",
"Description": "Enables Apex stat debuff after respawning.",
"Keywords": "Buffs,Apex,Respawn",
"FieldName": "EnableReducedStatsOnRespawn",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableReducedStatsOnRespawn | /MyObjectBuilder_WorldConfiguration/Settings/EnableReducedStatsOnRespawn",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Survival Buffs",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Players:joystick:7",
"Description": "Enables Apex survival stat buffs.",
"Keywords": "Buffs,Apex",
"FieldName": "EnableSurvivalBuffs",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableSurvivalBuffs | /MyObjectBuilder_WorldConfiguration/Settings/EnableSurvivalBuffs",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Tool Shake",
"Category": "Space Engineers:stadia_controller",
Expand Down Expand Up @@ -2580,6 +2667,58 @@
"Suffix": "Hours",
"EnumValues": {}
},
{
"DisplayName": "Enable Forageable Items Respawn",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Trash Removal:delete:9",
"Description": "Enables resetting forageable items.",
"Keywords": "Forage",
"FieldName": "ResetForageableItems",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ResetForageableItems | /MyObjectBuilder_WorldConfiguration/Settings/ResetForageableItems",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Forageable Items Respawn Distance",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Trash Removal:delete:9",
"Description": "Sets foragable item minimum distance for respawn.",
"Keywords": "Forage,Distance",
"FieldName": "ResetForageableItemsDistance",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ResetForageableItemsDistance | /MyObjectBuilder_WorldConfiguration/Settings/ResetForageableItemsDistance",
"IncludeInCommandLine": false,
"DefaultValue": "3000",
"Placeholder": "3000",
"Suffix": "Meters",
"MinValue": 1,
"MaxValue": 1000000,
"EnumValues": {}
},
{
"DisplayName": "Forageable Items Respawn Time",
"Category": "Space Engineers:stadia_controller",
"Subcategory": "Trash Removal:delete:9",
"Description": "Defines time in minutes after which foragable items are reset.",
"Keywords": "Forage",
"FieldName": "ResetForageableItemsTimeM",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/SessionSettings/ResetForageableItemsTimeM | /MyObjectBuilder_WorldConfiguration/Settings/ResetForageableItemsTimeM",
"IncludeInCommandLine": false,
"DefaultValue": "30",
"MinValue": "1",
"MaxValue": "1440",
"Suffix": "Minutes",
"EnumValues": {}
},
{
"DisplayName": "Stop Grids Period",
"Category": "Space Engineers:stadia_controller",
Expand Down