stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

Grid Cluster logic #38

Open zrisher opened 9 years ago

zrisher commented 9 years ago

The game engine treats grids connected via pistons and rotors as separate grids, which would currently require a new classifier each. If we could detect these, it would make more sense for child grids to share the classifier of the parent grid.

The engine treats grids attached via merge blocks and connectors (right?) as one ship, when in fact we may want to treat them as two via the opposite of the above logic.