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

[feat] Support for single room config #36

Open
3 tasks
TsFreddie opened this issue Aug 29, 2021 · 0 comments
Open
3 tasks

[feat] Support for single room config #36

TsFreddie opened this issue Aug 29, 2021 · 0 comments

Comments

@TsFreddie
Copy link
Contributor

TsFreddie commented Aug 29, 2021

Currently everything HAS to be configured in different room files, even if you only intend to use it for one room. And gamemode's vote are designed to have a prefix that may confuse any hosters.

Here's the idea that might help with hosters with teeworlds experience and intend to only host one room/one gamemode in their server:

  • Allow gm_ prefix for gamemode config that get automatically applied to room config called 'default'. (e.g. gm_scorelimit 100
  • If sv_room is enabled, /create or room votes allows creating room with the same config as the default.
  • And maybe we should just remove vote prefix (maybe use a hashmap) altogether since the prefix don't provide anything useful for the users, and basically every votes will be room votes instead of global since most features have already been moved into instances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant