config/servers.cfg

For questions relating to POL scripting (not necessarily related to WoD)

Moderators: Siobhan, Sebastian, Drocket

config/servers.cfg

Postby Gwardosa on Wed Apr 14, 2004 2:47 am

I cannot seem to find this file. I have downloaded all of Drockets and WOD website files that i can possible try. Is there a way someone can email me it or find a link to it? Im gana continue searching around for it but who knows.

Thanks
Gwardosa
Sr. Newbie
 
Posts: 27
Joined: Sun Mar 28, 2004 12:11 am
Location: Famine or Shame level 4

Postby SDonald on Wed Apr 14, 2004 7:21 am

Odd that it isn't included in the download. I think it used to be.
Servers.cfg is a vital file required to start POL (as you would have found out!)


Code: Select all
/////////////////////////////////////////////////////////////////////////////
//
//  SERVERS.CFG: Loginserver configuration data on Gameservers
//
//  Entries can contain the following properties:
//      Name        Display name shown on login screen
//      IP          IP Address of game server
//                      Note: --ip-- uses your "Internet IP" address
//                            --lan-- uses your "LAN IP" address
//                            Otherwise, must be a numerical IP address.
//      Port        Listening port of Gameserver
//                      Note: This does not configure the server to actually
//                            listen at that port - POL.CFG specifies that.
//      IPMatch     IPAddr/Mask
//                      If IPMatch lines are present for a server, that server
//                      will only be displayed to clients connecting from IP
//                      addresses matching those specified
//
/////////////////////////////////////////////////////////////////////////////

GameServer
{
    Name    POL local
    IP      127.0.0.1
    Port    5003
}
GameServer
{
    Name    POL
    IP      --lan--
    Port    5003
}



Eg:
* to call it Test World
* if the server is on 192.168.0.3
* and you want to use port 2593,
then the entry could say this:

Code: Select all
GameServer
{
    Name    Test World
    IP      192.168.0.3
    Port    2593
}


To match this entry, you would have the following login.cfg on your client PC:
Code: Select all
;Loginservers for Ultima Online
LoginServer=192.168.0.3,2593


That will let you log on, but not necessarily enter the game.
The game server (not login server) is configured in separate files:
pol\pol.cfg
pol\pkg\character\uoclient.cfg

See how you go.
SDonald
Regular Poster
 
Posts: 102
Joined: Fri Oct 11, 2002 7:47 am
Location: Australia

Postby Gwardosa on Thu Apr 15, 2004 9:12 pm

Thanks got it fixed and running.
Gwardosa
Sr. Newbie
 
Posts: 27
Joined: Sun Mar 28, 2004 12:11 am
Location: Famine or Shame level 4


Return to Scripting Forum

Who is online

Users browsing this forum: No registered users and 1 guest

cron