Author Topic: The coverage is very fragile.  (Read 84 times)

Offline shadics

  • Captain
  • ***
  • Posts: 56
    • View Profile
The coverage is very fragile.
« on: May 15, 2025, 09:18:13 am »
I've noticed that any type of weapon can destroy almost anything within the game. Even my assault rifles can break stone walls with a single shot. I saw that the Brutal-OXCE mod has an option to make cover indestructible or much more fragile. Does that mean there's a universal way to increase the durability of cover? If so, where do I need to look?
 ???

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 9571
    • View Profile
Re: The coverage is very fragile.
« Reply #1 on: May 15, 2025, 09:43:48 am »
If so, where do I need to look?

In BOXCE, under Options > Advanced > BOXCE > Terrain destructibility

Offline shadics

  • Captain
  • ***
  • Posts: 56
    • View Profile
Re: The coverage is very fragile.
« Reply #2 on: Today at 09:55:03 am »
I found that option, what I wanted to know is if I can modify that outside of the game, because the options the mod gives me don't convince me.

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 9571
    • View Profile
Re: The coverage is very fragile.
« Reply #3 on: Today at 10:22:56 am »
Yes, you can modify the MCD files in a MCD editor.

Offline CrazedHarpooner

  • Colonel
  • ****
  • Posts: 196
    • View Profile
Re: The coverage is very fragile.
« Reply #4 on: Today at 11:28:02 am »
Alternatively, you can mod each weapon to alter the damage dealt to terrain with
Code: [Select]
damageAlter:
  toTile: 0.5 # Default value
You can even combine both options, via MCD record editing to toughen / weaken each terrain part and weapon moding to increase / decrease their terrain destruction capabilities.