<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.hermann-uwe.de" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Uwe Hermann - Teeworlds - a fun, fast-paced, open-source, online multiplayer shooter - Comments</title>
 <link>http://www.hermann-uwe.de/blog/teeworlds--a-fun-fast-paced-open-source-online-multiplayer-shooter</link>
 <description>Comments for &quot;Teeworlds - a fun, fast-paced, open-source, online multiplayer shooter&quot;</description>
 <language>en</language>
<item>
 <title>Teeworlds</title>
 <link>http://www.hermann-uwe.de/blog/teeworlds--a-fun-fast-paced-open-source-online-multiplayer-shooter#comment-75428</link>
 <description>&lt;p&gt;my brother in law is programmer/game buff. he would go ballistic  if he sees this.&lt;/p&gt;
</description>
 <pubDate>Fri, 27 Mar 2009 10:04:12 +0100</pubDate>
 <dc:creator>web designer mom</dc:creator>
 <guid isPermaLink="false">comment 75428 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>This looks very cool. I am</title>
 <link>http://www.hermann-uwe.de/blog/teeworlds--a-fun-fast-paced-open-source-online-multiplayer-shooter#comment-72196</link>
 <description>&lt;p&gt;This looks very cool. I am on vacation when I come back home I will download and check out.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Emil&lt;/p&gt;
</description>
 <pubDate>Fri, 06 Mar 2009 02:45:00 +0100</pubDate>
 <dc:creator>Emil</dc:creator>
 <guid isPermaLink="false">comment 72196 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Teeworlds - a fun, fast-paced, open-source, online multiplayer shooter</title>
 <link>http://www.hermann-uwe.de/blog/teeworlds--a-fun-fast-paced-open-source-online-multiplayer-shooter</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.hermann-uwe.de/node/1453&quot;&gt;&lt;img src=&quot;http://www.hermann-uwe.de/files/images/teeworlds_cft.png&quot; width=&quot;160&quot; height=&quot;120&quot; align=&quot;right&quot; hspace=&quot;5&quot; alt=&quot;Teeworlds CTF screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have no idea how such a great open-source game as &lt;a href=&quot;http://www.teeworlds.com&quot;&gt;Teeworlds&lt;/a&gt; has been able to exist without me hearing about it until recently.&lt;/p&gt;
&lt;p&gt;Teeworlds is a fast-paced realtime multiplayer shooter. You control a small &quot;Tee&quot; which can hold various weapons (hammer, gun, shotgun, laser-rifle, rocket launcher, ninja-sword) while running and jumping around frantically on the map, trying to frag as many other Tees as you can before you&#039;re killed by some other guy. Easy, eh?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hermann-uwe.de/node/1454&quot;&gt;&lt;img src=&quot;http://www.hermann-uwe.de/files/images/teeworlds_servers.png&quot; width=&quot;160&quot; height=&quot;120&quot; align=&quot;right&quot; hspace=&quot;5&quot; alt=&quot;Teeworlds server list screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&#039;s are many game servers to choose from, as well as various game modes (death match, team death match, capfure the flag and some unofficial &quot;mods&quot;). You can join servers on the Internet, or &lt;a href=&quot;http://www.teeworlds.com/trac/teeworlds/wiki/ServerSetup&quot;&gt;create your own server&lt;/a&gt;, be it a public one or a LAN server.&lt;/p&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
&lt;p&gt;Usually I would suggest &lt;strong&gt;apt-get install teeworlds&lt;/strong&gt;, but for now the packages in unstable are an older 0.4.x version, whereas upstream released a much-improved 0.5.1 version. I have already &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517002&quot;&gt;filed a bug&lt;/a&gt; and I&#039;m optimistic there&#039;ll be a new version in unstable soon.&lt;/p&gt;
&lt;p&gt;In the mean-time however, you can manually build the game from source via:&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;/p&gt;
&lt;pre&gt;
 $ &lt;strong&gt;apt-get install zlib-dev libsdl1.2-dev&lt;/strong&gt;
   (maybe also libgl, libglu, and python, if not already installed)
 $ &lt;strong&gt;wget &#039;http://teeworlds.com/trac/bam/browser/releases/bam-0.2.0.zip?format=raw&#039; -O bam-0.2.0.zip&lt;/strong&gt;
 $ &lt;strong&gt;wget http://teeworlds.com/files/teeworlds-0.5.1-src.zip&lt;/strong&gt;
 $ &lt;strong&gt;unzip bam-0.2.0.zip&lt;/strong&gt;
 $ &lt;strong&gt;unzip teeworlds-0.5.1-src.zip&lt;/strong&gt;
 $ &lt;strong&gt;cd bam-0.2.0&lt;/strong&gt;
 $ &lt;strong&gt;./make_unix.sh&lt;/strong&gt;
 $ &lt;strong&gt;cd ../teeworlds-0.5.1-src&lt;/strong&gt;
 $ &lt;strong&gt;../bam-0.2.0/src/bam release&lt;/strong&gt;
&lt;/pre&gt;&lt;p&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hermann-uwe.de/node/1455&quot;&gt;&lt;img src=&quot;http://www.hermann-uwe.de/files/images/teeworlds_stats.png&quot; width=&quot;160&quot; height=&quot;120&quot; align=&quot;right&quot; hspace=&quot;5&quot; alt=&quot;Teeworlds stats screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Running the game&lt;/h3&gt;
&lt;pre&gt;
 $ &lt;strong&gt;./teeworlds&lt;/strong&gt;
&lt;/pre&gt;&lt;p&gt;
You&#039;ll obviously need a working OpenGL/DRI setup (check if &quot;&lt;strong&gt;glxinfo | grep direct&lt;/strong&gt;&quot; says &quot;&lt;strong&gt;Yes&lt;/strong&gt;&quot;), otherwise the game will be way too slow. In case you experience graphics glitches and distortions, first exit the game, then:&lt;/p&gt;
&lt;pre&gt;
 $ &lt;strong&gt;vi ~/.teeworlds/settings.cfg&lt;/strong&gt;
&lt;/pre&gt;&lt;p&gt;
Change the &quot;&lt;strong&gt;gfx_noclip 0&lt;/strong&gt;&quot; option there to &quot;&lt;strong&gt;gfx_noclip 1&lt;/strong&gt;&quot; and restart the game.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hermann-uwe.de/node/1452&quot;&gt;&lt;img src=&quot;http://www.hermann-uwe.de/files/images/teeworlds.preview.jpg&quot; width=&quot;160&quot; height=&quot;102&quot; align=&quot;right&quot; hspace=&quot;5&quot; alt=&quot;Teeworlds DM screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Firewalls&lt;/h3&gt;
&lt;p&gt;If you use a &lt;a href=&quot;http://www.hermann-uwe.de/files/fw_laptop&quot;&gt;local firewall&lt;/a&gt; as I do, you need to open at least ports 8300-8303 (UDP), even better 8300-8310 for more choice in game servers:&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;/p&gt;
&lt;pre&gt;
 $ &lt;strong&gt;iptables -A OUTPUT -m state --state NEW -p udp --dport 8300:8310 -j ACCEPT&lt;/strong&gt;
&lt;/pre&gt;&lt;p&gt;&lt;/small&gt;&lt;/p&gt;
&lt;h3&gt;Further resources&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://teeworlds.com/&quot;&gt;Official website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://teeworlds.com/forum/&quot;&gt;Forums&lt;/a&gt; (yuck)&lt;/li&gt;
&lt;li&gt;For developers: &lt;a href=&quot;http://www.teeworlds.com/trac/teeworlds/timeline&quot;&gt;trac&lt;/a&gt;, &lt;a href=&quot;http://www.teeworlds.com/trac/teeworlds/report&quot;&gt;bugs&lt;/a&gt;, &lt;a href=&quot;http://www.teeworlds.com/trac/teeworlds/wiki&quot;&gt;wiki&lt;/a&gt;, &lt;a href=&quot;http://www.freelists.org/archive/teeworlds&quot;&gt;mailing list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Code repository: &lt;a href=&quot;http://www.teeworlds.com/trac/teeworlds/browser&quot;&gt;svn co svn://svn.teeworlds.com/teeworlds/trunk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://teewiki.info/wiki/Main_Page&quot;&gt;Unofficial &quot;Teewiki&quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.teeworlds.com/forum/viewtopic.php?id=300&quot;&gt;Lots more useful links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Have fun!&lt;/p&gt;
</description>
 <comments>http://www.hermann-uwe.de/blog/teeworlds--a-fun-fast-paced-open-source-online-multiplayer-shooter#comments</comments>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2155">action</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/49">debian</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/36">free software</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/115">fun</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/119">game</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2158">multiplayer</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1956">open-source</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1214">shooter</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2157">source</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2156">tee</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2154">teewars</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/2153">teeworlds</category>
 <pubDate>Sat, 28 Feb 2009 03:08:11 +0100</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">1456 at http://www.hermann-uwe.de</guid>
</item>
</channel>
</rss>
