Page 1 of 1

uoclient.cfg Encryption

Posted: Wed Nov 09, 2016 12:11 pm
by atreiu
Hello folks

i want to connect from 2d and 3d enhanced client to server at the same time

with that in uoclient.cfg i can connect from 3D client only but can't connect from 2D

Code: Select all

Listener none
{
	Port		2593
	Encryption	 none
}
with that i can connect from 2D but not 3D enhanced

Code: Select all

Listener 7.0.52.2
{
	Port		2593
	Encryption	 7.0.52.2
}
i try combine but still no success

Code: Select all

Listener 7.0.52.2
{
	Port		2593
	Encryption	 7.0.52.2
}

Listener none
{
	Port		2594
	Encryption 	none
}

Re: uoclient.cfg Encryption

Posted: Thu Nov 10, 2016 9:08 am
by atreiu
damn i cant delete my newbie post :(

so my fault was that i've set different ports for 2d and 3d client in uoclient.cfg

Code: Select all

Listener 7.0.52.2
{
   Port      2593
   Encryption    7.0.52.2
}

Listener none
{
   Port      2594
   Encryption    none
}
but forget to set proper port in login.cfg of 2d client. also in servers.cfg should be config for both ports

so thanks for watching =)