-
Notifications
You must be signed in to change notification settings - Fork 44
Setting up the Server Settings Tab
LieutenantMaster edited this page Aug 20, 2022
·
1 revision
Go to DayZServer\ServerProfile (or config)\ExpansionMod\Settings
and open the BookSettings.json
Inside this file you should have something similar like the following lines:
"SettingCategories": [
{
"CategoryName": "Base-Building Settings",
"Settings": [
{
"SettingTitle": "Expansion.Settings.BaseBuilding.CanCraftVanillaBasebuilding",
"SettingText": "Fence and Watchtower",
"SettingValue": "Disabled"
},
{
"SettingTitle": "Expansion.Settings.BaseBuilding.CanCraftExpansionBasebuilding",
"SettingText": "My Custom Text to display",
"SettingValue": "My Custom Value to display"
}
]
},
{
"CategoryName": "Party Settings",
"Settings": [
{
"SettingTitle": "Expansion.Settings.Party.MaxMembersInParty",
"SettingText": "",
"SettingValue": ""
},
{
"SettingTitle": "Expansion.Settings.Party.UseWholeMapForInviteList",
"SettingText": "",
"SettingValue": ""
}
]
}
]
REMOVE the ,
from },
.
String. The name title of a list of settings.
Array. A list of settings.
String. The path of this setting.
- Format: "Expansion.Settings.Category.SettingName"
- Example: "Expansion.Settings.BaseBuilding.CanCraftVanillaBasebuilding"
String. You can write a custom description or leave it empty.
String. You can also use this setting to display a custom secondary information about this setting. If it's enabled or disabled for example.
Copyright© 2020-2023 DayZ Expansion Mod Team. We do not authorize any entity to publish this DayZ Standalone modification without licensing from the DayZ Expansion Mod Team.