Skip to content

Support aliases for patterns #2654

Open
@spscally

Description

@spscally

The Problem

Let's say I am working on a town and I use the following pattern for all of the roads: 55%gravel,25%tuff,20%coarse_dirt. When adding new road, I have to make sure to either write down or remember what this pattern was for consistency.

A Solution

Would it be possible to save (locally to clients) aliases for patterns? Then I could do something like:

  1. //alias mountain_town_road 55%gravel,25%tuff,20%coarse_dirt - to save the alias
  2. //set mountain_town_road - example of using it

Alternatives

My current solution is to leave a sign near the build I'm working on that lists out any patterns I am using. This isn't perfect because the sign may be broken or forgotten about.

Anything Else?

Apologies if this functionality already exists! If it doesn't and you all are willing to add it, I would be willing to implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions