DayZ
CBD Lootrooms Raiding Addon
11 kommentarer
Chris  [ophavsmand] For 2 timer siden 
I haven’t added that but sure I could add that functionality and put the settings within general
Roika | GoatYard.eu DayZ For 4 timer siden 
Hey Chris! This looks really good. Is it possible to schedule when raiding is active or not in the .json? If not anything you could consider adding?
Chris  [ophavsmand] For 19 timer siden 
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 For 19 timer siden 
C4 in texture BBP Small Door T3
BBP gate not working
Best mod
Chris  [ophavsmand] 30. nov. kl. 10:54 
i have added bbp support for all tiers do you currently have this issue on the t3 door?
Blackflames 30. nov. kl. 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  [ophavsmand] 30. nov. kl. 3:15 
i will add bbp support and settings for teir1,2 and 3
Blackflames 29. nov. kl. 23:02 
BBP?
Clownamia 29. nov. kl. 14:51 
works with bbp?
Chris  [ophavsmand] 29. nov. kl. 11:01 
Sure i can do that
rebellpntball 29. nov. kl. 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;
}
}