-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vlasky's content #112
base: main
Are you sure you want to change the base?
Add Vlasky's content #112
Conversation
@@ -0,0 +1,108 @@ | |||
group: nybt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I tend to use the author's name for the group name as much as possible. It's a bit arbitrary, and I feel like maybe we should establish a clear convention on this. Any suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know what, I think you're right. I was previously wanting to prefer the team whenever possible, but it does feel a little more natural to say "Vlasky's NYBT 525 west 48th street" than "NYBT's 525 west 48th street (by Vlasky)". The team is usually always the first part of the name anyways, so it'll be easy to search for. I'll update this.
- assetId: vlasky-nybt-525-west-48th-street-maxisnite | ||
include: | ||
- "/MaxisNite/" | ||
- "/Industrial Revolution Mod_Zoning/Qudruple lot/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the author is not completely inactive (last visit was in April 2024), so maybe I would anticipate on a potential future fix by using a regex here: /Industrial Revolution Mod_Zoning/Qua?druple lot/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't necessarily anticipate a fix (if there hasn't been one since 2012), but a regex is not a bad idea anyways.
General remark: if you want to automatically strip the - id: 237489
name: Vlasky
prefixes:
- nybt |
Why would this be something you recommend? |
Basically because in the default channel it is often omitted too. In the default channel, the "rule" seems to be that non-dependency plugins don't include the team name, whereas dependencies do include the team name as the |
Thank you for the extra explanation; that makes sense. I'll update this PR and proceed this way in the future. I'll also update the permissions with the rest of the NYBT members. |
Over the last 10 years or so, publishing under team names has become less common, as most of the teams disbanded. So if the content is clearly attributable to a single author who ideally is also the uploader, I think it makes sense to use the author name as group. For dependency packs, I mainly followed existing names to make it easy to identify and recognize the correct dependency pack. |
Also fix 'Quadruple' misspelling with regex
This PR adds all of Vlasky's content. Ref #99.