Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

RabidStoat

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About RabidStoat

  • Rank
    On the Coast
  1. RabidStoat

    Vanishing base construction

    Hi, I'm trying to set up a camp on my dedicated server but am encountering game-breaking levels of glitches: I am intending to create a fenced enclosure, with no gaps, using fences and towers. Due to issues with clipping last time I tried this I have modified the CFGGameplay.json File to disable collision checking and enabled this in the server.CFG "BaseBuildingData": { "HologramData": { "disableIsCollidingBBoxCheck": 1, "disableIsCollidingPlayerCheck": 1, "disableIsClippingRoofCheck": 1, "disableIsBaseViableCheck": 1, "disableIsCollidingGPlotCheck": 1, "disableIsCollidingAngleCheck": 1, "disableIsPlacementPermittedCheck": 1, "disableHeightPlacementCheck": 1, "disableIsUnderwaterCheck": 1, "disableIsInTerrainCheck": 1 }, "ConstructionData": { "disablePerformRoofCheck": 1, "disableIsCollidingCheck": 1, "disableDistanceCheck": 1 } I place my fence/tower kits in a circle and begin to add logs to them As soon as I place more than one log to any kit it vanishes, taking the contents with it Should I re-enable one or more of the above options? I have trouble following the logic between cfg commands and effects sometimes, but I can't see which would be causing the problem. I see no trace of the activity in rpt, script_* or server logs, so apparently the game doesn't think there's a problem.
×