Danielv123 / gridworld

Automatic creation of distributed factorio gridworlds connected using edge_transports
4 stars 0 forks source link

Use base auto ports #23

Closed Danielv123 closed 5 months ago

Danielv123 commented 5 months ago

When the gridworld plugin was first created, clusterio did not have a way to automatically assign instance ports. This meant that for every new instance created, a port had to be manually assigned in the web interface. I solved this by implementing automatic port picking in gridworld.

Clusterio now supports automatic port assignment, so this feature is no longer needed. This plugin changes to use the default clusterio port assignment and correctly read the assigned port.