Skip to content

Commit 93458ef

Browse files
authored
Space Engineers Template Update (#1544)
1 parent 8a80d81 commit 93458ef

3 files changed

Lines changed: 54 additions & 36 deletions

File tree

space-engineers-dedicated.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<BackpackDespawnTimer>5</BackpackDespawnTimer>
137137
<EnableFactionPlayerNames>false</EnableFactionPlayerNames>
138138
<EnableTeamScoreCounters>true</EnableTeamScoreCounters>
139+
<EnableShareInertiaTensor>false</EnableShareInertiaTensor>
139140
</SessionSettings>
140141
<IP>0.0.0.0</IP>
141142
<SteamPort>8766</SteamPort>

space-engineers-generic.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Meta.Prerequisites=[]
2020
Meta.ExtraContainerPackages=[]
2121
Meta.ConfigReleaseState=NotSpecified
2222
Meta.NoCommercialUsage=False
23-
Meta.ConfigVersion=4
23+
Meta.ConfigVersion=5
2424
Meta.ReleaseNotes=
2525
Meta.BreakingReleaseNotes=
2626
Meta.AppConfigId=db79e8ff-33aa-41e9-ac5e-0fc7be43118e

space-engineers-genericconfig.json

Lines changed: 52 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,40 +1586,6 @@
15861586
"False": "false"
15871587
}
15881588
},
1589-
{
1590-
"DisplayName": "Enable Ingame Scripts",
1591-
"Category": "Space Engineers:stadia_controller",
1592-
"Subcategory": "Others:manufacturing:6",
1593-
"Description": "Allows scripts loaded from in game computer terminals to work.",
1594-
"Keywords": "Enable,Ingame,Scripts",
1595-
"FieldName": "EnableIngameScripts",
1596-
"InputType": "checkbox",
1597-
"IsFlagArgument": false,
1598-
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableIngameScripts | /MyObjectBuilder_WorldConfiguration/Settings/EnableIngameScripts",
1599-
"IncludeInCommandLine": false,
1600-
"DefaultValue": "false",
1601-
"EnumValues": {
1602-
"True": "true",
1603-
"False": "false"
1604-
}
1605-
},
1606-
{
1607-
"DisplayName": "Enable Scripter Role",
1608-
"Category": "Space Engineers:stadia_controller",
1609-
"Subcategory": "Others:manufacturing:6",
1610-
"Description": "Adds a Scritper role, only Scripters and higher ranks will be able to paste and modify scripts.",
1611-
"Keywords": "Enable,Scripter,Role",
1612-
"FieldName": "EnableScripterRole",
1613-
"InputType": "checkbox",
1614-
"IsFlagArgument": false,
1615-
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableScripterRole | /MyObjectBuilder_WorldConfiguration/Settings/EnableScripterRole",
1616-
"IncludeInCommandLine": false,
1617-
"DefaultValue": "false",
1618-
"EnumValues": {
1619-
"True": "true",
1620-
"False": "false"
1621-
}
1622-
},
16231589
{
16241590
"DisplayName": "Enable Match",
16251591
"Category": "Space Engineers:stadia_controller",
@@ -1794,7 +1760,7 @@
17941760
"DisplayName": "Experimental Mode",
17951761
"Category": "Space Engineers:stadia_controller",
17961762
"Subcategory": "Others:manufacturing:6",
1797-
"Description": "Enables experimental mode.",
1763+
"Description": "Enables experimental mode. Playing with mods requires experimental mode.",
17981764
"Keywords": "Experimental,Mode",
17991765
"FieldName": "ExperimentalMode",
18001766
"InputType": "checkbox",
@@ -1807,6 +1773,57 @@
18071773
"False": "false"
18081774
}
18091775
},
1776+
{
1777+
"DisplayName": "Enable Ingame Scripts",
1778+
"Category": "Space Engineers:stadia_controller",
1779+
"Subcategory": "Others:manufacturing:6",
1780+
"Description": "Allows scripts loaded from in game computer terminals to work. Also requires Experimental Mode enabled.",
1781+
"Keywords": "Enable,Ingame,Scripts",
1782+
"FieldName": "EnableIngameScripts",
1783+
"InputType": "checkbox",
1784+
"IsFlagArgument": false,
1785+
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableIngameScripts | /MyObjectBuilder_WorldConfiguration/Settings/EnableIngameScripts",
1786+
"IncludeInCommandLine": false,
1787+
"DefaultValue": "false",
1788+
"EnumValues": {
1789+
"True": "true",
1790+
"False": "false"
1791+
}
1792+
},
1793+
{
1794+
"DisplayName": "Enable Scripter Role",
1795+
"Category": "Space Engineers:stadia_controller",
1796+
"Subcategory": "Others:manufacturing:6",
1797+
"Description": "Adds a Scripter role, only Scripters and higher ranks will be able to paste and modify scripts. Also requires Experimental Mode enabled.",
1798+
"Keywords": "Enable,Scripter,Role",
1799+
"FieldName": "EnableScripterRole",
1800+
"InputType": "checkbox",
1801+
"IsFlagArgument": false,
1802+
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EnableScripterRole | /MyObjectBuilder_WorldConfiguration/Settings/EnableScripterRole",
1803+
"IncludeInCommandLine": false,
1804+
"DefaultValue": "false",
1805+
"EnumValues": {
1806+
"True": "true",
1807+
"False": "false"
1808+
}
1809+
},
1810+
{
1811+
"DisplayName": "Enable Share Inertia Tensor",
1812+
"Category": "Space Engineers:stadia_controller",
1813+
"Subcategory": "Others:manufacturing:6",
1814+
"Description": "Enables sharing of the Inertia Tensor of mechanical blocks. Also requires Experimental Mode enabled.",
1815+
"Keywords": "Enable,Share,Inertia,Tensor",
1816+
"FieldName": "EnableShareInertiaTensor",
1817+
"InputType": "checkbox",
1818+
"IsFlagArgument": false,
1819+
"ParamFieldName": "MyConfigDedicated/SessionSettings/EnableShareInertiaTensor | /MyObjectBuilder_WorldConfiguration/Settings/EnableShareInertiaTensor",
1820+
"IncludeInCommandLine": false,
1821+
"DefaultValue": "false",
1822+
"EnumValues": {
1823+
"True": "true",
1824+
"False": "false"
1825+
}
1826+
},
18101827
{
18111828
"DisplayName": "Game Mode",
18121829
"Category": "Space Engineers:stadia_controller",

0 commit comments

Comments
 (0)