GregorSamsanite / nullius

Nullius overhaul mod for Factorio
17 stars 19 forks source link

picker dollies #10

Closed CaitSith2 closed 1 year ago

CaitSith2 commented 1 year ago

There is an API for picker dollies to react to moving items, and blacklisting others from being moved.

This is an example of something that picker dollies should not be allowed to move. (I put all the geothermal plants into a nice line, and at the same time started tapping that spot for volcanic gas. image

An example of where picker dollies should react to an entity being moved, so that it gets moved in full, collision zone and all. image

Speaking of collision zones, picker dollies is not even able to move large beacons period, because of it being one Large collision zone rather than 4 separate collision zones that the wind turbines seem to follow.

GregorSamsanite commented 1 year ago

This is not currently on the list of supported mods, so this isn't surprising. However, I've identified the small list of scripted composite buildings and will use the interface to mark them as not moveable. It's not quite as good as using the other interface to support moving wind turbines and such, but it's a much, much simpler change. This will be addressed in the next update.

GregorSamsanite commented 1 year ago

The current update now prevents moving the small number of problematic scripted buildings.