DayZ
SpawnerBubaku
29개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 4월 19일 오전 11시 20분
작성자: 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" ] }

업데이트: 2023년 11월 12일 오전 12시 53분
작성자: Hunterz

- fix first startup - there is some unknown json limitation

업데이트: 2023년 11월 10일 오전 5시 22분
작성자: Hunterz

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

example:

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

업데이트: 2023년 11월 5일 오전 1시 37분
작성자: 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

업데이트: 2023년 2월 17일 오전 6시 55분

- 1.20 fixed startup warnings

업데이트: 2022년 12월 6일 오전 10시 27분

- fixed working hours finally :)

업데이트: 2022년 11월 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)

업데이트: 2022년 9월 4일 오전 1시 36분

- added triggerinsider condition (Thx MDC for report)

업데이트: 2022년 8월 1일 오전 3시 31분

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

업데이트: 2022년 7월 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