-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changable World Names #73
Comments
It might still be desirable to provide the default value for world names through the seed, e.g. when using the cli to generate a multiworld seed. A potential concept could be to use the initially provided world names as identifiers for the worlds, using syntax such as Other places where world names are used are the generator.log and the comments in seeds used as spoiler data. |
I'd get rid of world names altogether in the seed generation process and just specify the world count, so you get Seed 1 - n every time. The world IDs are not predictable and can change as well, so the server has to keep a mapping between seed ID and world ID anyways. It would be very confusing if you could specify yet another set of world names that are not used anywhere. Especially if two people swap worlds and change the world names respectively, the log and actual world names are mixed up. Thus I'd write seed IDs (1 - n) to the spoiler comments and have a small tooltip in the UI to show the seed ID for a world. The in-game spoiler map can show actual world names. |
Also possible. |
I'll ask some other players |
Numeric identifiers seem to be generally accepted.
|
Sounds good. Ping me with the new seedgen CLI arg that takes the world count once it exists (currently there isn't one, is it?) so I can update the server. |
Another hurdle I came across: What about split-settings multiworld? On same-setting multiworld there isn't a strict assignment between seeds and players at generation time, so having players enter the unnamed worlds at will and auto-naming them then could make sense. But with split settings the individual seeds are strictly intended for specific players. Wouldn't naming the worlds upfront be more intuitive here? When deciding on the settings for a specific world the ui could display who these settings are for, and when auto-creating the worlds on the server they can be named after the players their seeds are for. |
Good point. Either give the option to name the seed configs, or show seed settings, that are not common between all seeds (e.g. if not all seeds use the same difficulty, show the difficulty for each world's seed) |
This is implemented on the client and seedgen side, moving to server |
It could be convenient to allow changing world names after generating the seed.
This would affect the messages such as "Ori's Keystone" and "Gorlek Ore from Sein", where "Ori" and "Sein" would currently be the world names assigned at seed generation time.
These messages could instead contain a specialized syntax that gets filled with world names fetched from the server. This way they could stay up to date when changing world names in the multiworld interface.
The text was updated successfully, but these errors were encountered: