madprof / alpha-ioq3

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

b3? #7

Closed liamuk closed 13 years ago

liamuk commented 13 years ago

I can't seem to get b3 working with this build; whenever b3 tries to connect, it exits with: WARNING 'NoneType' object has no attribute 'getString' WARNING Could not query server for fs_basepath WARNING Could not query server for fs_homepath

and if I'm connected to the server, it kicks me (everything's on the same ip, so that's probably why) as b3 tries to connect with the rationale "Liamuk canz notz haz adminz"

mission commented 13 years ago

that is because you either need to add: set sv_rconwhitelist "" to your server config. or create a file like whitelist.dat then add your ip to it. this file will be a list of ip's allowed to use rcon commands., setting sv_rconwhitelist to be blank disables this, allowing anyone with the rcon pass to use rcon.

on side note, you will need to slightly modify the iourt41.py parser for b3 to get it to work, as the ioquake3 engine returns users ip without a port, where the iourt engine displays the players ip with a port. here is a link to that info: http://www.bigbrotherbot.net/forums/installation-support/ioquake-1-36/msg8181/#msg8181

mission commented 13 years ago

derp.. if you do add create a whitelist.dat, then you will probably wanna add the b3 bots ip also