DayZ
SpawnerBubaku
Ergebnisse 1–10 von 29
< 1  2  3 >
Update: 19. Apr. um 11:20

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

Update: 12. Nov. 2023 um 0:53

- fix first startup - there is some unknown json limitation

Update: 10. Nov. 2023 um 5:22

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

example:

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

Update: 5. Nov. 2023 um 1:37

- 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

Update: 17. Feb. 2023 um 6:55

- 1.20 fixed startup warnings

Update: 6. Dez. 2022 um 10:27

- fixed working hours finally :)

Update: 30. Nov. 2022 um 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)

Update: 4. Sep. 2022 um 1:36

- added triggerinsider condition (Thx MDC for report)

Update: 1. Aug. 2022 um 3:31

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

Update: 9. Jul. 2022 um 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