Basically...
It's actually quite easy to get LAN play going on..
basically just edit out all the 'localhost' information and replace it with your real IP in almost everything...
Should look like this:
NOTE: Host machine is where the worldserver is run. Client machines are the machines on your network that you want to connect and play.
LoginServer (host machine)
----------------------------------
loginserver=Real IP (10.0.0.x, 192.168.x)
worldname=RandomServer
locked=false
account=
password=
worldaddress=Real IP (10.0.0.x, 192.168.1.x)
loginport=5999
LoginServer (client machine)
-----------------------------------
loginserver=Host's IP
worldname=
locked=
account=
password=
worldaddress=Host's IP:9000
loginport=5999
boot5zones.bat (10.0.0.x is where your REAL IP goes, only run on host machine)
--------------------
@echo off
start zonent . 10.0.0.x 7800 10.0.0.x
start zonent . 10.0.0.x 7801 10.0.0.x
start zonent . 10.0.0.x 7802 10.0.0.x
start zonent . 10.0.0.x 7803 10.0.0.x
start zonent . 10.0.0.x 7804 10.0.0.x
exit
cls
eqhost.txt (Host machine)
--------------------------------
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
eqhost.txt (Client machine)
----------------------------------
[Registration Servers]
{
"HOST IP:5999"
}
[Login Servers]
{
"HOST IP:5999"
}
This *WILL* work with the Minilogin, however, you can only use one account. Have everyone log in on the same account, and make a new character. In that case, you can only have up to 8 people playing at one time, until the full login server is released to the public..
Word up.
-j
|