uoclient.cfg Encryption

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.

Moderator: POL Developer

Post Reply
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

uoclient.cfg Encryption

Post 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
}
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

Re: uoclient.cfg Encryption

Post 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 =)
Post Reply