DayZ
CBD Lootrooms Raiding Addon
13 kommenttia
nice game
Roika | GoatYard.eu DayZ 2.12. klo 13.48 
That would be awesome! I will test it out for sure. Promising mod. Good job.
Chris  [tekijä] 2.12. klo 6.27 
I haven’t added that but sure I could add that functionality and put the settings within general
Roika | GoatYard.eu DayZ 2.12. klo 4.11 
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  [tekijä] 1.12. klo 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.12. klo 12.46 
C4 in texture BBP Small Door T3
BBP gate not working
Best mod
Chris  [tekijä] 30.11. klo 10.54 
i have added bbp support for all tiers do you currently have this issue on the t3 door?
Blackflames 30.11. klo 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  [tekijä] 30.11. klo 3.15 
i will add bbp support and settings for teir1,2 and 3
Blackflames 29.11. klo 23.02 
BBP?
Jarry 29.11. klo 14.51 
works with bbp?
Chris  [tekijä] 29.11. klo 11.01 
Sure i can do that
rebellpntball 29.11. klo 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;
}
}