This thing appears on my mod when you blow grenades. What do i do?


The specific are has been modified using the terraforming tool

1 Like

I’m not mapper, but it seems to me… That there is a very limited range of heights on the maps. So such things happen if you lower a floor to the lowest possible height and somehow lower it even more with shovel/explosions.

Is there any way to fix it? It kinda ruinns the map if not

Well… IIRC there were some entities that turn off terraforming by explosions. Maybe you just need delete some of them. I’ll try to tell more details a bit later.

Or you can just make area a bit higher?

1 Like

I have tried making the area higher but the terraforming tool is just so ass that it is impossible


When i try to make it higher it only does it from the center and i can make it taller from the sides

Well… Here probably better to use “clean terraforming changes”.

It doesnt work anymore on that area for some reason. When i try to use it nothing happens

Did you many changes with terraforming? If not then you can try to open scene file and remove terraforming code. Find this code:

entity{
  _template:t="terraforming"

  "elevs:array"{
    elevs:p4=260.093, -369.68, 5, 10
    elevs:p4=241.691, -329.725, 5, 10
    elevs:p4=232.871, -286.233, 5, 10
    elevs:p4=216.1, -270.046, 5, 10
    elevs:p4=219.483, -216.754, 5, 10
    elevs:p4=188.561, -249.012, 5, 10
    elevs:p4=170.687, -267.111, 5, 10
    elevs:p4=183.61, -234.5, 5, 10
    elevs:p4=203.032, -226.335, 5, 10
    elevs:p4=205.265, -243.699, 5, 10
    elevs:p4=184.292, -275.883, 5, 10
    elevs:p4=177.254, -268.948, 5, 10
    elevs:p4=190.982, -241.823, 5, 10
    elevs:p4=212.181, -235.85, 5, 10
  }

  "egras:array"{
    egras:p3=908.922, -266.456, 100
  }
}

And make it looks like:

entity{
  _template:t="terraforming"

  "elevs:array"{
  }

  "egras:array"{
    egras:p3=908.922, -266.456, 100
  }
}

It will clean all terraforming changes. Or you can try to remove each line to find your terraforming change that lower floor in bunker area… It would be good to do some backups before work with scene.

1 Like

I managed to fix it the traditional way. It took lots of tries but now those weird towers wont appear. I really wish that we got more polished terraforming tool so nobody would have to deal with this

1 Like