DayZ
CBD Lootrooms Raiding Addon
9 条留言
Chris  [作者] 1 小时以前 
Are you referring to the bbp t3 door in the mod images all working fine my end welcome to join discord and send photos and I will fix if there’s an issue present
Blackflames 1 小时以前 
C4 in texture BBP Small Door T3
BBP gate not working
Best mod
Chris  [作者] 11 月 30 日 上午 10:54 
i have added bbp support for all tiers do you currently have this issue on the t3 door?
Blackflames 11 月 30 日 上午 10:37 
Just be careful with BBP – the small T3 doors have a higher texture. Make sure the breaching charge isn’t placed underneath the texture.
Chris  [作者] 11 月 30 日 上午 3:15 
i will add bbp support and settings for teir1,2 and 3
Blackflames 11 月 29 日 下午 11:02 
BBP?
Clownamia 11 月 29 日 下午 2:51 
works with bbp?
Chris  [作者] 11 月 29 日 上午 11:01 
Sure i can do that
rebellpntball 11 月 29 日 上午 10:52 
any chance you can make this compatable with expasnion code lock? modded class ExpansionActionAttachCodeLock
{
override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item )
{
if (!super.ActionCondition(player, target, item ))
return false;

Fence fence;
if (Class.CastTo(fence, target.GetObject()))
{
if (fence.IsKindOf("MoreDoorMetalBarricade"))
return false;

if (fence.IsKindOf("MoreDoorSafe"))
return fence.IsOpened();
}

return true;
}
}