• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Multi-world Tutorial?

Ceejzor

Murica Born N Raised!
Joined
Jul 5, 2008
Messages
2,305
Reaction score
198
Location
USA - Philippines
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 :$
 
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, ...?
 
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, ...?

Wouldn't using the same database make it able for characters to log on either of the OT's? and I did that config.lua and servers.xml thing and when try to login using port 7173 it debugs me when I go to enter an account in :(

I'm looking to host a real map and a Armonia-edited map
 
Compile with -D__LOGIN_SERVER__

config.lua,
Code:
loginOnlyWithLoginServer = [B]true[/B]

also i'm not sure if ports should be like this:
Code:
	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]
or this
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]
 
Compile with -D__LOGIN_SERVER__

config.lua,
Code:
loginOnlyWithLoginServer = [B]true[/B]

also i'm not sure if ports should be like this:
Code:
	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]
or this
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]

Do I have to do "Compile with -D__LOGIN_SERVER__" before I try it or do some come already ready for multi-world? and in IP changer for second world would I put in 7174 instead of 7173?
 
Do I have to do "Compile with -D__LOGIN_SERVER__" before I try it or do some come already ready for multi-world?
They don't. You have to add it yourself.
and in IP changer for second world would I put in 7174 instead of 7173?
No, it seems that you must use same login/status/admin port (7171) for all worlds.

The above statement only applies if you're going to use login server.
In this case you would always use port 7171.
 
This look right so far?
2h5plrn.jpg


So all that's left to do if this is right is compile?
 
Back
Top