Downstream merge.

This commit is contained in:
Daniel Ceregatti 2024-06-22 10:28:11 -07:00
parent d1b5f36aca
commit d977b4d2d1
2 changed files with 12 additions and 1 deletions

View file

@ -106,6 +106,17 @@ cp -a /files/custom/starting-gear /profiles/custom/
Restart the server. 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 ### References
[BI DayZ Wiki - Spawning Gear Configuration](https://community.bistudio.com/wiki/DayZ:Spawning_Gear_Configuration) [BI DayZ Wiki - Spawning Gear Configuration](https://community.bistudio.com/wiki/DayZ:Spawning_Gear_Configuration)

View file

@ -4,5 +4,5 @@ set -eE
MAP="Namalsk" MAP="Namalsk"
DIR="Namalsk-Server/Mission Files" DIR="Namalsk-Server/Mission Files"
REPO="https://github.com/SumrakDZN/${DIR}/hardcore.namalsk" REPO="https://github.com/SumrakDZN/Namalsk-Server.git"
MPDIR="hardcore.namalsk" MPDIR="hardcore.namalsk"