Planet Pelagos


Visit Pelagos, an insular planet of coconuts. Use calciners to refine resources, and unlock cargo ships as the perfect way to connect its scattered shores

Content
11 hours ago
2.0
15.8K
Factorio: Space Age Icon Space Age Mod
Planets Transportation Logistics Combat Enemies Environment Mining Fluids Logistic network Manufacturing Power Storage

b [working on it] Incompatibility with KS_combat_updated

5 months ago

Hi,

Loving the palm trees, I engaged some copper spitters, and had to turn off the KS combat mod since my bullets didn't hit.
I see the collision boxes are set, it is probably a collision-mask issue.

Your masks:
collision_mask = { layers = { ["is_object"] = true, ["train"] = true }, not_colliding_with_itself = true },

KS combat create bullet entity mask:
hit_collision_mask = { layers = { object = true, player = true }, not_colliding_with_itself = false },

The difference in first glance is: "object" = true / "is_object" = true.

Hope this helps.

5 months ago

I will dig into that
thx

New response