Some ClientUserinfo
lines got their content messed up.
Most likely related to bug #cucurb3 - server renames players 'UnnamedPlayer_x' which occurs with the exact same scenario.
Some ClientUserinfo
lines got their content messed up.
Most likely related to bug #cucurb3 - server renames players 'UnnamedPlayer_x' which occurs with the exact same scenario.
Server renames players 'UnnamedPlayer'.
Most likely related to bug #cucurb2 - ClientUserinfo lines got messed up which occurs with the exact same scenario.
Connecting on a full server shows message Server is full
and later Server is for low ping only
while server is still full.
Video : http://youtu.be/kzNQbVAaHh0
0:00 ------------------------------------------------------------
0:00 InitGame: \sv_allowdownload\0\g_matchmode\0\g_gametype\4\sv_maxclients\12\sv_floodprotect\1\g_warmup\20\capturelimit\0\sv_hostname\Le ^4po^7tag^1er ^7de ^2Courgette ^3[4.2]\g_followstrict\0\fraglimit\15\timelimit\20\g_cahtime\60\g_swaproles\0\g_roundtime\3\g_bombexplodetime\40\g_bombdefusetime\10\g_hotpotato\2\g_waverespawns\0\g_redwave\15\g_bluewave\15\g_respawndelay\8\g_suddendeath\1\g_maxrounds\20\g_friendlyfire\2\g_allowvote\536870984\g_armbands\2\auth_notoriety\0\auth_cheaters\1\auth_enable\0\g_ctfUnsubWait\0\dmflags\0\sv_minRate\0\sv_maxRate\0\sv_minPing\0\sv_maxPing\120\sv_dlURL\urbanterror.net\g_maxGameClients\0\g_deadchat\2\g_gear\0\g_teamnamered\patates\g_teamnameblue\navets\g_survivorrule\0\version\ioQ3 1.35urt linux-i386 Aug 3 2012\protocol\70\mapname\ut4_casa\sv_privateClients\0\ Admin\Courgette\ Email\[email protected]\gamename\q3urt42\g_needpass\0\
Drag the following bookmarklet link on your bookmark bar Pulse: focus my article to enjoy navigating Pulse article with the keyboard.
Once on pulse.me, you only need to click that bookmarklet once and all your article will be fixed.
# coding=UTF-8 | |
# | |
# Rcon client for Ravaged game server | |
# Copyright (C) 2012 Thomas LEVEIL | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# |
// ==UserScript== | |
// @id github.com-d86a8bf3-0cf3-4cb5-b311-3b20f108a4ab@scriptish | |
// @name Github Service Hooks sorter | |
// @version 1.3 | |
// @namespace https://github.com/ | |
// @author Thomas LEVEIL | |
// @description Sort your Github Service Hooks by putting the enabled one at the top | |
// @include /^https?:\/\/github\.com\/[^/]+\/[^/]+\/admin/[^/]+$/i | |
// @run-at window-load | |
// @updateURL https://raw.github.com/gist/3778981/github_hooks_sorter_userscript.js |
<?xml version="1.0" encoding="UTF-8" ?> | |
<configuration> | |
<settings name="b3"> | |
<set name="parser">ravaged</set> | |
<!-- | |
<set name="database">mysql://dbuser:dbpass@localhost/dbname</set> | |
--> | |
<set name="database">sqlite://@conf/database.sqlite</set> | |
<set name="bot_name">b3</set> | |
<set name="bot_prefix"><![CDATA[<FONT COLOR='#F9D90F'> B³:]]></set> |
Starting from v1.9.0dev10 BigBrotherBot (B3) has support for Ravaged dedicated game servers.
# | |
# BigBrotherBot(B3) (www.bigbrotherbot.net) | |
# Plugin for extra authentication of privileged users | |
# Copyright (C) 2005 Tim ter Laak ([email protected]) | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# |