DayZ
CBD Lootrooms Raiding Addon
13 kommentarer
nice game
Roika | GoatYard.eu DayZ 2 dec @ 13:48 
That would be awesome! I will test it out for sure. Promising mod. Good job.
Chris  [skapare] 2 dec @ 6:27 
I haven’t added that but sure I could add that functionality and put the settings within general
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  [skapare] 1 dec @ 12:52 
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 dec @ 12:46 
C4 in texture BBP Small Door T3
BBP gate not working
Best mod
Chris  [skapare] 30 nov @ 10:54 
i have added bbp support for all tiers do you currently have this issue on the t3 door?
Blackflames 30 nov @ 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  [skapare] 30 nov @ 3:15 
i will add bbp support and settings for teir1,2 and 3
Blackflames 29 nov @ 23:02 
BBP?
Jarry 29 nov @ 14:51 
works with bbp?
Chris  [skapare] 29 nov @ 11:01 
Sure i can do that
rebellpntball 29 nov @ 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;
}
}