[Help] More than 1 server on Loading

04/13/2014 20:56 RaistlinsGod#1
Hello again :)
Been working with my server(s) for a little while now, and I am wondering what I am missing to merge the two of them. They are both on the same hamachi (two different locations).
I.E. Two servers will show up when a prospective player wants to log in. So they have a choice (maybe a test server).

I have changed channellist, loginlist, server/iplist all to contain the new one.

Channellist.csv and loginlist.csv look something like this

Group/channel index(login server index)/ip/port/name
0/0/*****/50005/Blah
1/1/******/50005/Blah2

Server/iplist I just added the new ip and a 2.

I understand what I am missing is probably something rather stupid -.- but could someone point me in the right direction? :o

EDIT I have now edited bin/server config file to say
0,Blah,0,0
1,Blah2,1,1
The two now appear, but not connecting just leaving me with a black screen. I don't even get the "cannot connect to server....." only black screen, but I can still hear the character select sound in the back ground. The first server is still accessible as normal.
04/13/2014 21:13 Trac3r#2
Goto bin/server.config

Index,Name,Group,Select
0,Trac3r Rebirth,0,0
1,Trac3r Rebirth Test,1,1

That should do it :)

Idk if the last part also should be 1,1 or it should be 0,0 can't remember xD
04/13/2014 21:38 RaistlinsGod#3
Thank you for your response :) I did modify that now and tried it both with 1,1 0,0 and 1,0 because I have group set to 1 in the other files. No luck with any of these settings working. I have modified the share/server/iplist to "grade" 1 instead of 2 to see if this works. Will edit after reboot to update.

EDIT
Tried it with "grade" in share/server/iplist set to 1 (client and server) in all the settings previously mentioned with bin/server.config. It seemed to have zero effect.
04/13/2014 21:55 Trac3r#4
Yeah the grade got nothing to do with it xD

Hmm let me see,

Loginlist.csv(share):
Group,LoginServer Index,IP,Port
0,0,127.0.0.1,7880
1,0,127.0.0.2,7880

Server.config(bin):
Index,Name,Group,Select
0,Trac3r Rebirth,0,0
1,Trac3r Rebirth 2,0,0

Try something like that
04/13/2014 22:31 RaistlinsGod#5
Tried your recommendation (ty again) and no such luck.
It logs me into the same server on both selections.
I tried setting the group in bin/server.config to 1 to match the share and it goes black screen again with the login sound in the back ground. So no luck there /= trying to set the channellist to reflect the loginlist.
04/13/2014 22:51 Trac3r#6
You has started a different server right?
04/13/2014 23:03 RaistlinsGod#7
Correct I have two servers, two computers, one hamachi. It is working now.
Here was the proper configuration:
Loginlist.csv(share) AND channellist.csv(share):
Group,LoginServer Index,IP,Port
0,0,127.0.0.1,7880
1,0,127.0.0.2,7880

Server.config(bin):
Index,Name,Group,Select
0,Trac3r Rebirth,0,0
1,Trac3r Rebirth 2,1,0

My thanks to you for helping me through it. Now hopefully this information is here for others :)
04/13/2014 23:21 Trac3r#8
Yw : and good you got it fixed :p