is it possible to setup open world PvP with no base raiding?

Started by TheHateMaker, January 17, 2020, 11:23:23 AM

TheHateMaker

just curious if this can be setup in the configs for a private server. so like a permanent base raid protection. but still allowing open world PvP.

ai_enabled

Hello!
You can adjust the server rates config in order to remove the damage by bombs to the buildings:
Quote
## All damage dealt by bombs to structures is multiplied on this rate.
## You can set it to 0 to disable bombs damage to structures.
## Applies only on PvP servers - on PvE it will be always 0.
## Default value: 1.0
DamageExplosivesToStructuresMultiplier: 0

It will protect high-level bases (T3 or higher) against any damage.
However, T1-T2 bases still could be raided with melee weaponsΓÇöthough it will take a lot of time and melee weapons to do so.
You can modify the server by removing any structural damage if you want to ensure no damage to bases. If you're curious I can provide the changes necessary (basically a one line change in a single script included in the game).

Regards!