suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

Map user limit. #2164

Closed CLAXES closed 1 year ago

CLAXES commented 1 year ago

I don't know if there is a system like this, but can you do something like this.

Hi, can a user limit be set for maps? If there are 100 people on a map, can it be set to automatically create a virtual map for the 101st person, so that person doesn't see the others. I want to have a maximum of 100 people on a map, then I want a new map to be created from the same map. can you make a system like this, since it is a mobile game, more on the same map is a problem.

insthync commented 1 year ago

Do you asking for channel system ?

CLAXES commented 1 year ago

Yeah, do you have that system?

insthync commented 1 year ago

Not yet.

CLAXES commented 1 year ago

When can you add this system

insthync commented 1 year ago

I don't know too.

CLAXES commented 1 year ago

how can I make a system similar to this now, can I start 2-3 separate mapserver or something like that, or should I start the central server separately, should I start them all separately, should I show more than one server at the entrance to the game, if I make it for 100 people, should I buy a new build for each one, by changing the ports.

I may not be able to explain it fully because my English is bad, I want to have a maximum of 100 people and then I want to connect them to a different place, but can I do them from a single server?

tubhluas commented 1 year ago

you can just do 2 host server on your server end. when server 1 is 100 players, 101 player can choose to enter to server 2 or can just queue on server 1 until someone log out. in ur client server setting you just do 2 server, each server indicate thier own ip address connect to each of your host.

insthync commented 1 year ago

I think this https://github.com/suriyun-production/mmorpg-kit-docs/issues/2152 might be the same thing, let's move to talk about it there.