Station Group Nominator


Allows select and rename a group of train stops. New name accept placeholders between braces ( e.g. {x} ) that will be replace by a incremental numbers .

Utilities
3 years ago
0.18 - 1.1
113
Owner:
MarineZuh
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
4 years ago
Latest Version:
1.0.0 (3 years ago)
Factorio version:
0.18 - 1.1
Downloaded by:
113 users

What it is

I was tired of manually renaming stops of my outpost when I only needed to change a single number in the name so I made this. It adds a shortcut that allows select and rename a group of train stops with the same name and optional incremental numbers.

How to use it

how to use gif that I can't make show up here somehow

  • Select the shortcut
  • Drag over the train stops
  • Fill the text field with the new name.
  • Confirm starting numbers
  • Confirm

Pattners

The new stop name accepts placeholders between braces that will be replaced by incremental numbers.
Example: for 2 stop selected and the name "Iron Ore pick up {x}", it woul generate:
- Iron Ore pick up 1
- Iron Ore pick up 2

For the name "#{y} Iron Ore pick up {x}", it would generate:
- #1 Iron Ore pick up 1
- #2 Iron Ore pick up 2

Changelog

  • (04/2021) Added option to change starting numbers