Gjum / SnitchMod

load jalist, display snitch ranges, snitch placement helper
GNU General Public License v3.0
6 stars 5 forks source link

Automatically name placed snitches #37

Open awoo-civ opened 1 year ago

awoo-civ commented 1 year ago

The name should just be the same as the name of the previously-placed snitch.

I've been privately using this functionality for years now and it has proven to be more accurate than one would expect from such a simple heuristic.

The implementation must yield to the recently-added auto rename functionality: https://github.com/Gjum/SnitchMod/pull/31.

Gjum commented 1 year ago

Good idea, and much more straightforward both to understand and implement than any location/distance based naming schemes.