SKKmods Posted November 5, 2017 Share Posted November 5, 2017 Spawned turrets are attacking friendly NPCs when they shouldn't and I cant figure out why: Using lvlTurretTriopdRemoveFromAllFactions() to clear the default unfriendly TurretFactionAddToFaction(PlayerFaction)AddToFaction(WorkshopNPCFaction) The spawned turret does not attack Player, Companion or spawned allies added to PlayerFaction. The spawned turret does attack any other settlement settler (who is in WorkshopNPCFaction) and friendly citizens in DC, Goodneighbour, Bunker etc. Any ideas ? Link to comment Share on other sites More sharing options...
SKKmods Posted November 5, 2017 Author Share Posted November 5, 2017 The turrets are attacking neutral relationship NPC factions because the base game lvl actors are configured for: Unaggressive - Will not initiate combat, but ...Aggro radius - When a Neutral/Enemy enters the Attack radius, the actor just attacks ... didn't see the logic of attacks on neutrals coming. So the answer is to create quest specific lvlTurret actors based on the LChar templates, configured for Aggressive to attack enemies on sight and disable aggro radius so they don't attack neutrals. Faff. Link to comment Share on other sites More sharing options...
BlahBlahDEEBlahBlah Posted November 6, 2017 Share Posted November 6, 2017 The aggro radius was a real key for myself a couple times, yeah....just does a lot more than I ever expected it to do. Anywho, good luck. =) Link to comment Share on other sites More sharing options...
SKKmods Posted November 6, 2017 Author Share Posted November 6, 2017 On reflection the most evil guys in history didn't attack neutrals, so, whoever specified that logic must be like, super-evil (in a post apocalyptic game designer context). Link to comment Share on other sites More sharing options...
Yulliah Posted November 6, 2017 Share Posted November 6, 2017 If it's not your friend, shoot it dead...That is not a good strategy... :S How will you make new friends if you shoot everyone that isn't your friend yet? Link to comment Share on other sites More sharing options...
Recommended Posts