"Building (read FAQ for details) and Build Grades"
I'm not able to find the FAQ to help with this.
If I'm looking to disable Decay and also prevent non-owners/unauthorized players from destroying bases and deployables.
Do I just need to modify these two spots in the DamageControl.json?
and change all these to 0.0 ?
I'm not able to find the FAQ to help with this.
If I'm looking to disable Decay and also prevent non-owners/unauthorized players from destroying bases and deployables.
Do I just need to modify these two spots in the DamageControl.json?
"Building": {
"AllowDecay": "false",and change all these to 0.0 ?
"BuildingBlock_Multipliers": {
"arrow": 1.0,
"bite": 1.0,
"bleeding": 1.0,
"blunt": 1.0,
"bullet": 1.0,
"cold": 1.0,
"coldexposure": 1.0,
"decay": 1.0,
"drowned": 1.0,
"electricshock": 1.0,
"explosion": 1.0,
"fall": 1.0,
"generic": 1.0,
"heat": 1.0,
"hunger": 1.0,
"poison": 1.0,
"radiation": 1.0,
"radiationexposure": 1.0,
"slash": 1.0,
"stab": 1.0,
"suicide": 1.0,
"thirst": 1.0Thank you,
Noebody