View Single Post
  #2  
Old 05-28-2010, 08:49 AM
Akyra
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

Hi,

The PEQ Database variable for LoginServer I am using is public. This connects to both my internal login server (EQEmuLoginServer) and the public EQEmu loginserver.

As for which filename for the ini you would need depends on which version of EQEmuLoginServer.exe you are using. If you're planning on building one from the latest source, you will need to use login.ini whereas if you are using the binary available on the google codebase you will need to use eqemulogin.ini. A good XML configuration depends solely on which version you use as they require different files. The below is XML needed for the binary version currently available on the google codebase (v1.0) though:

Quote:
eqemulogin.ini
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=<db_host>
DatabaseCatalogName=<db_name>
DatabaseUserName=<db_user>
DatabaseUserPassword=<db_password>
OPCodePathAndFileName=login_opcodes_sod.conf
If you are changing from MiniLogin to EQEmuLoginServer, your LoginServer.ini file will be made redundant as this file will no longer be used because it only applies to MiniLogin.

Hope this helps.

Akyra
Reply With Quote