PDA

View Full Version : Config files


FlitTastic
08-21-2008, 07:00 PM
Ok, i see all kinds of posts saying what should be in the eqemu config file, and how its so easy, but there are 2 eqemu config files in the folder, and no one says which file needs to be edited. So, the following is whats in my 2 eqemu config files:

First
<?xml version="1.0">
<server>
<world>
<shortname>Oasis</shortname>
<longname>Oasis Revisited</longname>
<!-- Only specify these two if you really think you need to. -->
<address>10.0.0.5</address>
<localaddress>10.0.0.5</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>10.0.0.5</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<unlocked></unlocked>
<!-- Sets the shared key used by zone/launcher to connect to world. -->
<key>kiw9083wdfgesiwud</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*****</password>
<db>peq</db>
</database>
</server>

Second:

<?xml version="1.0">
<server>
<world>
<shortname>Oasis</shortname>
<longname>Oasis Revisited</longname>
<!-- Only specify these two if you really think you need to. -->
<address>10.0.0.5</address>
<localaddress>10.0.0.5</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<unlocked></unlocked>
<!-- Sets the shared key used by zone/launcher to connect to world. -->
<key>kiw9083wdfgesiwud</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*****</password>
<db>peq</db>
</database>
</server>

Anyone who actually knows what all this stuff does and means see what im doing wrong? With what ive got so far, I can log-in, see my server, enter my server, get to the character creation screen, and create a character. As soon as I try to enter the world however, windows pops up a window that says world.exe has encountered a problem and must close, and the game becomes totally unresponsive and has to be closed with task manager.

hayward6
08-22-2008, 10:25 PM
If you have two of them, delete one (Actually, delete the first one since I know it has errors. your login server IP won't work like you have it) Usually one of them is named different so it doesn't apply, but you can remove it to avoid confusion.

The following statement means exactly what it says, you shouldn't change it... But if you are planning on changing it, make sure it's right. the address line should be your IP address that the outside world sees, and the local address should be 127.0.0.1

<!-- Only specify these two if you really think you need to. -->
<address>10.0.0.5</address>
<localaddress>10.0.0.5</localaddress>

Angelox
08-23-2008, 06:03 AM
You're posting in Mini-Login , so I take you are setting up a LAN game?
This Link (http://www.eqemulator.net/forums/showthread.php?t=25898) will help you out.