-
Notifications
You must be signed in to change notification settings - Fork 0
Spawner Bubaku Doors Add‐on

The initial idea of this mod was to give all your Editor made location time to initialize. There is a small problem with spawning NPC with Spawner Bubaku. They tend to walk through walls, various obstacles or fall through floor. This behavior is caused by the custom location not being fully initialized and/or lacking navmesh definition.
For this reason Buddy developed a timed doors mod, this mods sole purpose is to provide free timed doors for your DayZ Editor projects.
What this mod does is basically providing you the option to control the time after which these doors and gates will open and let the people get inside your either bunker or any other underground area you made in the editor.
This time interval allows the Editor area to fully initialize thus preventing the most common problems mentioned above. The time is adjustable via json config and should kind of corenspond with the size of the custom area, meaning the bigger the area, the longer time before the door opens.
This mod is intended for the use with DayZ Editor only, just place it on the start of the custom area of yours and Spawner Bubaku trigger behind the doors so it is triggered AFTER the door open and first people go through.
It has no relation to Spawner Bubaku itself, you do not need to insert anything from this mod into SpawnerBubaku itself, it simply provides time interval for the AI spawned with Bubaku to spawn PROPERLY without defects like falling through floors and so on.
Bellow you can see a screenshot with the proper usage of the vault doors along with properly placed trigger
Nothing you should be worried about, don't touch it
This Object contains all the stuff
Hour when the doors should start accepting cards/keys
Value from 0 up to 24
Hour when the doors should stop accepting cards/keys
Value from 0 up to 24
These two values basically represents the time of the day when the doors should actually work (be openable). For entire day insert start at 0 and end at 24
Time period between using the card/key and the doors actually start to open
This is the main feature and purpose of this mod. Time is set in seconds. So lets take a example. You want the doors actually open 5 minutes after card/key was used on them, in that case value will be 300, since 300 seconds is obviously 5 minutes
Soundset that should be used while the doors are opening. Usefull when you know how to make own sounds and soundsets.
Default value "BubakuDoor_Distant_SoundSet"
Class of the item that will open the door. It can be anything, vanilla cards, moded keys, lockpicks, anything. There is a callback turning the value to vanilla PunchedCard if left empty