DayZ
SpawnerBubaku
Affichage des entrées 1-10 sur 29
< 1  2  3 >
Mis à jour le : 19 avr. à 11h20

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

Mis à jour le : 12 nov. 2023 à 0h53

- fix first startup - there is some unknown json limitation

Mis à jour le : 10 nov. 2023 à 5h22

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

example:

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

Mis à jour le : 5 nov. 2023 à 1h37

- 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

Mis à jour le : 17 févr. 2023 à 6h55

- 1.20 fixed startup warnings

Mis à jour le : 6 déc. 2022 à 10h27

- fixed working hours finally :)

Mis à jour le : 30 nov. 2022 à 5h11

- update default example json
- enabled create json when first run again
- added overridable AdditionalAction() method for hook own code (Thx inkihh for idea)

Mis à jour le : 4 sept. 2022 à 1h36

- added triggerinsider condition (Thx MDC for report)

Mis à jour le : 1 aout 2022 à 3h31

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

Mis à jour le : 9 juil. 2022 à 6h33

- 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