DayZ
SpawnerBubaku
1-10 van 29 items weergegeven
< 1  2  3 >
Update: 19 apr om 11:20
door 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" ] }

Update: 12 nov 2023 om 0:53
door Hunterz

- fix first startup - there is some unknown json limitation

Update: 10 nov 2023 om 5:22
door Hunterz

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

example:

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

Update: 5 nov 2023 om 1:37
door 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

Update: 17 feb 2023 om 6:55

- 1.20 fixed startup warnings

Update: 6 dec 2022 om 10:27

- fixed working hours finally :)

Update: 30 nov 2022 om 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 om 1:36

- added triggerinsider condition (Thx MDC for report)

Update: 1 aug 2022 om 3:31

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

Update: 9 jul 2022 om 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