PDA

View Full Version : How do you rename the server?


pepsi_cola
05-12-2006, 12:53 AM
This may be a stupid question, but I'm going to ask anyway. How do you rename the server that shows up under the server select screen? Which files do I modify? The reason I ask is that every time I rename my server, the client crashes every time. But, when I rename it back to its default name, everything is good to go. I modified the eqemu_config.xml file as follows:

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Server</longname><---Only line that I changed.

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

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</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>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>

So, is there another file that I need to modify or can someone tell me how to do this?

hansolojim
05-12-2006, 12:57 AM
Change the shortname to an acronym of your server name

Change the longname to the name you want your server to be called.

save

pepsi_cola
05-12-2006, 01:13 AM
Ok, I did that, and now there is no server listed on the server select screen. Can the server be renamed using the minilogin? If so, I am having problems.

hansolojim
05-12-2006, 02:39 AM
Could you post your eqhost.txt please?

pepsi_cola
05-12-2006, 04:59 AM
Here is my eqhost.txt:

[LoginServer]
Host=127.0.0.1:5999

Belfedia
05-12-2006, 06:38 AM
Name of server isn't in XML config with minilogin
But in loginserver.ini

[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin <------------------ here
worldaddress=127.0.0.1
locked=false
account=
password=

pepsi_cola
05-12-2006, 07:54 AM
Doesn't the eqemu_config.xml file override the *.ini files?

Belfedia
05-12-2006, 12:15 PM
Doesn't the eqemu_config.xml file override the *.ini files?

Not with minilogin i think, minilogin is make before eqemu 0.6.5-0.7.0 style. That explain why it work too bad perhaps.

pepsi_cola
05-12-2006, 02:47 PM
I figured it out. I guess the name I was using was causing the problem. Thats strange. Anyway, thanks for all the help.