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

Do map rotation via script #19

Closed
Alystrasz opened this issue Sep 12, 2024 · 1 comment
Closed

Do map rotation via script #19

Alystrasz opened this issue Sep 12, 2024 · 1 comment

Comments

@Alystrasz
Copy link
Owner

Currently, when server fetches maps resource of the API, it assumes there is one map configuration per map entry in its playlists_v2.txt file; this prevents a map from featuring multiple configurations.

We could allow that by letting server do the map rotation itself instead of depending on playlists_v2.txt.

Example mod doing map rotation: https://thunderstore.io/c/northstar/p/Maxb0tbeep/MapSelect/

@Alystrasz
Copy link
Owner Author

Since 054ec10, server is able to round-robin over existing map configurations; technically, it selects the next map excluding the ones previously played, but the same logic can be reused with map configurations.
Closing for now.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Parkour gamemode roadmap Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant