Constructron-Continued

by ILLISIS

An automated Spidertron; has the ability to move, set logistic requests, construct, deconstruct, repair and upgrade entities/blueprints of any size, anywhere on the map with items from your logistic network for the ultimate fire and forget automation and megabase quality of life experience with unmatched scaling potential.

Tweaks
2 months ago
1.1
22.9K

b Missing SE Dependency

1 year, 7 months ago

Hello!

I'm working on making Space Spidertron compatible with yours and I found a small bug. You set up the masks for the regular spider correctly, but because you don't have a dependency on SE the collision layers don't exist when you try to set it up. So it adds a nil here for example:

        local collision_mask_space_tile = collision_mask_util_extended.get_named_collision_mask("space-tile")
        table.insert(constructron_collision_mask, collision_mask_space_tile)

You can simply add to info.json:

"(?) space-exploration"
1 year, 7 months ago

Hi

Added to 1.0.35 =)

1 year, 7 months ago

Thanks :)