Skip to content

[Server Hosting] How to add new recipes (BookSettings)

LieutenantMaster edited this page Mar 4, 2023 · 4 revisions

Where do you need to go ?

Go to DayZServer\ServerProfile (or config)\ExpansionMod\Settings and open the BookSettings.json

Expansion Server Settings Path

How does it work ?

        {
            "CategoryName": "BaseBuilding Kits",
            "Results": [
                "fencekit",
                "watchtowerkit",
                "territorykit"
            ]
        },

REMOVE the , if it's the last entry of your results or your last category

"CategoryName"

String. The name to display of this category

"Results"

Array. Contain a list of crafted items. The system will automatically find what items need to be combined to craft this item.

Yes this can be used with any items from any mods as long as they are from a crafting 'recipe' (item A + Item B = result)

Clone this wiki locally