<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Suicide Survival</title>
	<atom:link href="http://suicidesurvival.2ndsky.ch/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://suicidesurvival.2ndsky.ch</link>
	<description>"Read this!"</description>
	<pubDate>Thu, 12 Aug 2010 14:37:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to host a dedicated Suicide Survival Server - 2010 Edition</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=277</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=277#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:21:06 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[03 Tutorials]]></category>

		<category><![CDATA[04 Maps]]></category>

		<category><![CDATA[1.1]]></category>

		<category><![CDATA[dedicated]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[SetupArrayProps_R]]></category>

		<category><![CDATA[SuicideSurvival]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=277</guid>
		<description><![CDATA[Since the update to the new Steam version players who want to host a Suicide Survival server with the &#8220;Team Fortress 2 Dedicated Server&#8221; tool are greeted with the following error message:  SetupArrayProps_R:  array prop &#8216;(null)&#8217; is at index zero.
The reason for this is that the engine build used by the Orange Box DSes on [...]]]></description>
			<content:encoded><![CDATA[<p>Since the update to the new Steam version players who want to host a Suicide Survival server with the &#8220;Team Fortress 2 Dedicated Server&#8221; tool are greeted with the following error message:  SetupArrayProps_R:  array prop &#8216;(null)&#8217; is at index zero.</p>
<p>The reason for this is that the engine build used by the Orange Box DSes on Steam (one for TF2 and  each of the Steamworks mods) differs from the one that Suicide Survival was built with  (the 2007 SDK code). However there is a solution:</p>
<p>This is a step-by-step guide on how to host your own dedicated server. PS: this will probably also work for other mods with the same problem.</p>
<h1>STEP ONE</h1>
<p>Download <a class="external text" title="http://storefront.steampowered.com/download/hldsupdatetool.exe" rel="nofollow" href="http://storefront.steampowered.com/download/hldsupdatetool.exe">the HLDS Update Tool</a>,  which installs a standalone dedicated server. This doesn&#8217;t require  Steam to be running, but also doesn&#8217;t read data that Steam has  downloaded &#8212; meaning that it requires a separate install of the game  your are running from, including all textures and sounds. If you don&#8217;t  have 2.5GB free space on your hard drive you&#8217;re out of luck.</p>
<p>Once downloaded run the hlsdupdatetool.exe and choose a install directory on your hard drive.</p>
<h1>STEP TWO</h1>
<p>Getting the necessary files to run the server:</p>
<p style="padding-left: 30px;">a) Open a command prompt.</p>
<p style="padding-left: 60px;">Go to Start, Run and type &#8220;cmd&#8221; (minus quotes) and press enter.</p>
<p style="padding-left: 30px;">b) Change to the directory where the HLDS Update Tool is installed.</p>
<p style="padding-left: 60px;">If you&#8217;re unfamiliar with the commands here is exactly what you&#8217;ll have to type:</p>
<p style="padding-left: 90px;">&gt; cd c:\</p>
<p style="padding-left: 90px;">&gt; cd &lt;the directory you installed the HLDS Update Tool&gt;<br />
usually its HLServer so type:  cd hlserver</p>
<p style="padding-left: 30px;">c) Run the HLDS Update Tool with the &#8220;update&#8221; command:</p>
<p style="padding-left: 60px;">&gt; hldsupdatetool.exe -command update -game hl2mp -dir .</p>
<p style="padding-left: 60px;">&lt;-dir&gt;   is the path where you want the files installed e.g.  &#8221; .&#8221; (for the current directory) or &#8220;c:\hlserver&#8221;</p>
<p style="padding-left: 30px;">d) After its done run the update command again for a different game:</p>
<p style="padding-left: 60px;">&gt; hldsupdatetool.exe -command update -game orangebox -dir .</p>
<p style="padding-left: 30px;">d) Once it&#8217;s done downloading all the files go to step three.</p>
<p style="padding-left: 60px;">For further info regarding the use of the hldsupdatetool.exe check the readme file inside the hlserver folder.</p>
<h1>STEP THREE</h1>
<p>Copy the SuicideSurvival Folder into the orangebox directory you just created with the hldsupdatetool.exe.</p>
<p style="padding-left: 30px;">In most cases this would be: c:\hlserver\orangebox\hlserver</p>
<h1>STEP FOUR</h1>
<p>Create a Server.cfg file. This file a simple text file which save config variables for the server. Here is a simple example config file:</p>
<blockquote><p>hostname &#8220;the name of your server&#8221;<br />
rcon_password &#8220;pick an admin password&#8221;</p>
<p>// Gameplay<br />
mp_flashlight 0<br />
mp_fraglimit 50<br />
mp_timelimit 40<br />
mp_falldamage 30<br />
mp_teamplay 1</p>
<p>// Server Cvars<br />
sv_lan 0<br />
sv_region 255<br />
sv_downloadurl &#8220;http://www.suicide-survival.com/sv_download&#8221;<br />
sv_allowupload 0<br />
sv_allowdownload 1<br />
net_maxfilesize 60<br />
sv_voiceenable 1<br />
sv_alltalk 1<br />
sv_maxrate 7000<br />
sv_minrate 2000<br />
sv_maxupdaterate 30<br />
sv_minupdaterate 10</p>
<p>fps_max 100</p></blockquote>
<p>Copy and paste the above text into a textfile and save it as: &#8220;Server.cfg&#8221; inside the HLServer\orangebox\SuicideSurvival\cfg directory.</p>
<p style="padding-left: 30px;">If you want to know what each command does check <a href="http://developer.valvesoftware.com/wiki/Commands" target="_blank">this console command list from Valve</a>.</p>
<h1>STEP FIVE</h1>
<p>Well you&#8217;re almost there. One final step to starting your server is to make a shortcut of it and pass some commands along when launching it:</p>
<p style="padding-left: 30px;">a) go to the Orangebox directory: HLServer\orangebox\</p>
<p style="padding-left: 30px;">b) Right-click on the &#8220;srcds.exe&#8221; and choose: &#8220;create a shortcut&#8221;</p>
<p style="padding-left: 30px;">c) Right-Click on the shortcut file and choose: &#8220;settings&#8221;</p>
<p style="padding-left: 30px;">d) In the field &#8220;target&#8221; add the following at the end of it:  -game suicidesurvival</p>
<p style="padding-left: 60px;">So it reads: C:\HLServer\orangebox\srcds.exe -game suicidesurvival</p>
<p style="padding-left: 30px;">e) Hit the OK button.</p>
<p><strong>Voila! Your done.</strong> Double-click on the shortcut file and you should see the launch window for the dedicated server.</p>
<p>If you have any questions or encounter some errors leave a comment below. If your running a server regularly feel free to <a href="http://suicidesurvival.2ndsky.ch/forum/viewforum.php?f=14" target="_blank">advertise your server in the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=277</wfw:commentRss>
		</item>
		<item>
		<title>Play Suicide Survival even if you dont own a game from Valve</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=272</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=272#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:15:01 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[04 Maps]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[steam]]></category>

		<category><![CDATA[SuicideSurvival]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=272</guid>
		<description><![CDATA[The friendly modDB user &#8220;likestoplaymods&#8221; brought to my attention a solution for how you can play Suicide Survival for free! Even if you don&#8217;t own a game from Valve. So here is how:
Steam has some promotional packages which includes among other things Half-Lif 2: Deatmatch. How to get this package is very easy. Just visit [...]]]></description>
			<content:encoded><![CDATA[<p>The friendly modDB user &#8220;<a href="http://www.moddb.com/members/likestoplaymods" target="_blank">likestoplaymods</a>&#8221; brought to my attention a solution for how you can play Suicide Survival for free! Even if you don&#8217;t own a game from Valve. So here is how:</p>
<p>Steam has some promotional packages which includes among other things Half-Lif 2: Deatmatch. How to get this package is very easy. Just visit one of the following links, depending on your graphic card manufacturer, and download Steam:</p>
<ul>
<li><a href="http://www.steampowered.com/nvidia/" target="_blank">Steam package for Nvidia users</a></li>
<li><a href="http://www.steampowered.com/ati_offer1a/" target="_blank">Steam package for Ati users</a></li>
</ul>
<p>This is a limited time offer from Valve. So be sure to get it while its free. This is a great opportunity to play some rounds of Suicide Survival with your mates who  previously didn&#8217;t had the chance to play it.</p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=272</wfw:commentRss>
		</item>
		<item>
		<title>General Update and a new Map!</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=256</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=256#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:54:03 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[04 Maps]]></category>

		<category><![CDATA[1.2]]></category>

		<category><![CDATA[maps]]></category>

		<category><![CDATA[SuicideSurvival]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=256</guid>
		<description><![CDATA[
Hi everyone, it has been a long time since there was an update so it is time for some news:
First of all, Suicide Survival is not dead, its only resting (just like the parrot). And whenever I check the servers I always see a few people playing which really suprises me. I figured Suicide Survival [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-257" title="ss_allan0000_small" src="http://suicidesurvival.2ndsky.ch/wp-content/uploads/2009/09/ss_allan0000_small-300x225.jpg" alt="ss_allan0000_small" width="243" height="183" /></p>
<p>Hi everyone, it has been a long time since there was an update so it is time for some news:</p>
<p>First of all, Suicide Survival is not dead, its only resting (just like the parrot). And whenever I check the servers I always see a few people playing which really suprises me. I figured Suicide Survival would be hip for a few months and then dissappear into the great void of the internet. Alas I was wrong which really makes me happy.</p>
<p>Second of all and mostly being the reason why I layed down the development of Suicide Survival for a while are some personal matters: I finished my Bachelor in Game Design this summer and I&#8217;m still trying to get a job in the game industry. Second I&#8217;m working on my final project again in order to submit it to the IGF and Unity Awards. If you want to check it out you can visit the website at: <a href="http://www.doppelscope.com" target="_blank">www.doppelscope.com</a> The website is only in German for now but there will be a playable and English version of it as well in the near future.In short this has my main priority followed by creating my portfolio and getting a job. However I will try to get a new version of Suicide Survival out before christmas this year.</p>
<p>Last but not least Michael Kuzel aka Eccentricity from the official forums has made a pretty awesome and well designed map. Its called SS_Allan and even features a new and unique game mode. Taken straight from the read me:</p>
<p style="padding-left: 30px;"><em>In certain intervals, a special shrub will spawn in a random location. This special shrub has no identifying features that separates it from normal shrubs or even Suiciders - except for one thing - it chirps. Every few seconds this unique shrub will emit a small chirp sound. This sound can be heard both by the Survivors as well as the Suiciders. Use your ears to locate this shrub, as it will give an advantage to the Survivor team if its found and used!</em></p>
<p>Check out the <a href="http://suicidesurvival.2ndsky.ch/forum/viewtopic.php?f=12&amp;t=66">thread from Eccentricity in the forums</a> or simply <a href="http://suicidesurvival.2ndsky.ch/SS_Allan.rar">download the map</a> (21 MB) and try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=256</wfw:commentRss>
		</item>
		<item>
		<title>Update, Twitter and GDC 09</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=252</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=252#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:39:05 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[gdc]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=252</guid>
		<description><![CDATA[Hey everyone, I&#8217;m way over due with some update as to what has been going on with Suicide Survival. So here are some important news:
I&#8217;m currently in my last semester of my BA in game design. So all my time is being focused on the diploma project which of course is a game (DUN! DUN!). [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-253" title="gdc09" src="http://suicidesurvival.2ndsky.ch/wp-content/uploads/2009/03/gdc09.jpg" alt="gdc09" width="297" height="155" />Hey everyone, I&#8217;m way over due with some update as to what has been going on with Suicide Survival. So here are some important news:</p>
<p>I&#8217;m currently in my last semester of my BA in game design. So all my time is being focused on the diploma project which of course is a game (DUN! DUN!). I still haven&#8217;t decided if it will be a new version of Suicide Survival or something totally new. I&#8217;ll make an update once that has been solved.</p>
<p>On the <a href="http://moddb.com">ModDB.com</a> &#8220;Mod of the Year Awards&#8221; Suicide Survival was voted into the &#8220;top 22 released Half-Life 2 mods of 2008&#8243; by you. Thank you very much for your votes.</p>
<p>Another important news is that I&#8217;m one of the few selected students to receive an <a href="http://www.igda.org/scholarships/">GDC Student Scholarship</a> sponsored by the <a href="http://www.igda.org">IGDA</a>. This means I&#8217;ll be at the <a href="http://www.gdconf.com/">Game Developers Conference</a> in a couple of days. I&#8217;m super excited and feel very honored to have received this scholarship. This will not only be my first time visiting the US, but also my first time meeting so many big time game developers.</p>
<p>If you are visiting GDC as well or are from San Francisco and want to meet the guy behind Suicide Survival then <a href="mailto:tobias[dot]baumann[at]zhdk[dot]ch">drop me a mail</a>.</p>
<p>Alternatively you can also <a href="https://twitter.com/dont_read_this">follow my newly created Twitter page</a> which I&#8217;ll keep updated about the trip, the GDC and my diploma project.</p>
<p>Thats about it with the current things going on. More news after the GDC.</p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=252</wfw:commentRss>
		</item>
		<item>
		<title>Hacked &#038; Down-Time</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=247</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=247#comments</comments>
		<pubDate>Mon, 23 Feb 2009 16:42:49 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[hacked]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=247</guid>
		<description><![CDATA[Some spamers hacked the domain Suicide-Survival.com is being hosted on. Thats why the site was down for the last two days. Sorry for the inconvenience. Its all back to normal now.
I&#8217;ll write some update on what&#8217;s been going on with Suicide Survival in a couple of days. So stay tuned  
]]></description>
			<content:encoded><![CDATA[<p>Some spamers hacked the domain Suicide-Survival.com is being hosted on. Thats why the site was down for the last two days. Sorry for the inconvenience. Its all back to normal now.</p>
<p>I&#8217;ll write some update on what&#8217;s been going on with Suicide Survival in a couple of days. So stay tuned <img src='http://suicidesurvival.2ndsky.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=247</wfw:commentRss>
		</item>
		<item>
		<title>Vote for Suicide Survival on the ModDB &#8220;Mod of the Year Awards&#8221;!</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=241</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=241#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:07:30 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=241</guid>
		<description><![CDATA[&#8220;So I heard you like exploding pottery?&#8221;
If yes, then now its the time to show your support and vote for Suicide Survival on the ModDB.com Mod of the Year Awards. To do so simply go on the Suicide Survival page on ModDB.com and click on the &#8220;VOTE FOR MOD&#8221; button under &#8220;Nominate for Mod of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-242" title="moty_2008_125px" src="http://suicidesurvival.2ndsky.ch/wp-content/uploads/2009/01/moty_2008_125px.png" alt="moty_2008_125px" width="125" height="129" />&#8220;So I heard you like exploding pottery?&#8221;</p>
<p>If yes, then now its the time to show your support and <a href="http://www.moddb.com/mods/suicide-survival">vote for Suicide Survival</a> on the <a href="http://www.moddb.com/events/2008-mod-of-the-year-awards">ModDB.com Mod of the Year Awards</a>. To do so simply go on the <a href="http://www.moddb.com/mods/suicide-survival">Suicide Survival page on ModDB.com</a> and click on the &#8220;VOTE FOR MOD&#8221; button under &#8220;<span class="heading">Nominate for Mod of the Year 2008&#8243;. </span></p>
<p><span class="heading">Currently the awards are in phase 1 which ends on January the 16th.  During this phase the </span>thousand of contenders get narrowed down to the players choice top 100.</p>
<div class="normalcorner">
<div class="title"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=241</wfw:commentRss>
		</item>
		<item>
		<title>Suicide Survival Internet Linkage</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=223</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=223#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:42:24 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[public relations]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=223</guid>
		<description><![CDATA[Its time for some end of the year wrap up of  public responses to Suicide Survival. Here is a quite detailed link list of all the stuff I could find about Suicide Survival since its initial release in November 2008.
Oh, and happy new year!
NEWS PAGES

http://www.krawall.de/web/Mod_der_Woche/news/id,34052/s,,
http://www.hlportal.de/?sec=&#38;site=news&#38;do=shownews&#38;news_id=6495
http://planethalflife.gamespy.com/View.php?view=HL2Mods.Detail&#38;id=214
http://planethalflife.gamespy.com/fullstory.php?id=155395
http://www.vossey.com/mod/Half-Life-2/Suicide-Survival&#8211;i1249.htm
http://www.half-life.hu/index.php?l=YToyOntzOjQ6Im1lbnUiO3M6NDoibmV3cyI7czoyOiJpZCI7czo1OiIyMzQzMCI7fQ==
http://www.halflifefusion.fr/mods.php?e=557&#38;r=BYID
http://www.knc-clan.com/index.php?file=News&#38;op=index_comment&#38;news_id=9
http://www.tvfm.hu/story.php?title=let%F6lt%E9sek-suicide-survival-hl2-mod

BLOGS

http://sch8.bloggospace.de/61027/Modding-RockZZZzzz/
http://blogs.wefrag.com/Douceur/2008/12/25/suicide-survival/
http://clblprod.blogspot.com/2008/12/suicide-survival-is-out.html
http://www.game-damashi.com/mod/half-life2/suicidesurvivor.htm
http://allyourinternets.wordpress.com/2008/12/10/killer-plants-swedes-and-the-worst-video-clip-of-all-times/
http://blog.livedoor.jp/manual_bomb/archives/51567915.html
http://zabbixx.wordpress.com/2008/12/13/petit-mod-pour-la-route/
http://summer36.seesaa.net/article/111579004.html

REVIEWS

http://www.hlportal.de/?sec=mods&#38;site=mods&#38;do=showmod&#38;mod_id=661

PODCASTS

http://www.moddb.com/mods/suicide-survival/features/modcast-s02-e03
http://www.moddb.com/mods/suicide-survival/features/modcast-s02-e05
http://www.podcast17.com/transmissions/c10119
http://www.podcast17.com/transmissions/c9961 (Interview)
http://www.podcast17.com/transmissions/c9803

FORUMS

http://www.halflife2.net/forums/showthread.php?t=149940
http://forums.penny-arcade.com/showthread.php?t=76131
http://www.k-foren.de/showthread.php?p=1771671
http://www.ocremix.org/forums/showthread.php?p=487873
http://forum.vgcats.com/showthread.php?t=24921
http://www.hlfallout.net/forums/index.php?showtopic=65047&#38;st=0
http://forum.game-central.org/viewtopic.php?f=3&#38;p=11847
http://board.opteria-gaming.net/index.php?page=Thread&#38;threadID=247
http://www.hlportal.de/?sec=forum&#38;site=thread&#38;sec=forum&#38;site=thread&#38;thread_id=15995&#38;page=1
http://www.pcpowerplay.com.au/forums/showthread.php?p=2579400
http://www.dreamviews.com/community/showthread.php?p=973989
http://forums.facepunchstudios.com/showthread.php?t=656626
http://forums.steampowered.com/forums/showthread.php?t=771864#post8714203
http://intoxgaming.com/forum/showthread.php?tid=5634
http://forum.canardpc.com/showthread.php?t=31417
http://www.mediavida.com/vertema.php?fid=39&#38;tid=343537
http://www.hl2spain.com/foro/index.php?showtopic=40791
http://www.pcpowerplay.com.au/forums/showthread.php?t=112346
http://forums.gamer.co.il/gamer2/php/replieslist.php?TopicID=962159
http://games.on.net/forums/viewtopic.php?f=109&#38;t=158641&#38;sid=80ba13ad49bdf7448d30f661e977373d
http://n-club.dk/fora/emner/196029/1/
http://gm.ucoz.ru/forum/27-293-1
http://forum.blockland.us/index.php?topic=51950.0
http://fanboy-forum.com/index.php?topic=3526.0
http://www.jact.com/forum/viewtopic.php?p=16145

VIDEOS

http://www.wegame.com/watch/lol_suicide_survival_mod/
http://www.youtube.com/watch?v=R1HyXSkTke4
http://www.youtube.com/watch?v=uCa1l3uzau8
http://www.youtube.com/watch?v=eeSA-7YYR7o
http://www.youtube.com/watch?v=qJJysztdLNY
http://www.youtube.com/watch?v=FusW2PbCZ4A
http://www.youtube.com/watch?v=EEEqV8VKuuU
http://www.youtube.com/watch?v=TKl3oS-XlHE
http://www.youtube.com/watch?v=2ADihWSWdUM
http://www.youtube.com/watch?v=t3KdoCD5s1c
http://www.youtube.com/watch?v=x7NAOUEyJQ4
http://www.youtube.com/watch?v=6TJHUkq-0I8
http://www.dailymotion.com/video/x7og7y_clickntest-suicide-survival_videogames
http://www.gametrailers.com/player/usermovies/298478.html
http://zoome.jp/systemshock/diary/46
http://www.moddb.com/groups/tv/features/mod-video-spotlight-december-2008

STEAM GROUPS

http://steamcommunity.com/groups/PAGreenhouse/
http://steamcommunity.com/groups/xshrubsx (Clan)
http://steamcommunity.com/groups/spoungebob-zc  (Clan)
http://steamcommunity.com/groups/shrub  (Clan)
http://steamcommunity.com/groups/shrubparty

DOWNLOAD SITES

http://browse.files.filefront.com/Half+Life+2/;2332294;/browsefiles.html
http://www.fileplanet.com/109910/0/0/0/1/section/Mod_Files_and_Patches
http://www.fileplay.net/files/fps/hl2/mods/ss
http://www.strategyinformer.com/pc/halflife2/mod/28372.html
http://www.paradisesgarage.com/mcweb2/files/folders/hl2_mods/entry2521.aspx
http://www.pcguru.hu/pcguru/letoltes.php?letoltid=3413&#38;nev=Suicide_Survival_[HL2_mod]
http://www.vossey.com/telechargement/Suicide-Survival&#8211;Suicide-Survival-1-1&#8211;i1629.htm
http://games.rapidshare.com/gamesnew/detail.html?datei=_2008_12_mod_survivalsui_.xml&#38;rubrik=client

SOCIAL BOOKMARKING

http://digg.com/pc_games/The_Most_Ridiculous_Half_Life_2_Mod_You_ve_Ever_Seen

]]></description>
			<content:encoded><![CDATA[<p>Its time for some end of the year wrap up of  public responses to Suicide Survival. Here is a quite detailed link list of all the stuff I could find about Suicide Survival since its initial release in November 2008.</p>
<p>Oh, and happy new year!</p>
<h2>NEWS PAGES</h2>
<ul>
<li>http://www.krawall.de/web/Mod_der_Woche/news/id,34052/s,,</li>
<li>http://www.hlportal.de/?sec=&amp;site=news&amp;do=shownews&amp;news_id=6495</li>
<li>http://planethalflife.gamespy.com/View.php?view=HL2Mods.Detail&amp;id=214</li>
<li>http://planethalflife.gamespy.com/fullstory.php?id=155395</li>
<li>http://www.vossey.com/mod/Half-Life-2/Suicide-Survival&#8211;i1249.htm</li>
<li>http://www.half-life.hu/index.php?l=YToyOntzOjQ6Im1lbnUiO3M6NDoibmV3cyI7czoyOiJpZCI7czo1OiIyMzQzMCI7fQ==</li>
<li>http://www.halflifefusion.fr/mods.php?e=557&amp;r=BYID</li>
<li>http://www.knc-clan.com/index.php?file=News&amp;op=index_comment&amp;news_id=9</li>
<li>http://www.tvfm.hu/story.php?title=let%F6lt%E9sek-suicide-survival-hl2-mod</li>
</ul>
<h2>BLOGS</h2>
<ul>
<li>http://sch8.bloggospace.de/61027/Modding-RockZZZzzz/</li>
<li>http://blogs.wefrag.com/Douceur/2008/12/25/suicide-survival/</li>
<li>http://clblprod.blogspot.com/2008/12/suicide-survival-is-out.html</li>
<li>http://www.game-damashi.com/mod/half-life2/suicidesurvivor.htm</li>
<li>http://allyourinternets.wordpress.com/2008/12/10/killer-plants-swedes-and-the-worst-video-clip-of-all-times/</li>
<li>http://blog.livedoor.jp/manual_bomb/archives/51567915.html</li>
<li>http://zabbixx.wordpress.com/2008/12/13/petit-mod-pour-la-route/</li>
<li>http://summer36.seesaa.net/article/111579004.html</li>
</ul>
<h2>REVIEWS</h2>
<ul>
<li>http://www.hlportal.de/?sec=mods&amp;site=mods&amp;do=showmod&amp;mod_id=661</li>
</ul>
<h2>PODCASTS</h2>
<ul>
<li>http://www.moddb.com/mods/suicide-survival/features/modcast-s02-e03</li>
<li>http://www.moddb.com/mods/suicide-survival/features/modcast-s02-e05</li>
<li>http://www.podcast17.com/transmissions/c10119</li>
<li>http://www.podcast17.com/transmissions/c9961 (Interview)</li>
<li>http://www.podcast17.com/transmissions/c9803</li>
</ul>
<h2>FORUMS</h2>
<ul>
<li>http://www.halflife2.net/forums/showthread.php?t=149940</li>
<li>http://forums.penny-arcade.com/showthread.php?t=76131</li>
<li>http://www.k-foren.de/showthread.php?p=1771671</li>
<li>http://www.ocremix.org/forums/showthread.php?p=487873</li>
<li>http://forum.vgcats.com/showthread.php?t=24921</li>
<li>http://www.hlfallout.net/forums/index.php?showtopic=65047&amp;st=0</li>
<li>http://forum.game-central.org/viewtopic.php?f=3&amp;p=11847</li>
<li>http://board.opteria-gaming.net/index.php?page=Thread&amp;threadID=247</li>
<li>http://www.hlportal.de/?sec=forum&amp;site=thread&amp;sec=forum&amp;site=thread&amp;thread_id=15995&amp;page=1</li>
<li>http://www.pcpowerplay.com.au/forums/showthread.php?p=2579400</li>
<li>http://www.dreamviews.com/community/showthread.php?p=973989</li>
<li>http://forums.facepunchstudios.com/showthread.php?t=656626</li>
<li>http://forums.steampowered.com/forums/showthread.php?t=771864#post8714203</li>
<li>http://intoxgaming.com/forum/showthread.php?tid=5634</li>
<li>http://forum.canardpc.com/showthread.php?t=31417</li>
<li>http://www.mediavida.com/vertema.php?fid=39&amp;tid=343537</li>
<li>http://www.hl2spain.com/foro/index.php?showtopic=40791</li>
<li>http://www.pcpowerplay.com.au/forums/showthread.php?t=112346</li>
<li>http://forums.gamer.co.il/gamer2/php/replieslist.php?TopicID=962159</li>
<li>http://games.on.net/forums/viewtopic.php?f=109&amp;t=158641&amp;sid=80ba13ad49bdf7448d30f661e977373d</li>
<li>http://n-club.dk/fora/emner/196029/1/</li>
<li>http://gm.ucoz.ru/forum/27-293-1</li>
<li>http://forum.blockland.us/index.php?topic=51950.0</li>
<li>http://fanboy-forum.com/index.php?topic=3526.0</li>
<li>http://www.jact.com/forum/viewtopic.php?p=16145</li>
</ul>
<h2>VIDEOS</h2>
<ul>
<li>http://www.wegame.com/watch/lol_suicide_survival_mod/</li>
<li>http://www.youtube.com/watch?v=R1HyXSkTke4</li>
<li>http://www.youtube.com/watch?v=uCa1l3uzau8</li>
<li>http://www.youtube.com/watch?v=eeSA-7YYR7o</li>
<li>http://www.youtube.com/watch?v=qJJysztdLNY</li>
<li>http://www.youtube.com/watch?v=FusW2PbCZ4A</li>
<li>http://www.youtube.com/watch?v=EEEqV8VKuuU</li>
<li>http://www.youtube.com/watch?v=TKl3oS-XlHE</li>
<li>http://www.youtube.com/watch?v=2ADihWSWdUM</li>
<li>http://www.youtube.com/watch?v=t3KdoCD5s1c</li>
<li>http://www.youtube.com/watch?v=x7NAOUEyJQ4</li>
<li>http://www.youtube.com/watch?v=6TJHUkq-0I8</li>
<li>http://www.dailymotion.com/video/x7og7y_clickntest-suicide-survival_videogames</li>
<li>http://www.gametrailers.com/player/usermovies/298478.html</li>
<li>http://zoome.jp/systemshock/diary/46</li>
<li>http://www.moddb.com/groups/tv/features/mod-video-spotlight-december-2008</li>
</ul>
<h2>STEAM GROUPS</h2>
<ul>
<li>http://steamcommunity.com/groups/PAGreenhouse/</li>
<li>http://steamcommunity.com/groups/xshrubsx (Clan)</li>
<li>http://steamcommunity.com/groups/spoungebob-zc  (Clan)</li>
<li>http://steamcommunity.com/groups/shrub  (Clan)</li>
<li>http://steamcommunity.com/groups/shrubparty</li>
</ul>
<h2>DOWNLOAD SITES</h2>
<ul>
<li>http://browse.files.filefront.com/Half+Life+2/;2332294;/browsefiles.html</li>
<li>http://www.fileplanet.com/109910/0/0/0/1/section/Mod_Files_and_Patches</li>
<li>http://www.fileplay.net/files/fps/hl2/mods/ss</li>
<li>http://www.strategyinformer.com/pc/halflife2/mod/28372.html</li>
<li>http://www.paradisesgarage.com/mcweb2/files/folders/hl2_mods/entry2521.aspx</li>
<li>http://www.pcguru.hu/pcguru/letoltes.php?letoltid=3413&amp;nev=Suicide_Survival_[HL2_mod]</li>
<li>http://www.vossey.com/telechargement/Suicide-Survival&#8211;Suicide-Survival-1-1&#8211;i1629.htm</li>
<li>http://games.rapidshare.com/gamesnew/detail.html?datei=_2008_12_mod_survivalsui_.xml&amp;rubrik=client</li>
</ul>
<h2>SOCIAL BOOKMARKING</h2>
<ul>
<li>http://digg.com/pc_games/The_Most_Ridiculous_Half_Life_2_Mod_You_ve_Ever_Seen</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=223</wfw:commentRss>
		</item>
		<item>
		<title>Merry bloody X-Mas!</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=213</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=213#comments</comments>
		<pubDate>Wed, 24 Dec 2008 22:38:57 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=213</guid>
		<description><![CDATA[
Merry X-Mas from the developer of Suicide Survival!
Thanks for all the support,
and move into 2009 with a blast!  
Tobias Baumann

Thanks to Knoxerboy101 for this most hilarious video.
]]></description>
			<content:encoded><![CDATA[<p><img class="size-large wp-image-215 alignnone" title="220630655ywvmlf_fs" src="http://suicidesurvival.2ndsky.ch/wp-content/uploads/2008/12/220630655ywvmlf_fs-796x1024.jpg" alt="220630655ywvmlf_fs" width="287" height="368" /></p>
<p>Merry X-Mas from the developer of Suicide Survival!<br />
Thanks for all the support,<br />
and move into 2009 with a blast! <img src='http://suicidesurvival.2ndsky.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>Tobias Baumann</em></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/R1HyXSkTke4&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/R1HyXSkTke4&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /></object><br />
Thanks to Knoxerboy101 for this most hilarious video.</p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=213</wfw:commentRss>
		</item>
		<item>
		<title>Suicide Survival is recruiting!</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=206</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=206#comments</comments>
		<pubDate>Mon, 22 Dec 2008 10:58:14 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[01 News]]></category>

		<category><![CDATA[06 Jobs]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=206</guid>
		<description><![CDATA[I have decided to create a small and close team of people to work on the next release of Suicide Survival. Now is your opportunity to work on a quality, successful and uprising mod. A mod unlike any other.
In particular I&#8217;m looking for the following people:
One coder
Requirements:

Familiar with c++ language
Previous experience coding for  the Source [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to create a small and close team of people to work on the next release of Suicide Survival. Now is your opportunity to work on a quality, successful and uprising mod. A mod unlike any other.</p>
<p>In particular I&#8217;m looking for the following people:</p>
<p><strong>One coder</strong></p>
<p>Requirements:</p>
<ul>
<li>Familiar with c++ language</li>
<li>Previous experience coding for  the Source Engine</li>
<li>Ability to work in a close team and take directions</li>
<li>Enough free time on your hands for the project</li>
</ul>
<p>What he will work on Suicide Survival:</p>
<ul>
<li>Coding and testing new gameplay features</li>
</ul>
<p><strong>One modeler</strong></p>
<p>Requirements:</p>
<ul>
<li>Previous experience making low-poly models for games</li>
<li>Familiar with exporting models to the Source Engine</li>
<li>Ability to texture his own models</li>
<li>A basic understanding of color theory</li>
<li>Ability to work in a close team and take directions</li>
<li>Enough free time on your hands for the project</li>
</ul>
<p>What he will work on Suicide Survival:</p>
<ul>
<li>Creating new wacky prop models</li>
<li>Creating a new player model</li>
<li>Re-texturing old and new stuff</li>
</ul>
<p><strong>Two mappers<br />
</strong></p>
<p>Requirements:</p>
<ul>
<li>Previous experience making maps for the Source Engine</li>
<li>Familiar with play testing and optimizing maps</li>
<li>A fair understanding of the gameplay mechanics of Suicide Survival</li>
<li>Previous experience with making textures for the Source Engine</li>
<li>A basic understanding of color theory</li>
<li>Ability to work in a close team and take directions</li>
<li>Enough free time on your hands for the project</li>
</ul>
<p>What he will work on Suicide Survival:</p>
<ul>
<li>Creating new maps</li>
<li>Creating textures</li>
<li>Play testing new maps</li>
</ul>
<p><strong>How to apply</strong></p>
<p>Now if you are interested in any of these jobs and fullfill the requirements here is how you apply. Send an e-mail to: <span style="text-decoration: underline;">tobias dot baumann at zhdk dot ch</span> containing the following informations:</p>
<ul>
<li>Why do you want to work on Suicide Survival?</li>
<li>Best part of Suicide Survival?</li>
<li>Worst part of Suicide Survival?</li>
<li>Whats your previous experiences with working on mods?</li>
<li>Are you working on any other mod team or project at the moment?</li>
<li>A/S/L?</li>
<li>What do you do for a living?</li>
<li>Include links to your portfolio or samples of your work.</li>
<li><strong>Please note </strong>that applications without samples of your previous work will not be accepted.</li>
<li>What is the air-speed velocity of an unladen swallow?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=206</wfw:commentRss>
		</item>
		<item>
		<title>Suicide Survival 1.1 Gameplay video</title>
		<link>http://suicidesurvival.2ndsky.ch/?p=202</link>
		<comments>http://suicidesurvival.2ndsky.ch/?p=202#comments</comments>
		<pubDate>Wed, 17 Dec 2008 23:14:12 +0000</pubDate>
		<dc:creator>Tobias Baumann</dc:creator>
		
		<category><![CDATA[02 Media]]></category>

		<category><![CDATA[1.1]]></category>

		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://suicidesurvival.2ndsky.ch/?p=202</guid>
		<description><![CDATA[Alot of people seem to be making Youtube videos of Suicide Survival. Here are two of version 1.1. Thanks to CoRPutz and MarphitimusBlackimus for the videos.


]]></description>
			<content:encoded><![CDATA[<p>Alot of people seem to be making Youtube videos of Suicide Survival. Here are two of version 1.1. Thanks to CoRPutz and MarphitimusBlackimus for the videos.</p>
<p><object width="480" height="295" data="http://www.youtube.com/v/eeSA-7YYR7o&amp;hl=en&amp;fs=1&amp;rel=0&amp;ap=%2526fmt%3D22" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/eeSA-7YYR7o&amp;hl=en&amp;fs=1&amp;rel=0&amp;ap=%2526fmt%3D22" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/6TJHUkq-0I8&#038;hl=en&#038;fs=1&#038;rel=0&amp;ap=%2526fmt%3D22"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6TJHUkq-0I8&#038;hl=en&#038;fs=1&#038;rel=0&amp;ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://suicidesurvival.2ndsky.ch/?feed=rss2&amp;p=202</wfw:commentRss>
		</item>
	</channel>
</rss>
