[Help]How do 2 Server Shaiya?

12/07/2012 22:26 JujiPoli#1
Hello, I searched in elitepvpers " How Do Login02 / GameGroups02 shaiya" and founded nothing, is someone know how make 2 server on server files? When i try install Login02 / GameGroups02 I click INSTALL (cross is green) and it do nothing..
12/07/2012 22:46 JohnHeatz#2
#Moved to the right section
12/08/2012 07:36 hootzoo#3
[GAMESERVERS]
// Game01 = name, Mapping ServerID, Mapping DB ID(use prev server id), GameServer IP, DBAgent IP, GameLog IP
GameServerCount=1
Game01=Gaia, 1, 1, 127.0.0.1, 127.0.0.1, 127.0.0.1

Make it look like this, but add you're Server 1's ip to the Game02 and change the names of course:


[GAMESERVERS]
// Game01 = name, Mapping ServerID, Mapping DB ID(use prev server id), GameServer IP, DBAgent IP, GameLog IP
GameServerCount=2
Game01=Gaia, 1, 1, 127.0.0.1, 127.0.0.1, 127.0.0.1
Game02=Teos, 2, 2, 192.168.1.1, 192.168.1.1, 192.168.1.1


Now, in ps_login, we need to change the file to look like this


[GAMESERVERS]
// Game01 = name, Mapping ServerID, Mapping DB ID(use prev server id)
GameServerCount=2
Game02=Teos, 2, 2

Use the same mapping server and database id's as the ps_gamewar.ini file and change any ip's here to your Server 1's ip.

In ps_session, change the ip and the Game01=Gaia to Game02=Yourname under [GAMESERVERS]. Leave the GameServerCount at 1.

And, finally, in ps_userlog, change the ip to Server 1's ip.

That's just Server 2 files.
Now we move on to Server 1.

There's not really much to do here, just add your server 2 GameName in a couple of files.

In ps_gamewar.ini, add the line like above posted under gamewar, only change the ip's to match your Sql Server ip.

In ps_login.ini, add the line like above posted under login.

In ps_session.ini, change the [GAMESERVERS] to look like this:


[GAMESERVERS]
GameServerCount=2
Game01=Gaia
Game02=Teos

One other thing, to get it to show up in the PSM_Server Manager, add these lines in the PSMServer_Config.ini
in your PSM_Server\Config directory.

[Login_002]
<sv_maxuser> = 5000
<ip_login> = Server 2 lan ip


[GameGroup_002]

Copy the [GameGroup_001] lines here and change the ip's for public ip, ip game, dbagent, and gamelog to Server 2's ip,
leave the db ip's set your Sql Server ip.

yea if that don't help don't know what to tell you^^
09/13/2013 22:39 JujiPoli#4
Hello, I did all you said, but it CROSS I click install and it dosent want to.
[Yes, I know the thread is old But I just want an answer please, thanks]

It dosent show in PSM_ServiceMRG in psm_client but I did what you said.