# Wiring no longer boardable, also can't find it in the files

**URL:** https://discourse.cataclysmdda.org/t/wiring-no-longer-boardable-also-cant-find-it-in-the-files/13197
**Category:** The Garage
**Created:** [December 28, 2016, 12:11am UTC](https://discourse.cataclysmdda.org/t/wiring-no-longer-boardable-also-cant-find-it-in-the-files/13197 "2016-12-28T00:11:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jericoshost](https://avatars.discourse-cdn.com/v4/letter/j/b782af/32.png) [@Jericoshost](https://discourse.cataclysmdda.org/u/Jericoshost)
#### Post date: [December 28, 2016, 12:11am UTC](https://discourse.cataclysmdda.org/t/wiring-no-longer-boardable-also-cant-find-it-in-the-files/13197/1 "2016-12-28T00:11:28Z")

</div>

In previous versions I could walk over wires as a way to power up my base with a generator, but now it acts like a solid wall.

So I went looking for the wiring in the files and I can’t seem to find it anywhere?  
Does anyone know where it is now located? I can still build them in game so it must be somewhere.  
I’ve checked every file in the JSON that has vehicle in the name, and even a few that don’t have it.

---

<div class="post-metadata">

### Author: ![Kadian](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kadian/32/214_2.png) [@Kadian](https://discourse.cataclysmdda.org/u/Kadian)
#### Post date: [December 28, 2016, 12:30am UTC](https://discourse.cataclysmdda.org/t/wiring-no-longer-boardable-also-cant-find-it-in-the-files/13197/2 "2016-12-28T00:30:53Z")

</div>

Wiring is a part of the Vehicle Additions Pack.  
You can find what you’re looking for at data/mods/blazemod/blaze\_other\_parts.json.

You’re looking for the following entry:

`{
    "id" : "wiring",
    "type" : "vehicle_part",
    "name" : "wiring",
    "item" : "wire",
    "location" : "structure",
    "symbol" : ".",
    "broken_symbol" : "#",
    "color" : "white",
    "broken_color" : "white",
    "difficulty" : 1,
    "durability" : 10,
    "folded_volume" : 1,
    "breaks_into" : [{
        "item" : "wire",
        "prob" : 50
      }
    ],
    "flags" : ["FOLDABLE", "OBSTACLE", "AISLE", "TOOL_NONE"]
  }`

And you have to delete the “OBSTACLE” from the flags in order to make it walkable.

I have to wonder though. Why Obstacle and Aisle…oh well.

---

<div class="post-metadata">

### Author: ![Jericoshost](https://avatars.discourse-cdn.com/v4/letter/j/b782af/32.png) [@Jericoshost](https://discourse.cataclysmdda.org/u/Jericoshost)
#### Post date: [December 28, 2016, 1:14am UTC](https://discourse.cataclysmdda.org/t/wiring-no-longer-boardable-also-cant-find-it-in-the-files/13197/3 "2016-12-28T01:14:13Z")

</div>

Thanks! I thought it was part of the base game due to using it since it came out…
