madprof / alpha-ioq3

|ALPHA|'s fork of ioquake3
http://www.urtalphaclan.com/
GNU General Public License v2.0
8 stars 4 forks source link

whitelist not working #8

Closed akincer closed 13 years ago

akincer commented 13 years ago

Maybe I'm doing something wrong.

I created a whitelist.dat and tried both:

xxx.xxx.xxx.xxx

AND

xxx.xxx.xxx.xxx:-1

I placed the file in these folders:

.q3a/q3ut4

serverfolder/

serverfolder/q3ut4

I put this line in the server config: set sv_rconWhitelist "whitelist.dat"

I added an IP address (the local server where the UrT server runs) and executing an rcon command results in the no cookie message.

Any tips?

akincer commented 13 years ago

the xxx.xxx.xxx.xxx is the server IP address trying to do the rcon.

The folders got jacked. They are:

.q3a/q3ut4

serverfolder/

serverfolder/q3ut4

madprof commented 13 years ago

So the format has to follow serverbans.dat, not the old banlist.txt format. I've added a description of that format to the wiki page.