How to disable structure damage on dedicated server
I recently installed a dedicated server using Ubuntu. After the install I was left with two config files (dedicatedserver.cfg and SonsGamingSettings.cfg. I've tried making the changes in both files separately but can't get it to work, enemies still damage structures. Current configs below and each structure entry is at the bottom of each file. Any help is appreciated!
1 Reply
Dedicatedserver.cfg
{
"IpAddress": "0.0.0.0",
"GamePort": 8766,
"QueryPort": 27016,
"BlobSyncPort": 9700,
"ServerName": “ServerName”,
"MaxPlayers": 2,
"Password": “Password”,
"LanOnly": false,
"SaveSlot": 1,
"SaveMode": "Continue",
"GameMode": "Normal",
"SaveInterval": 600,
"IdleDayCycleSpeed": 0.0,
"IdleTargetFramerate": 5,
"ActiveTargetFramerate": 60,
"LogFilesEnabled": false,
"TimestampLogFilenames": true,
"TimestampLogEntries": true,
"SkipNetworkAccessibilityTest": true,
"GameSettings": {
"Structure.damage": false
},
"CustomGameModeSettings": {}
}
SonsGameSettings.cfg
{
"_settings": [],
"name": "SonsGameSettings_customInstance",
"CustomGameModeSettings": {
"GameSetting.Multiplayer.Cheats": false,
"GameSetting.Multiplayer.PvpDamage": "Normal",
"GameSetting.Vail.EnemySpawn": true,
"GameSetting.Vail.EnemyHealth": "Normal",
"GameSetting.Vail.EnemyDamage": "Normal",
"GameSetting.Vail.EnemyArmour": "Normal",
"GameSetting.Vail.EnemyAggression": "Normal",
"GameSetting.Vail.AnimalSpawnRate": "Normal",
"GameSetting.Vail.EnemySearchParties": "Normal",
"GameSetting.Environment.StartingSeason": "Summer",
"GameSetting.Environment.SeasonLength": "Default",
"GameSetting.Environment.DayLength": "Default",
"GameSetting.Environment.PrecipitationFrequency": "Default",
"GameSetting.Survival.ConsumableEffects": "Normal",
"GameSetting.Survival.PlayerStatsDamage": "Off",
"GameSetting.Survival.ColdPenalties": "Off",
"GameSetting.Survival.StatRegenerationPenalty": "Off",
"GameSetting.Survival.ReducedFoodInContainers": false,
"GameSetting.Survival.SingleUseContainers": true,
"GameSetting.Survival.BuildingResistance": "Normal",
"GameSetting.Survival.CreativeMode": false,
"GameSetting.Survival.PlayersImmortalMode": false,
"GameSetting.FreeForm.ForcePlaceFullLoad": false,
"GameSetting.Construction.NoCuttingsSpawn": false,
"GameSetting.Survival.OneHitToCutTrees": false,
"GameSetting.Structure.Damage": false
}
}