-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
More worlds #42
Comments
Do you need more independent servers or you need more worlds where people can connect to one server and travel between each other? For the first use case, I recommend just spawning 2 docker containers. This gives you better control over the server resources each server use, and some sort of security isolation (i.e. if one server is hacked, the hacker would need to escape docker to hack the other server). For the latter use case, I think you need to modify |
thank for reply,i will try to modify supervisor.conf |
the multi-shard capability will normally link as many as you want... but beware that any more than 2 worlds will need manual wormholes linking each. |
@Hicsy Thank you very much for the information! |
Hi, I had the same requirement. I outsourced the supervisor.conf to be run from the mounted volume so I can change it when needed.
|
@Hantsch Thank you very much for the documentation. BTW, If you want to override any single file in a Docker container, you can always use |
I'm closing this for now; if you still have problems, please comment below. |
emmm,I want to know how could i create more words and start them.
more words just the dst-server have more words in Cluster_1 floder, this floder have another word except 'Cave' and 'Master',it maybe have 'Master1' floder and the 'Master1' floder represent anthoer word.
so, i want to know how can i add one or more word into dst-server.
Tips: i have find that i should revise the supervisor.conf file ,but i don't know how to change it.
That's all i thought.
The text was updated successfully, but these errors were encountered: