Page 3 of 3
Re: Splitting login and game server poll.
Posted: Sat Jul 21, 2012 10:07 am
by powerful0guardian
Zoey76 wrote:There isn't duplicated files, the L2DatabaseFactory for example is different for LS and GS.
You are kind of off-topic here anyway

the keyword is ATM. But if you split LS and GS, there will be duplicated classes exists in LS and in GS project... But in that case MMOCore and Commons project could be merged (cause same category)
PS: its related to it, so not off topic

Re: Splitting login and game server poll.
Posted: Wed Jul 25, 2012 10:15 pm
by Villy90
I dont know what to say about this, because at the moment login and game are in the same place they both work as they should without problems, so i don't see any special benefit except for the fact that you will be able to connect more than one server to the login if they split. If there is a lot of work and this will amke many custom content/mos from working than i vote no :p
But if it will not change anything like custom mods will still work then i see this as a really good thing

Re: Splitting login and game server poll.
Posted: Thu Jul 26, 2012 7:19 am
by jurchiks
able to connect more than one server to the login if they split
you can do that, just specify same loginserver id to multiple gameservers...
and no, this would not affect most custom mods in any way, because most mods are in gameserver, not loginserver.
Re: Splitting login and game server poll.
Posted: Thu Jul 26, 2012 9:45 am
by powerful0guardian
Villy90 wrote:I dont know what to say about this, because at the moment login and game are in the same place they both work as they should without problems, so i don't see any special benefit except for the fact that you will be able to connect more than one server to the login if they split. If there is a lot of work and this will amke many custom content/mos from working than i vote no :p
But if it will not change anything like custom mods will still work then i see this as a really good thing

this will be good for developers. Even if project are in more parts you can build only that part you want to use and not the whole pack. + for development it's more designed