Log in

View Full Version : Setting up local LoginServer with Akka's Pack


style214
09-27-2015, 12:36 AM
Hey everyone. I forgot to grab all my files from my home machine when I deployed, I ended up getting a new laptop, and I am trying to set up a local server here. I tried to connect up through the usual loginserver, but due to the location and the way the network is set up, my only option is to try and create a local connection. Is there anywhere I can get a working Loginserver version without needing to download and build? The net connection can be very limited, I would like to be able to just play locally, but right now I am not seeing a method to...

Uleat
09-27-2015, 12:52 PM
Someone posted a link to a pre-built login server that works with the current server - it doesn't change very often - but, I don't have it off-hand...


Aside from that, you'll need the bottom seven files here: https://github.com/EQEmu/Server/tree/master/loginserver/login_util - and...

The contents of this configuration file: https://github.com/EQEmu/Server/blob/master/utils/defaults/eqemu_config.xml.full


You can either download and rename that file, or just copy the contents into your current file.

You should probably make a back-up copy of your old one, first..and you will have to configure both the log.ini and the new eqemu_config.xml files.


Can't remember if the 'standard' install requires the crypto dll: http://code.google.com/p/projecteqemu/downloads/list


(On the seven files... One of the top two files may work..but, I haven't checked them to see if either are valid.)


Wiki ref: http://wiki.eqemulator.org/p?Windows_Private_Login_Server_Setup_Guide&frm=Main

And you may (or may not) need to reference the main setup guide as well.

style214
10-04-2015, 01:18 AM
Thank you for the links, I will be on the lookout for the pre-built, I thought there was a loginserver.exe that was needed...All I remember was I got the loginserver to work at home, but then the worldserver was failing.