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