<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Teeworlds Forum — [MOD] FlagBall]]></title>
		<link>https://www.teeworlds.com/forum/viewtopic.php?id=1843</link>
		<atom:link href="https://www.teeworlds.com/forum/extern.php?action=feed&amp;tid=1843&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [MOD] FlagBall.]]></description>
		<lastBuildDate>Mon, 12 Aug 2019 00:34:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=123242#p123242</link>
			<description><![CDATA[<p>For future reference, the 0.7 thread is over there: <a href="https://www.teeworlds.com/forum/viewtopic.php?pid=123238">https://www.teeworlds.com/forum/viewtop … pid=123238</a></p>]]></description>
			<author><![CDATA[null@example.com (Dune)]]></author>
			<pubDate>Mon, 12 Aug 2019 00:34:13 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=123242#p123242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=116605#p116605</link>
			<description><![CDATA[<p>I know its old post but.. <img src="https://www.teeworlds.com/forum/img/smilies/big_smile.png" alt="big_smile" /> i made a server for this mod <img src="https://www.teeworlds.com/forum/img/smilies/smile.png" alt="smile" /></p><p>108.61.177.59:8314</p><p>Btw map can be found here: <a href="http://heinrich5991.de/teeworlds/maps/maps/fb_teamplay_a80a8dc8.map">http://heinrich5991.de/teeworlds/maps/m … 0a8dc8.map</a></p>]]></description>
			<author><![CDATA[null@example.com (Ryozuki)]]></author>
			<pubDate>Thu, 19 Nov 2015 20:17:42 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=116605#p116605</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=76819#p76819</link>
			<description><![CDATA[<p>By the way, Phoenix2012, the compiler was complaining about an extra semicolon in variables.hpp on line 88. Not sure why gcc does not complain.</p>]]></description>
			<author><![CDATA[null@example.com (Nilaya)]]></author>
			<pubDate>Sun, 16 Jan 2011 03:16:35 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=76819#p76819</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=76596#p76596</link>
			<description><![CDATA[<div class="quotebox"><cite>Nilaya wrote:</cite><blockquote><p> It should work.</p></blockquote></div><br /><p>Hmm not really <img src="https://www.teeworlds.com/forum/img/smilies/hmm.png" alt="hmm" /><br />My PC: Windows 7 Home Premium, 64 Bit; Microsoft Visual Studio 2010; Bam 0.2.0; Python 2.7</p><div class="codebox"><pre><code>C:\Users\Manuel\Desktop\Flagball-1.17&gt;call &quot;C:\Program Files (x86)\Microsoft Vis
ual Studio 10.0\VC\vcvarsall.bat&quot;
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
bam: building &#039;server_release&#039;
[ 1/24] #1 c src/engine/server/es_server.c
es_server.c
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(88) : err
or C2059: Syntaxfehler: &#039;;&#039;
src\engine/e_config.h(16) : error C2059: Syntaxfehler: &#039;}&#039;
src\engine/e_config.h(18) : error C2061: Syntaxfehler: Bezeichner &#039;config&#039;
src\engine/e_config.h(18) : error C2059: Syntaxfehler: &#039;;&#039;
src\engine/e_config.h(31) : error C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
src\engine/e_config.h(31) : error C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
src\engine/e_config.h(31) : error C2059: Syntaxfehler: &#039;)&#039;
src\engine/e_config.h(32) : error C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
src\engine/e_config.h(32) : error C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
src\engine/e_config.h(32) : error C2059: Syntaxfehler: &#039;)&#039;
src\engine/e_config.h(33) : error C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
src\engine/e_config.h(33) : error C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
src\engine/e_config.h(33) : error C2059: Syntaxfehler: &#039;Typ&#039;
src\engine/e_config.h(33) : error C2059: Syntaxfehler: &#039;)&#039;
src\engine/e_config.h(34) : error C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
src\engine/e_config.h(34) : error C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
src\engine/e_config.h(34) : error C2059: Syntaxfehler: &#039;Typ&#039;
src\engine/e_config.h(34) : error C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(5) : erro
r C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(5) : erro
r C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(5) : erro
r C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(6) : erro
r C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(6) : erro
r C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(6) : erro
r C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(7) : erro
r C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(7) : erro
r C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(7) : erro
r C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(8) : erro
r C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(8) : erro
r C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(8) : erro
r C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(10) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(10) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(10) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(12) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(12) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(12) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(13) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(13) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(13) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(15) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(15) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(15) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(17) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(17) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(17) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(18) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(18) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(18) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(19) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(19) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(19) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(21) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(21) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(21) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(23) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(23) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(23) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(25) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(25) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(25) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(26) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(26) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(26) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(28) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(28) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(28) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(30) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(30) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(30) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(31) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(31) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(31) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(32) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(32) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(32) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(33) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(33) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(33) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(35) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(35) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(35) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(36) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(36) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(36) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(37) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(37) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(37) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(38) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(38) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(38) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(40) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(40) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(40) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(41) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(41) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(41) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(42) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(42) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(42) : err
or C2059: Syntaxfehler: &#039;)&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(43) : err
or C2143: Syntaxfehler: Es fehlt &#039;)&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(43) : err
or C2143: Syntaxfehler: Es fehlt &#039;{&#039; vor &#039;*&#039;
c:\users\manuel\desktop\flagball-1.17\src\engine\../game/variables.hpp(43) : fat
al error C1003: Mehr als 100 Fehler gefunden; Kompilierung wird abgebrochen.
bam: command returned error: 2
bam: error during build
Drücken Sie eine beliebige Taste . . .</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Phoenix2012)]]></author>
			<pubDate>Tue, 11 Jan 2011 15:53:11 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=76596#p76596</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=76567#p76567</link>
			<description><![CDATA[<p>Well, thanks a lot Nilaya, but I&#039;m not on Linux, so the binaries don&#039;t work for me <img src="https://www.teeworlds.com/forum/img/smilies/sad.png" alt="sad" /><br />Anyway, is there a possibility that I could get the Windows executable somehow? Or can you find someone who can compile your source for windows. Would be very glad about it <img src="https://www.teeworlds.com/forum/img/smilies/smile.png" alt="smile" /></p><p>Greetings.</p>]]></description>
			<author><![CDATA[null@example.com (Tee Killa)]]></author>
			<pubDate>Mon, 10 Jan 2011 14:49:41 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=76567#p76567</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=76117#p76117</link>
			<description><![CDATA[<p>Hmm... Is somebody able to reupload the latest flagball version, please, because non of the provided links are working.<br />Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (Tee Killa)]]></author>
			<pubDate>Fri, 31 Dec 2010 14:50:40 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=76117#p76117</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=71533#p71533</link>
			<description><![CDATA[<p>No, it&#039;s not a limited edition. That&#039;s just the download limit that rapidshare puts on free uploads. And no, I didn&#039;t add anything. It&#039;s just simply the latest version binary to make setting up a flagball server really really easy. I wouldn&#039;t consider myself to be a developer of this mod. That is up to Jini.</p>]]></description>
			<author><![CDATA[null@example.com (Nilaya)]]></author>
			<pubDate>Mon, 13 Sep 2010 07:06:37 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=71533#p71533</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=71531#p71531</link>
			<description><![CDATA[<div class="quotebox"><cite>Nilaya wrote:</cite><blockquote><p>Version 0.1.17 Flagball for teeworlds 0.5.2<br /><a href="http://rapidshare.com/files/418691926/teeworlds_srv">Linux x86 Binary</a> (only allows 10 downloads)</p></blockquote></div><p>Oh, it&#039;s a limited edition then? <img src="https://www.teeworlds.com/forum/img/smilies/big_smile.png" alt="big_smile" /></p><p>What did you change? Maybe added the Jini&#039;s experimental admin system?<br />Did you think about exporting it to trunk?</p>]]></description>
			<author><![CDATA[null@example.com (Dune)]]></author>
			<pubDate>Mon, 13 Sep 2010 06:27:18 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=71531#p71531</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=71529#p71529</link>
			<description><![CDATA[<p>EDIT: Update Feb 16, 2011 Binaries<br /><a href="http://dl.dropbox.com/u/19925349/fb_srv">Linux x86</a><br /><a href="http://dl.dropbox.com/u/19925349/fb_srv_amd64">Linux amd64</a><br /><a href="http://dl.dropbox.com/u/19925349/fb_srv_x86-64">Linux x86-64</a></p><p><a href="http://dl.dropbox.com/u/19925349/fb_srv.exe">Windows 32 Bit</a></p><p><a href="http://dl.dropbox.com/u/19925349/Flagball-0.1.17.zip">Source</a></p><p>Sample Config File<br /></p><div class="codebox"><pre><code>sv_name Test Flagball
sv_map fb_desertstorm
sv_scorelimit 500
sv_vote_kick 0
sv_timelimit 0
sv_gametype fb
sv_rcon_password &quot;your password&quot;
sv_register 1
sv_motd Welcome to the FlagBall-MOD (hosted by &quot;your name&quot;)!\n\nScore points by putting the ball (flag) into the opposite goal.\nRed team plays into blue goal, blue team plays into red goal.\n\nScores:\n  * 50 points for throwing into goal\n  * 100 points for jumping through/into the goal\n  *

sv_fb_welcome_message &lt;&lt;IMPORTANT&gt;&gt;: Please read the game-instructions (our MOTD) carefully! In order to read the MOTD again, press [ESC] and then click on &quot;Server Info&quot;.

sv_max_clients 16
sv_spectator_slots 6
sv_fb_idle_time 90
sv_fb_on_idle spectate
sv_fb_hook_ball 1
sv_fb_instagib 1
sv_fb_direct_pass 1
sv_fb_owngoal 0
sv_fb_owngoal_warn 1
sv_fb_goalcamp 1
sv_fb_score_team_tee 100
sv_fb_score_team_ball 50
sv_fb_score_team_stand 0
sv_fb_score_player_tee 10
sv_fb_score_player_ball 5
sv_fb_score_player_stand 0</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Nilaya)]]></author>
			<pubDate>Sun, 12 Sep 2010 21:36:10 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=71529#p71529</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=69192#p69192</link>
			<description><![CDATA[<p>Just set sv_fb_score_team_stand to zero. This option has been removed in the latest version.</p>]]></description>
			<author><![CDATA[null@example.com (Jini)]]></author>
			<pubDate>Mon, 12 Jul 2010 07:53:48 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=69192#p69192</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=69036#p69036</link>
			<description><![CDATA[<p>I wasn&#039;t sure where else to put this but there is a minor bug in the mod where if you start as red then switch to blue, the red team will get the points for taking the flag its stand. Also, hooking the flag does not award a point in any situation. It&#039;s not critical and in my opinion there is no reason to award a point for taking the flag from its stand.</p>]]></description>
			<author><![CDATA[null@example.com (Nilaya)]]></author>
			<pubDate>Thu, 08 Jul 2010 15:18:09 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=69036#p69036</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=68806#p68806</link>
			<description><![CDATA[<p>The link don&#039;t work o.O</p>]]></description>
			<author><![CDATA[null@example.com (myX'piXeL)]]></author>
			<pubDate>Sun, 04 Jul 2010 17:08:38 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=68806#p68806</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=68804#p68804</link>
			<description><![CDATA[<p>Why is it crap? That is the latest version...</p>]]></description>
			<author><![CDATA[null@example.com (SephN6)]]></author>
			<pubDate>Sun, 04 Jul 2010 16:37:43 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=68804#p68804</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=68803#p68803</link>
			<description><![CDATA[<p>The download link is crap.<br />Could someone please upload the latest version? &lt;3</p>]]></description>
			<author><![CDATA[null@example.com (myX'piXeL)]]></author>
			<pubDate>Sun, 04 Jul 2010 16:31:40 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=68803#p68803</guid>
		</item>
		<item>
			<title><![CDATA[Re: [MOD] FlagBall]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=68778#p68778</link>
			<description><![CDATA[<p>If you are interessted in another map, here is one from me <img src="https://www.teeworlds.com/forum/img/smilies/smile.png" alt="smile" /></p><ul><li><p><strong>fb_nightfight</strong> </p></li></ul><p><strong>Gametype:</strong> (i)fb<br /><strong>Version:</strong> 0.5.X<br /><strong>Map size:</strong> 311kB<br /><strong>Download:</strong> <a href="http://www.daniel-drechsel.de/Teeworlds/fb_nightfight.map">Click Me</a><br /><strong>Screenshot:</strong> Without GL: <a href="http://img219.imageshack.us/img219/4728/fbnighfight.png">Click Me</a><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;With GL: <a href="http://img294.imageshack.us/img294/3341/fbnighfightgame.png">Click Me</a><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ingame: <a href="http://img294.imageshack.us/img294/5561/fbnighfighttestscreen1.png">Click Me</a></p>]]></description>
			<author><![CDATA[null@example.com (Tee Killa)]]></author>
			<pubDate>Sun, 04 Jul 2010 09:12:34 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=68778#p68778</guid>
		</item>
	</channel>
</rss>
