DayZ
SpawnerBubaku
Zobrazuje se 1–10 z 29 položek
< 1  2  3 >
Aktualizace: 19. dub. v 11.20
provedl 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" ] }

Aktualizace: 12. lis. 2023 v 0.53
provedl Hunterz

- fix first startup - there is some unknown json limitation

Aktualizace: 10. lis. 2023 v 5.22
provedl Hunterz

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

example:

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

Aktualizace: 5. lis. 2023 v 1.37
provedl 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

Aktualizace: 17. úno. 2023 v 6.55

- 1.20 fixed startup warnings

Aktualizace: 6. pro. 2022 v 10.27

- fixed working hours finally :)

Aktualizace: 30. lis. 2022 v 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)

Aktualizace: 4. zář. 2022 v 1.36

- added triggerinsider condition (Thx MDC for report)

Aktualizace: 1. srp. 2022 v 3.31

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

Aktualizace: 9. čvc. 2022 v 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