PDA

View Full Version : It's Alive


redstrike_98
09-13-2004, 01:55 AM
Well after many hours of headaches and being very close to giving up I finally got a Server up and running using minilogin and 5.3. My friends are all looking forward to logging on =). Now for a new problem and I know its not supported by the Devs.

I am using minilogin, 5.3, Windows XP, and a hub.

What do I need to change in my files to let others on a LAN join my computer. And what do they need to change to join me.

samandhi
09-13-2004, 02:17 AM
Loginserver.ini should read:
# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=my minilogin test
worldaddress=localhost
locked=false
account=eqemu
password=eqemu


[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=localhost


Boot5zones.bat should read:
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls


I quote:
MiniLoginAccounts.ini



localhost eqemu eqemu

IMPORTANT: You HAVE to add a space after this line:


localhost eqemu eqemu_ <-- that's supposed to be a space
You need to add another line just like the first only with each individual UN and PW, for each computer participating...

Each computer participating must have eqhost.txt file that reads:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}



[edit] Also, make sure that any firewalls that are running, have all the ports you see above open, so that incoming traffic will function properly...

giulietta
09-13-2004, 10:46 AM
congrats man.. I started working on it right after I read your posts last night.. and just finished it now to come here and find you beat me to the punch!

I am going to see about making mini-login work with 5.8 if possible