Damage control plugin

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

HurtUnsc

Member
Joined
Dec 13, 2021
Messages
5
I was wondering if any one could me out with what I might be filling out wrong on the config file.
 
I was wondering if any one could me out with what I might be filling out wrong on the config file.
Hi, If I'm not wrong you got help in discord right?
 
With getting the key entered yes. I am just confused about adding more then one dino.
 
so I have tried this way

"TamedDinos":[
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/Tributes/TerraNova/TerraNova_Character_BP.TerraNova_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/TitanGod/TitanGod_Character_BP.TitanGod_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Robot/Extinction/Mek/Mek_Character_BP_AE.Mek_Character_BP_AE'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/FeatheredDarkStar_Character_BP_Tamed.FeatheredDarkStar_Character_BP_Tamed'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/ArmoredDarkStar_Character_BP_Tamed.ArmoredDarkStar_Character_BP_Tamed'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear/Dinos/Celestial/Argentavis/CelestialArgent_Character_BP.CelestialArgent_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
""Player"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""TamedDino"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""WildDino"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""Structure"": {
""AllowDamage"": false,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
}
}
],
 
along with this way
],
"TamedDinos": [
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/Tributes/TerraNova/TerraNova_Character_BP.TerraNova_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/TitanGod/TitanGod_Character_BP.TitanGod_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Robot/Extinction/Mek/Mek_Character_BP_AE.Mek_Character_BP_AE'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/FeatheredDarkStar_Character_BP_Tamed.FeatheredDarkStar_Character_BP_Tamed'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/ArmoredDarkStar_Character_BP_Tamed.ArmoredDarkStar_Character_BP_Tamed'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear/Dinos/Celestial/Argentavis/CelestialArgent_Character_BP.CelestialArgent_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
],
"WildDinos": [
{
"Blueprint": "",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
],
 
Eu queria saber se alguém poderia me informar o que eu poderia estar preenchendo errado no arquivo de configuração.
[/CITAR]

siga seu arquivo corrigido, você deixou várias chaves abertas e algumas duplicatas faltando o fechamento
 
Support is provided in tickets in my discord
 
Tempest Dedicated Servers
Tebex
Back
Top