-
Notifications
You must be signed in to change notification settings - Fork 89
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 Parkour to supported gamemodes #1198
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: HSQuillin <[email protected]>
Signed-off-by: HSQuillin <[email protected]>
I see the existing Parkour games seem to be "scorebox" gamemode, even though they don't designate it explicitly. Parkour could be a logical alternate name for scorebox mode, if the desired behavior is the same, with the point being to perhaps better convey the game to players via PGM labels. Is this the current intended benefit of these commits? It would be interesting, if parkour gamemode had different rules from scorebox to make this a distinct gamemode, but perhaps there are no relevant differences. |
Currently, the way of making Parkour legitimately work is by making the objective a scorebox. Although this approach is slightly hacky (not the intended use for a scorebox), it works quite well. My line of thinking is that, since this is a game that the community is fleshing out and there are multiple demonstrated uses of Parkour in PGM existing across servers, it deserves to have its own gamemode. The potential for Parkour is to develop in its own style to include things like checkpoints, spirals (blocks that rotate you automatically when you stand on them a-la Spiral Parkour mode), etc. which can be supported later down the line. |
There's a difference between tags and gamemodes. Scorebox is a tag, for one of pgm's features, but it doesn't define the map. It is often used in either arcade, or TDM maps. In this case, parkour would be a sub-genere of the arcade gamemode, and i don't see any reason why it couldn't be there as a gamemode to more closely represent what the map is about. I believe there's enough parkour maps in pgm so that we can justify having this as a separate gamemode. |
@Electroid any opinions on the matter? should we promote parkour to be its own pgm gamemode, or leave it to stay within arcade? |
I'm not Electroid, but this would be useful for Warzone as well. We have a few parkour maps that we wouldn't necessarily consider arcade. It would be important to us that they have a separate tag for stat tracking purposes. |
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.
This should be done in the gamemode.properties file instead. This file is for English UK.
Would a potential alternative here be adding support for custom map tags? Parkour maps could be tagged as parkour accordingly and used to look up and filter where needed. |
Map tags are, as of now, considered "facts" about a map: "this map has scoreboxes", "this map has monuments", "this map has wools". That's not to say that this has to be the system forever or that it can't be changed, but at least as of now, it makes more sense for this to be a gamemode (or, just a |
Parkour maps have been a genre that have been growing and the most recent submission being two weeks ago. Has gradually populated the map repo and some examples include Parkour: Jungle, Parkour: Debris, spins such as Build: Parkour, and has expanded to Team parkour with Team Parkour: Ice & Team Parkour: Jungle. 33 pages of mentions in Discord of Parkour in OCC. Relevant to include, other forks like Stratus have Parkour in default rotations and are played frequently and has grown in PGM.
Saw other files have translated components commented out, wasn't sure if those were necessary to include in this PR since I don't have the translations for it. Happy to incude them if necessary.