DayZ
SpawnerBubaku
1-10/28개 항목을 표시 중
< 1  2  3 >
업데이트: 2023년 11월 12일 @ 오전 12시 53분

- fix first startup - there is some unknown json limitation

업데이트: 2023년 11월 10일 @ 오전 5시 22분

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

example:

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

업데이트: 2023년 11월 5일 @ 오전 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

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

업데이트: 2022년 7월 8일 @ 오전 1시 04분

- added "workinghours": "0-24", <-- from-to
- added "itemrandomdmg": 0, <-- 0/1
- thanks HUEVO for that features idea
- config is automatically updated