DayZ
CBD Lootrooms Raiding Addon
Počet komentářů: 13
nice game
Roika | GoatYard.eu DayZ 2. pro. v 13.48 
That would be awesome! I will test it out for sure. Promising mod. Good job.
Chris  [autor] 2. pro. v 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. pro. v 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  [autor] 1. pro. v 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. pro. v 12.46 
C4 in texture BBP Small Door T3
BBP gate not working
Best mod
Chris  [autor] 30. lis. v 10.54 
i have added bbp support for all tiers do you currently have this issue on the t3 door?
Blackflames 30. lis. v 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  [autor] 30. lis. v 3.15 
i will add bbp support and settings for teir1,2 and 3
Blackflames 29. lis. v 23.02 
BBP?
Jarry 29. lis. v 14.51 
works with bbp?
Chris  [autor] 29. lis. v 11.01 
Sure i can do that
rebellpntball 29. lis. v 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;
}
}