From fa68a1be84527b29d74542f217a276153831852e Mon Sep 17 00:00:00 2001 From: rvost Date: Thu, 27 Oct 2022 21:02:06 +0300 Subject: [PATCH] Update README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8150c9..c244418 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,17 @@ DayzServerTools are designed to simplify and speed up the setup of your custom D * User definitions (`cfglimitsdefinitionuser.xml`) and different styles of writing `types.xml` are supported. * Load `cfglimitsdefinition.xml` (and `cfglimitsdefinitionuser.xml`) to select from avilable flag values. * Validate `types.xml` according to `cfglimitsdefinition.xml` and `cfglimitsdefinitionuser.xml`. -* Export items to trader config. +* Export items to `cfgspawnabletypes.xml`, random presets or trader config. +* Import items from list of classnames in free form. + +### DayZ cfgspawnabletypes.xml editor + +* Add/Remove items. +* Add/Remove item cargo or attachments. +* Edit amount of damage dealt to the item upon spawning. +* Edit chance of attachments appearing on an item. +* Load `cfgrandompresets.xml` to select from avilable cargo or attacments presets. +* Validate `cfgspawnabletypes.xml` according to `cfgrandompresets.xml`. * Import items from list of classnames in free form. ### Dayz Trader config editor @@ -35,6 +45,12 @@ DayzServerTools supports [Dr_J0nes Trader Mod](https://steamcommunity.com/shared * Import items from list of classnames in free form. * Validate config. +### Random presets editor + +* Add/Remove presets +* Import items from `types.xml` +* Import items from list of classnames in free form. + ### User flags editor You can edit `cfglimitsdefinitionuser.xml` too. Add/Remove flags, change names and compositions of existing flags.