- Edited
I recently saw in the Brood Mod by @Doge420GoodGuy that he made a roof turret. How in the world do you do that? I mean, how the heck did he manage to make the projectile skip over his armor parts in his Brood Faction ships?
Okay, I read the code and figured it out:
in the turret object of weapon part
AllowFireWithBlockedLOS = true
in the Sprite component of the bullet
RenderBucket = Upper
in the Hit component of the bullet
SourceShipCollisionDelay = 10.01