Back to shop
v1.0.0 DayZ Tool

AdvancedRepair

AdvancedRepair is a free DayZ server mod for communities that want more flexible repair rules without forcing every item or repair kit into the same behavior.

FREE
Product Details

AdvancedRepair expands DayZ repair behavior with configurable pristine repairs, ruined item repair rules, repair failures, cut chances, and item or kit allow/block lists.

  • Allows repair behavior to be tuned for pristine and ruined items
  • Includes repair failure and cut-on-failure controls
  • Includes item and repair kit allowlist or blocklist controls
  • Includes the required TCM_Core dependency
Configuration
{
  "Version": 1,
  "LogLevel": 2,
  "Enabled": 1,
  "AllowRepairToPristine": 1,
  "AllowRuinedRepair": 0,
  "AllowRepairKitTypeBypass": 0,
  "EnableRepairFailure": 0,
  "RepairFailureChancePercent": 10.0,
  "EnableCutOnFailure": 0,
  "CutOnFailureChancePercent": 10.0,
  "UseItemAllowlist": 0,
  "AllowedItemTypes": [],
  "BlockedItemTypes": [],
  "UseRepairKitAllowlist": 0,
  "AllowedRepairKitTypes": [],
  "BlockedRepairKitTypes": []
}
FAQ
Does AdvancedRepair include TCM_Core?

Yes. The download includes TCM_Core.pbo, which should be loaded with TCM_AdvancedRepair.pbo.

Can I limit which items or kits use it?

Yes. Use the included config.json to control item allow/block lists and repair kit allow/block lists.