DayZ
SpawnerBubaku
Показване на 1 — 10 от 29 постъпления
< 1  2  3 >
Обновление: 19 апр. в 11:20
от Hunterz

- change structure due 1.28 changes
- config file rename to not lost old one for rewrite
- bubak properties moved to own category

"bubakProps": { "bubaknum": 4, "onlyfilluptobubaknum": 1, "itemrandomdmg": 1, "bubaci": [ "ZmbM_ClerkFat_White", "ZmbM_SoldierNormal" ], "bubakinventory": [ "Screwdriver", "WorkingGloves_Yellow" ] }

Обновление: 12 ноем. 2023 в 0:53
от Hunterz

- fix first startup - there is some unknown json limitation

Обновление: 10 ноем. 2023 в 5:22
от Hunterz

- added trigger dependency (trigger can now depends on multiple triggers)
- config is automatically updated

example:

"triggerdependency": [
"trigger2",
"anothertriggername"
],

Обновление: 5 ноем. 2023 в 1:37
от Hunterz

- fixed problem with spawnradius
- added log messages when commas in position
- added inventory to creatures ( You can define list of items which can be randomly added to creature inventory )
- config is automatically updated

Обновление: 17 февр. 2023 в 6:55

- 1.20 fixed startup warnings

Обновление: 6 дек. 2022 в 10:27

- fixed working hours finally :)

Обновление: 30 ноем. 2022 в 5:11

- update default example json
- enabled create json when first run again
- added overridable AdditionalAction() method for hook own code (Thx inkihh for idea)

Обновление: 4 септ. 2022 в 1:36

- added triggerinsider condition (Thx MDC for report)

Обновление: 1 авг. 2022 в 3:31

- fixed working hours (Thx Mitch-O for report)

Обновление: 9 юли 2022 в 6:33

- defaut config is now not created, looks like we found some json limit in dayz
- its needed now copy from mod folder and then edit as you need