How can I change the network configuration of the EdAlive Server and the client programs?
The EdAlive Server works by listening for incoming connections on a "lobby" port (1626 by default) and passes each connection off to a new port in a specified range (ports 2000-4000 by default) for data communication.
By default, the client program tries to find the location of the EdAlive Server by scanning each IP address on the same subnet using port 1626. You can speed up the connection process by forcing the client program to connect to the right IP address (using the correct port) rather than having it scan the entire network. To do this:
When you run the client program, it should immediately connect to the correct IP address using the EdAlive Server's lobby port. Note that Windows XP has a built in scan limit.
You can edit the configuration files of both the EdAlive Server and the client programs. However, we recommend you do so only if the client programs cannot create a connection.
The default format for the client program's configuration file is as follows.
[info]
buffer=none
GraphicsLevel=3
SoundLevel=7
DisableQuickTime=0
DisableScreenChange=0
UseSoundLevel=0
ForceIP=0
ForcePort=0
The default format for the EdAlive Server configuration file (called "server.cfg") is as follows.
[default]
buffer=none
ServerName=EdAlive Network Server
LobbyPort=1626
DynamicPortRange=2000-4000
MaximumPortCount=32
UseIP=any
ModuleSearchString=mod_
MaximumRunningModules=8
LoadingWait=3000
[performance]
cmInt=1
cmn=1
cpuHogTicks=20
sleep=25
FPS=30
ShowModules=1