DayZ
SpawnerBubaku
1–10/29 bejegyzés mutatása
< 1  2  3 >
Frissítés: ápr. 19. @ 11:20
Hunterz által

- 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" ] }

Frissítés: 2023. nov. 12. @ 0:53
Hunterz által

- fix first startup - there is some unknown json limitation

Frissítés: 2023. nov. 10. @ 5:22
Hunterz által

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

example:

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

Frissítés: 2023. nov. 5. @ 1:37
Hunterz által

- 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

Frissítés: 2023. febr. 17. @ 6:55

- 1.20 fixed startup warnings

Frissítés: 2022. dec. 6. @ 10:27

- fixed working hours finally :)

Frissítés: 2022. nov. 30. @ 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)

Frissítés: 2022. szept. 4. @ 1:36

- added triggerinsider condition (Thx MDC for report)

Frissítés: 2022. aug. 1. @ 3:31

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

Frissítés: 2022. júl. 9. @ 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