BeltRouter Lite

by plexpt

This mod allows you to route belts and pipes automatically: 1. Put the starting belt and ending belt on ground first, 2. then select the starting belt with control+right-click and 3. select a ending belt with control+left-click. Boom, belt ghosts are created! (hint: you can also disable underground belt by shift+ctrl+left-click at the ending belt)

Utilities
4 months ago
1.1 - 2.0
5.58K

g Fix for text label bug

4 months ago

Hi, when you select multiple belts as starting points and then un-select them, the label stays on the screen. Also reported here

To fix it, in selection_queue.lua change these lines:

if otherSelection and otherSelection.textId and otherSelection.valid then
    otherSelection.text = i

to this:

if otherSelection and otherSelection.textId and otherSelection.textId.valid then
    otherSelection.textId.text = i

I have tested it.

4 months ago

thanks

4 months ago

updated

New response