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

Allow to configure multiverse (multiple universes) definitions outside of the Registration script #43

Open
mdziekon opened this issue Jun 29, 2019 · 2 comments
Labels
enhancement_request All issues containing enhancements proposals to the existing functionalities, codebase or dev setup

Comments

@mdziekon
Copy link
Owner

Currently, one has to define all universes in the reg_mainpage.php script, which is a bit cumbersome and can be easily overwritten, since this file belongs to the repo's files. For easier maintenance, it should be possible to define all available universes in a separate, out-of-repo config file.

TODO:

  • Allow to define available Universes in a separate config file.
@mdziekon mdziekon added the enhancement_request All issues containing enhancements proposals to the existing functionalities, codebase or dev setup label Jun 29, 2019
@lilmnm-kamikaze-
Copy link

To give you some direction on this. in my game i have a database setup with a table for each universe (could be a link or the url to that uni) it has columns for if the uni is "active" or not and would not show when the player goes to select a uni. we have now also implemented "special" unis that are invite only. we have people login to the master server then from there they select the uni and then they are taken to that uni and logged in there.

For the uni list we have the master server read the database for the open unis and have it return it as a json object that is then added to a formatted list. It could also be a drop down if you need.

before i had it in the database, it was in a universe.json file that was then parsed and sent to the list.

@Ho2x
Copy link

Ho2x commented Sep 11, 2021

Currently, one has to define all universes in the reg_mainpage.php script, which is a bit cumbersome and can be easily overwritten, since this file belongs to the repo's files. For easier maintenance, it should be possible to define all available universes in a separate, out-of-repo config file.

TODO:

  • Allow to define available Universes in a separate config file.

Hello,
can you tell me how you manage to create several universes from this "reg_mainpage.php" file.
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement_request All issues containing enhancements proposals to the existing functionalities, codebase or dev setup
Projects
None yet
Development

No branches or pull requests

3 participants