nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Server


From: Jerome Lanquetot
Subject: Re: [Nel] Server
Date: Thu, 18 Jan 2001 18:50:22 +0100

Thanks Vianney,
 
I have now two bugs.
 
- The first one is when i launch the moves service, it closes itself.
- The second one (linked to the first one i guess) is when i launch the client i get the following exception:
"01/01/18 18:45:00 ERR client.cpp 2574: Exception: toto2"
 
I give you all my config files:
 
ls.txt:
 
Users = {
};
 
Shards = {
 "172.16.2.11", "StartPosition"
};
 
ns.cfg:
 
Host="jlt";
Port=50000;
 
and client.cfg:
// CLIENT CONFIG FILE
 
FullScreen = 0;
Width = 800;
Height = 600;
Depth = 16;
Position = { 1840.000000, -970.000000, -23.520323 };
Heading = { -0.122154, 1.000000, 0.0 };
Background = { 100, 100, 255 };
DataPath = "data/";
FontName = "n019003l.pfb";
LanguageIndex = 0;
LSHost = "172.16.2.11";
Login = "jaylee";
Password = "a";
ShardIP = "172.16.2.11";
CharacterIndex = 0;
LandscapeTileNear = 50.000000;
LandscapeThreshold = 0.001000;
 
 
 
----- Original Message -----
From: "Vianney Lecroart" <address@hidden>
To: <address@hidden>
Sent: Thursday, January 18, 2001 6:19 PM
Subject: Re: [Nel] Server

> >I have some problems launching the five services: log, login, moves, naming
> and time.
> >I found nowhere some help about the functionnalities about each service and
> the order in which they start.
> >Could you help me to launch correctly the services.
>
> first, you have to create the ns.cfg file with:
>
> --------begin of ns.cfg-------
> Host="your nameservice ip";
> Port=50000;
> --------end of ns.cfg-------
>
> after, you launch, in order:
> - naming                   <-- used to find a specific service by his name
> - log                         <-- centralized log for all service
> - time                       <-- centralized time reference
> - login                      <-- centralized user account for all shard
> - moves                   <-- a shard
>
> of course, some services will create some config file that you have to fill.
> you have to put in the ls.txt the moves service host ip like this:
>
> ----
> Shards = {
>  "your moves service host ip", "the name of the shard appears on the client"
> };
> ----
>
> Vianney Lecroart
>
>
> _______________________________________________
> Nel mailing list
>
address@hidden
> http://www.nevrax.org/mailman/listinfo.cgi/nel
>
reply via email to

[Prev in Thread] Current Thread [Next in Thread]