OpenArena Message Boards

OpenArena => Technical Snafus => Topic started by: tuftuf on October 08, 2007, 12:46:27 AM



Title: cannot use private slots on a passworded server?
Post by: tuftuf on October 08, 2007, 12:46:27 AM
Hi,

We have a server setup, in which
g_password "s3/cr#t"
g_needpass 1
sv_maxclients 5
sv_privateClients 1
sv_privatePassword "mores#cre/t"

I can't enter to the private slots if the server is full, i.e. 4 players connected to the server.

If I use /password s3/cr#t , then it says the server is full . If I use /password mores#cre/t then it says "invalid password" .

Is there a way to have the server both passworded and private slotted?




Title: Re: cannot use private slots on a passworded server?
Post by: w1zrd on October 11, 2007, 08:35:25 AM
When the settings are:

g_password "public_password"
g_needpass 1
sv_maxclients 5

Then 5 clients can connect after providing /password public_password

If the settings are:

g_password ""
g_needpass 0
sv_maxclients 5
sv_privateClients 1
sv_privatePassword "private_password"

Then a user can enter a full server with /password private_password

but the problem is that when a server has:

g_password "public_password"
g_needpass 1
sv_maxclients 5
sv_privateClients 1
sv_privatePassword "private_password"

It's what TufTuf explained, only explained in a different way :)