DayZ
BuildAnywhere_v3
952 Comments
fulldead 8 Jul @ 12:25am 
can I make a repack?
you will be marked as creators
Diamond Dog 24 Jun @ 4:10am 
easy as fck!
open server.cfg in rootfolder
insert "enableCfgGameplayFile = 1" without "" somewhere at the beginning

Now you have to remove all entries from the server.cfg which are also in the cfggameplay.json (e.g. lightsetup, respawnmessage, and so on)

feel free to setup the "cfggameplay"

It's best to document all changes and log into the game regularly to test the changes. For testing, you should have everything you need to build a base and tents. Once everything is ready, save, wipe the server, and have fun.

ok, you don't have to wipe ... but have fun
Bratischka_20 2 Mar @ 6:29am 
I have added those parameters in cfggameplay.json and in server.cfg and they do not work.the file
enableCfgGameplayFile = 1; automatically sets itself to 0
Torrestrike 21 Feb @ 7:41pm 
I have added those parameters in cfggameplay.json and in server.cfg and they do not work, any idea?
Tenshihan_Quinn 7 Feb @ 5:34pm 
I FOUND OUT HOW TO FIX THIS!
...Add THIS line to your ServerDZ.cfg

enableCfgGameplayFile = 1;

--------------------

And now these lines in "cfggameplay.json";

"disableIsCollidingBBoxCheck": true,
"disableIsCollidingPlayerCheck": true,
"disableIsClippingRoofCheck": true,
"disableIsBaseViableCheck": true,
"disableIsCollidingGPlotCheck": true,
"disableIsCollidingAngleCheck": true,
"disableIsPlacementPermittedCheck": true,
"disableHeightPlacementCheck": true,
"disableIsUnderwaterCheck": false,
"disableIsInTerrainCheck": true,

"disablePerformRoofCheck": true,
"disableIsCollidingCheck": true,
"disableDistanceCheck": true
___________________________________________________

THAT'S IT! It will all now work WITHOUT the need for this mod!
No one else ever mentioned it was missing the first part of the code!
CHEERS EVERYONE!
This mod is destroyd and i hope it get fixed.
When install this, WITHOUT another mod then when you pick up many things you can not drop it to the ground, and re-log dosent help, so this kind of destroy the hole server.

I hope this get fixed.
Suki 27 Jan @ 7:56am 
Dont use this mod guys, Long time ago not needed. Its all done over CFGGAMEPLAY FILE!
VIRUS 25 Nov, 2024 @ 12:17am 
Why can't I put up a tent??? How can I fix it?
Guziec 18 Nov, 2024 @ 1:09pm 
@Nowthatrustic U have to delete BuildEverywhere mod and then set it like @samboo898 said and it works perfect for me too.
Nowthatsrustic 11 Nov, 2024 @ 11:30am 
@samboo898 I followed your steps but it sadly did nothing to my ability to place tents on uneven terrain
samboo898 2 Nov, 2024 @ 9:15pm 
cfggameplay.json

"BaseBuildingData":
{
"HologramData":
{
"disableIsCollidingBBoxCheck": true,
"disableIsCollidingPlayerCheck": true,
"disableIsClippingRoofCheck": true,
"disableIsBaseViableCheck": false,
"disableIsCollidingGPlotCheck": false,
"disableIsCollidingAngleCheck": true,
"disableIsPlacementPermittedCheck": true,
"disableHeightPlacementCheck": true,
"disableIsUnderwaterCheck": true,
"disableIsInTerrainCheck": true,
"disallowedTypesInUnderground": [""]
},
"ConstructionData":
{
"disablePerformRoofCheck": true,
"disableIsCollidingCheck": true,
"disableDistanceCheck": true
This is all you have to do to get a better result. Dont need a mod to build everywhere.
samboo898 2 Nov, 2024 @ 9:12pm 
Plz update as tents cannot be placed. Everybody plz just configure your cfg gameplay json to get the same if not better out of building everywhere.This mod is way outdated.
XiangYu 29 Oct, 2024 @ 12:15am 
PLZ update
jancux.fz 24 Oct, 2024 @ 11:12am 
Dont use this mod it does not work anyway it wont let you place any tents and bugs them in your hand also if you try to pick it up Owner remove this mod its pointless now anyways cause all is done by cfgGameplay file
NOVA 17 Oct, 2024 @ 8:49am 
hasnt been updated in over 3 years so its bound to have some issues lol
Yokai 17 Oct, 2024 @ 2:51am 
Dont use this mod guys, Long time ago not needed. Its all done over CFGGAMEPLAY FILE!
=W3ST= marshalwest 16 Oct, 2024 @ 9:46am 
It is this mod. I removed it and tents now work ok.
DeadxDawn 13 Oct, 2024 @ 11:07am 
Cant keep tents of any kind deployed, some have said it may be this mod thats the issue? Anyone know the fix?
ᴇ ᴍ ʏ 28 Sep, 2024 @ 2:48am 
Trop de bugs :/
Biggodon 15 Sep, 2024 @ 5:31pm 
Does this mod still work ?
Zero Two💙💛 16 Jun, 2024 @ 2:28am 
without this mod tents are not working too, looks like it is a dayz related bug
Cairy Hunt 15 Jun, 2024 @ 11:49am 
@Signum Mortis Beauty
endreu 2 Jun, 2024 @ 2:15pm 
any update is planned for this mod?
NOVA 1 Jun, 2024 @ 4:37pm 
mod was last updated 3 years ago so maybe an update maybe not who knows lol
Signum Mortis 29 May, 2024 @ 4:34am 
If you have problems placing tents, use the " BuildEverywhere " mod.
Old_Wild_Lynx 28 May, 2024 @ 10:46am 
grom25rus is right. If you just need to move full barrels there are other mods to do this.
Aleksandr.G.A 28 May, 2024 @ 7:36am 
Не работает на версии 1.25..
Launchit0 28 May, 2024 @ 6:19am 
Aye same here, can no longer place tents
Xanth 28 May, 2024 @ 4:07am 
@grom25rus this mod was used to move non empty barrels.
grom25rus 28 May, 2024 @ 2:46am 
Tent bug with version 1.25 For correct operation, I do not recommend using BuildAnywhere (One of the important disadvantages is that items tied to placement (boxes, etc.) can be sent to 0 coordinates) It's better to use the cfggameplay level setting Don't forget to enable it in *serverDZ.cfg* ```enableCfgGameplayFile = 1;``` And in your mission in the file *cfggameplay.json* Working on the *BaseBuildingData* block ```"BaseBuildingData": { "HologramData": { "disableIsCollidingBBoxCheck": 1, "disableIsCollidingPlayerCheck": 1, "disableIsClippingRoofCheck": 1, "disableIsBaseViableCheck": 1, "disableIsCollidingGPlotCheck": false, "disableIsCollidingAngleCheck": 1, "disableIsPlacementPermittedCheck": 1, "disableHeightPlacementCheck": 1, "disableIsUnderwaterCheck": false,
PuNz 27 May, 2024 @ 6:46pm 
Confirm bugged in 1.25 can't place tents
ArchonDayZ 27 May, 2024 @ 4:55pm 
Confirm bugged in 1.25 can't place tents
Xanth 27 May, 2024 @ 3:34pm 
Bugged from 1.25.
Lewis Syn (TAC) 20 May, 2024 @ 6:58am 
Can we plz add this to a server modpack.
Thorrace 19 May, 2024 @ 4:09pm 
Hi there, I'm having an issue where zombies are passing through the walls that I'm building. Is there any fix for it?
Gamb1t 24 Apr, 2024 @ 7:35am 
Wont let me build anywhere, fire inside a shed or a tent at a roadside.
Пердёж 25 Mar, 2024 @ 12:33am 
Прошу разрешения на перепаковку
Lazar 9 Mar, 2024 @ 10:16am 
Can i repack this mod on my server?
Seniya91 7 Mar, 2024 @ 2:52pm 
Дружище привет в комментах прочитал что ты дал добро на переупаковку, спасибо тебе лайк поставил!:steamhappy:
sword 5 Mar, 2024 @ 4:18pm 
Hello, can I pack your mod for myself? Please~
madman 3 Mar, 2024 @ 11:57am 
Hello, can I pack your mod for myself?
Каловый ZZZавал 2 Mar, 2024 @ 10:04pm 
пон
napaHouk 23 Feb, 2024 @ 6:08am 
Hello!
Can we repack your mod to the client server mod?
JonniBalt☣YouTube communityⒸ 22 Feb, 2024 @ 8:10pm 
Здравствуйте. Могу Ваш мод перепаковать?
JonniBalt☣YouTube communityⒸ 21 Feb, 2024 @ 9:17pm 
Добрый день я могу перепаковать Ваш мод?
Loukroz 13 Feb, 2024 @ 10:19am 
Привет братан дай право на использование мода BuildAnywhere_v3
И если можно на переупаковку в свой мод.
Спасибо с меня лукас ! уже поставил !
TORKYYY 4 Feb, 2024 @ 2:54pm 
Hello!
Can we repack your mod to the client server mod? :crtcool:
Dracarys 25 Jan, 2024 @ 6:15am 
Hi, can I repackage your mod, please?
『mon』OIL THUG ???? 20 Dec, 2023 @ 3:59am 
Hello!
Can we repack your mod to the client server mod?
✨Kurai✨ 19 Dec, 2023 @ 9:15pm 
Hello!
Can we repack your mod to the client server mod?