From 563b17b01854d66e9f5d5cee8eb0ad6ec15eabc7 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Thu, 30 May 2024 14:51:28 -0700 Subject: [PATCH] Update docs. --- files/custom/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/custom/README.md b/files/custom/README.md index 8c5b3c8..df56471 100644 --- a/files/custom/README.md +++ b/files/custom/README.md @@ -106,6 +106,17 @@ cp -a /files/custom/starting-gear /profiles/custom/ Restart the server. +### No personal light + +The personal light is usually configured using the `disablePersonalLight` setting in [serverDZ.cfg](../serverDZ.cfg), but if a cfggameplay.json file is present, which is the default being employed for this project, that setting must be overridden there. To configure the personal light: + +```shell +mkdir -p /profiles/custom +cp -a /files/custom/no-personal-light /profiles/custom +``` + +Restart the server. + ### References [BI DayZ Wiki - Spawning Gear Configuration](https://community.bistudio.com/wiki/DayZ:Spawning_Gear_Configuration)