Hey,yestarday i started b3 normally hosted at my pc.Commands are working normally but are really slow (3-4 seconds).Thats my server.cfg options:
set g_log "games.log" //name of the logfile. Empty ("") means no log. Log will be in the q3ut4 folder in windows. Linux uses ~/.q3a/q3ut4
set g_logsync "2" //enables/disables direct writing to the log file instead of buffered
set g_loghits "1" //log every single hit. Creates very big logs
set g_logroll "0" //create new log every now and then, instead of always using the same one
set logfile "1" //additional logging in seperate qconsole.log file. 1=buffered, 2=synced
set g_cahtime "60" //Interval in seconds of awarding points for flags in Capture and Hold gamemode
set sv_log_damage "1"
My b3.xml is:
<?xml version="1.0"?>
<configuration>
<settings name="b3">
<set name="parser">iourt41</set>
<set name="database">mysql://root:*******@localhost/b3</set>
<set name="bot_name">-[.X-p.]-^7:</set>
<set name="bot_prefix">^1-[.X-p.]^7:-</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">CST</set>
<set name="log_level">10</set>
<set name="logfile">c://program files/BigBrotherBot_1.3.3/b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">********</set>
<set name="port">27015</set>
<set name="game_log">
http://ftp://server3061:********@ftp.verygames.net/games/quake3/q3ut4/.quake3/q3ut4/games.log</set>
<set name="public_ip">77.111.251.22</set>
<set name="rcon_ip">77.111.251.22</set>
<set name="punkbuster">off</set>
</settings>
<settings name="autodoc">
<set name="type">xml</set>
<set name="maxlevel">100</set>
<set name="destination">5</set>
</settings>
<settings name="messages">
<set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</set>
</settings>
<settings name="plugins">
<set name="external_dir">C:\\Program Files\BigBrotherBot_1.3.3\extplugins</set>
</settings>
<plugins>
<plugin name="admin" config="@b3/conf/plugin_admin.xml"/>
<plugin name="stats" config="@b3/conf/plugin_stats.xml"/>
<plugin name="status" config="@b3/conf/plugin_status.xml"/>
<plugin name="poweradminurt" config="@b3/conf/poweradminurt.xml"/>
<plugin name="xlrstats" config="@b3/conf/xlrstats.xml"/>
<plugin name="punkbuster" config="@b3/conf/plugin_punkbuster.xml"/>
<plugin name="pingwatch" config="@b3/conf/plugin_pingwatch.xml"/>
</plugins>
</configuration>
The b3.log can be found here
http://www.text-upload.com/read.php?id=8514&c=9508629Thanks at all.