0ptera / Logistic-Train-Network

Factorio mod adding logistic network for trains.
Other
155 stars 55 forks source link

Use upgrade planner for stations. #320

Closed cablegunmaster closed 1 year ago

cablegunmaster commented 1 year ago

TL;DR Able to change stations using the upgrade planner.

What ? To be able to change stations by using the upgrade planner, by dragging an area of the map into a different type of station:

Train station -> LTS LTS -> Train station Train station -> Depot station Depot station -> Train station LTS -> Depot station. Depot station -> LTS

Why ? because more stations can be easily transformed by using bots instead of doing it manually.

0ptera commented 1 year ago

Factorio can only fast replace entities with the same collision box size. LTN stops require different collision and selection box size for the additional I/O entities.

Stop types of LTN stops are determined by input signals. Just change the constant combinator feeding into the stop. That can be done with blueprints even without bots.

cablegunmaster commented 1 year ago

Ah sad :D , but it makes sense.