Ceejzor
Murica Born N Raised!
I have searched as much as possible for a multi-world tutorial but have found none that are helping me anyone got one thats helpful?
rep+++ for links :$
rep+++ for links :$
Make a copy[?] of your server, either use same database or a new (same is recommended), change ports and worldId in config.lua, alter servers.xml, ...?
loginOnlyWithLoginServer = [B]true[/B]
loginPort = 717[COLOR="Red"][B]1[/B][/COLOR]
gamePort = 717[B]3[/B]
adminPort = 717[COLOR="Red"][B]1[/B][/COLOR]
statusPort = 717[COLOR="Red"][B]1[/B][/COLOR]
loginPort = 717[COLOR="Red"][B]4[/B][/COLOR]
gamePort = 717[B]3[/B]
adminPort = 717[COLOR="Red"][B]4[/B][/COLOR]
statusPort = 717[COLOR="Red"][B]4[/B][/COLOR]
Compile with -D__LOGIN_SERVER__
config.lua,
Code:loginOnlyWithLoginServer = [B]true[/B]
also i'm not sure if ports should be like this:
or thisCode:loginPort = 717[COLOR="Red"][B]1[/B][/COLOR] gamePort = 717[B]3[/B] adminPort = 717[COLOR="Red"][B]1[/B][/COLOR] statusPort = 717[COLOR="Red"][B]1[/B][/COLOR]
Code:loginPort = 717[COLOR="Red"][B]4[/B][/COLOR] gamePort = 717[B]3[/B] adminPort = 717[COLOR="Red"][B]4[/B][/COLOR] statusPort = 717[COLOR="Red"][B]4[/B][/COLOR]
They don't. You have to add it yourself.Do I have to do "Compile with -D__LOGIN_SERVER__" before I try it or do some come already ready for multi-world?
No, it seems that you must use same login/status/admin port (7171) for all worlds.and in IP changer for second world would I put in 7174 instead of 7173?
It looks like the servers are not using the same distribution.
Same version.
Okay to be honest I have no idea what I'm talking about.