Hi LaserHydra
Could you please add turrets to the config, ive tried to fix it. But no luck..
Please add turrets
Could you please add turrets to the config, ive tried to fix it. But no luck..
Please add turrets
imkat98
Having same issue but it's not his problem. Lol
What do you mean ? He is the developer
Add the following in to the code in the private CombatEntityType GetCombatEntityType(BaseEntity entity) section
if (entity is BaseTrap)
return CombatEntityType.Turret;
if (entity is IOEntity)
return CombatEntityType.Turret;
Then in the Config I added the following and it worked for me
{
"KillerType": "*",
"VictimType": "Player",
"DamageType": "Bullet",
"Messages": [
"{owner}'s {killer} did its job and killed {victim}."
]
}That seems to have worked for me, but I also have a heavily