Skip to content
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

A way to hide markers done by a player, and a way to see them if needed. #28

Open
VyMajoris opened this issue Jul 16, 2021 · 1 comment
Labels
component:web Affects web component enhancement New feature or request

Comments

@VyMajoris
Copy link

If a player is making unwanted markers during a mission, it would be nice if the admins/GMs could flag said player so that the makers made would be hidden by default, but could be made visible to count as evidence for unwanted behavior.

I'm imagining this being done by script calls, no need for special interfaces, as this would be done by administrators only.

@VyMajoris VyMajoris changed the title A way to hide markers done by player, and a way to see them if needed. A way to hide markers done by a player, and a way to see them if needed. Jul 16, 2021
@Fank Fank added component:web Affects web component enhancement New feature or request labels Jul 16, 2021
@indig0fox
Copy link
Member

We could have an additional column in the DB, since SQLite is fairly easy to edit using tools like SQLiteBrowser, that contains a comma or semicolon separated list of 'names' that should be blacklisted from having their markers displayed during playback. We can import that data with the other recording details, and omit those markers from being created. Name would match whatever the player's name was during the recording.

This would prevent having to modify scripting in game, preserve our minimalist JSON format, and allow administrators to more easily blacklist specific recordings with undesirable markers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:web Affects web component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants