DayZ
SpawnerBubaku
29件中 1-10 を表示
< 1  2  3 >
更新: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日 @ 0時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