Support | News | Classic | F.A.Q. | Discord | Discussions | Wiki | Roadmap

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

FireShredder24 It's very easy, check the Krooms mod, in the text of the roof cannon, he explains how to do it.

    Write a Reply...