<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>poast-Human</title>
	<atom:link href="http://daspork.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daspork.com</link>
	<description>A scratch pad for my soul and failed projects.</description>
	<lastBuildDate>Fri, 01 Jan 2010 17:25:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server updates no longer on SVN</title>
		<link>http://daspork.com/2010/01/server-updates-no-longer-on-svn/</link>
		<comments>http://daspork.com/2010/01/server-updates-no-longer-on-svn/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 17:25:47 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=94</guid>
		<description><![CDATA[I will no longer be making updates to the server available through SVN. The client will remain open source, but the server code from this point forward will remain closed. The basic server layout is still available in the repo. The reason for closing the remaining development of the server is that most all of [...]]]></description>
			<content:encoded><![CDATA[<p>I will no longer be making updates to the server available through SVN. The client will remain open source, but the server code from this point forward will remain closed. The basic server layout is still available in the repo. The reason for closing the remaining development of the server is that most all of the changes being made now are specific to my project. To keep in line with the GPL none of the code currently used in my server is the same as whats in the repo.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2010/01/server-updates-no-longer-on-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates to client and server</title>
		<link>http://daspork.com/2009/12/updates-to-client-and-server/</link>
		<comments>http://daspork.com/2009/12/updates-to-client-and-server/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 23:50:56 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=88</guid>
		<description><![CDATA[Just a little look at the progress. The server is comming along nicely. I have added the following features.

The ability to debug the event stack. Opened a port that can be connected locally. Displays the event queue in a nice gtk app allowing you to remove poorly behaved events.
Everything can now be reset while players [...]]]></description>
			<content:encoded><![CDATA[<p>Just a little look at the progress. The server is comming along nicely. I have added the following features.</p>
<ul>
<li>The ability to debug the event stack. Opened a port that can be connected locally. Displays the event queue in a nice gtk app allowing you to remove poorly behaved events.</li>
<li>Everything can now be reset while players are connected. Zones, mobiles, and even scripts.</li>
<li>World editor in pygtk. Only about 20% done with this.</li>
<li>Moved all the data from SQL to YAML files. They are very convenient , and for now only used to load the prototypes that populate the game world. I have thought ahead and made the design friendly to making it database persistiant later. (thanks for you input noah)</li>
<li>Added some new event types: Cycle for repeticious things like damage over time. More I cant think of atm.</li>
<li>All player files are infinately expandable without major code changes. (might post a little article on that later&#8230; the Dict .get() is fucking awesome.)</li>
<li>More&#8230;.. Should have kept a list</li>
</ul>
<h2>Screenies:</h2>
<p><a href="http://daspork.com/wp-content/uploads/2009/12/client_login.png"><img class="alignnone size-medium wp-image-90" title="client_login" src="http://daspork.com/wp-content/uploads/2009/12/client_login-300x232.png" alt="client_login" width="300" height="232" /></a><br />
<a href="http://daspork.com/wp-content/uploads/2009/12/server_started.png"><img class="alignnone size-medium wp-image-89" title="server_started" src="http://daspork.com/wp-content/uploads/2009/12/server_started-300x176.png" alt="server_started" width="300" height="176" /></a></p>
<p><a href="http://daspork.com/wp-content/uploads/2009/12/client_playing.png"><img class="alignnone size-medium wp-image-91" title="client_playing" src="http://daspork.com/wp-content/uploads/2009/12/client_playing-300x232.png" alt="client_playing" width="300" height="232" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/12/updates-to-client-and-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client work.</title>
		<link>http://daspork.com/2009/10/client-work/</link>
		<comments>http://daspork.com/2009/10/client-work/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:52:33 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MUD]]></category>

		<guid isPermaLink="false">http://daspork.com/2009/10/client-work/</guid>
		<description><![CDATA[The server has progressed to the point that the client needs to be updated to connect and be developed side by side. Been looking at the MXP protocol to see if it meets the special needs I have. It seems like overkill. This protocol will not need to be reused so something simple and throw [...]]]></description>
			<content:encoded><![CDATA[<p>The server has progressed to the point that the client needs to be updated to connect and be developed side by side. Been looking at the MXP protocol to see if it meets the special needs I have. It seems like overkill. This protocol will not need to be reused so something simple and throw away will be fine I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/10/client-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A long break</title>
		<link>http://daspork.com/2009/10/a-long-break/</link>
		<comments>http://daspork.com/2009/10/a-long-break/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:33:59 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daspork.com/2009/10/a-long-break/</guid>
		<description><![CDATA[I got a new PC (laptop) so it took me a week or so to get everything going. I&#8217;m currently using Ububtu Janunty and Awesome WM atm, and using gnome-blog-post to xml-rpc the posts. Development continues on the mud server, The design document on the wiki. Check the bar on the right side to keep [...]]]></description>
			<content:encoded><![CDATA[<p>I got a new PC (laptop) so it took me a week or so to get everything going. I&#8217;m currently using Ububtu Janunty and Awesome WM atm, and using gnome-blog-post to xml-rpc the posts. Development continues on the mud server, The design document on the wiki. Check the bar on the right side to keep track of the SVN revision.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/10/a-long-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revision: 35 lots of new stuff.</title>
		<link>http://daspork.com/2009/09/revision-35-lots-of-new-stuff/</link>
		<comments>http://daspork.com/2009/09/revision-35-lots-of-new-stuff/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 03:14:40 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=82</guid>
		<description><![CDATA[A few long days of coding have paid off. R35 is a complete rewrite of the C codebase in python. Not that there was anything wrong with Circle. It&#8217;s a very fine game, and a very good start for anyone who wants to study how a multi-player games is made. The lack of real OO [...]]]></description>
			<content:encoded><![CDATA[<p>A few long days of coding have paid off. R35 is a complete rewrite of the C codebase in python. Not that there was anything wrong with Circle. It&#8217;s a very fine game, and a very good start for anyone who wants to study how a multi-player games is made. The lack of real OO in C made me shift gears. I was surprised how fast I got something working though. Granted I had a ton of code laying around to fill in the various gaps from previous projects.</p>
<p>Currently you can:</p>
<ul>
<li>register an account &#8211; the account registration and login uses django.contrib.auth</li>
<li>enter the game</li>
<li>chat with other players &#8211; using a dirty hacked together broadcast function. more finite control of this will be added.</li>
<li>see who else is online</li>
<li>look a the current room you are in</li>
<li>move to other rooms. &#8211; the persistence is there. it shows you who is in the room with you and where else you can go.</li>
</ul>
<p>Things added but need work:</p>
<ul>
<li>Ticks &#8211; for combat, zone heartbeat, and zone repops are all there but maybe in a hackish way.</li>
<li>automap &#8211; one of the key features of this game is the map. its a proper dungeon crawl so the map is far more important that the room descriptions</li>
<li>classes &#8211; the very beginning of support for the class system is there (by that I mean a list of the classes to be implemented.</li>
</ul>
<p>TODO:</p>
<p>FAR TO MUCH TO LIST.</p>
<p>More updates to come with the SVN revisions.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/revision-35-lots-of-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Committed revision 29.</title>
		<link>http://daspork.com/2009/09/committed-revision-29/</link>
		<comments>http://daspork.com/2009/09/committed-revision-29/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 06:40:48 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=79</guid>
		<description><![CDATA[Fixed some bugs in the look_room function. Earlier modification of the autoexit flag messed with the text sent to a regular character and not an immortal. Added new_spells.c and new_spells.h as a new location for the new spell system. I&#8217;m going to develop it along side the existing one. The method being used is sound, [...]]]></description>
			<content:encoded><![CDATA[<p>Fixed some bugs in the look_room function. Earlier modification of the autoexit flag messed with the text sent to a regular character and not an immortal. Added new_spells.c and new_spells.h as a new location for the new spell system. I&#8217;m going to develop it along side the existing one. The method being used is sound, but it&#8217;s in such a mess that doing it from scratch seems to be the way to go.</p>
<p>Implementation of the spell system will rely on the  skill system as well so work on that will have to be done in tandem. At a bare minimum the skills:</p>
<ul>
<li> Alteration</li>
<li>Abjuration</li>
<li>Evocation</li>
<li>Divination</li>
</ul>
<p>will need to be added. A few small support functions to check these skills will live in the utils.c/h.</p>
<p>I will also take the time to prepare a <em>cheat sheet</em> of sorts for all the utility functions. These will be used heavily in the work to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/committed-revision-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long couple of days.</title>
		<link>http://daspork.com/2009/09/long-couple-of-days/</link>
		<comments>http://daspork.com/2009/09/long-couple-of-days/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:25:01 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=76</guid>
		<description><![CDATA[Made a final commit to the repo. Everything worked out and SCons is now used for everything. One of the next tasks there is to convert some of the shell scripts to python instead of bash.
Wrote 8000 words in 4 days which I consider great. Far above my expectations. This story is really shaping up.
Added [...]]]></description>
			<content:encoded><![CDATA[<p>Made a final commit to the repo. Everything worked out and SCons is now used for everything. One of the next tasks there is to convert some of the shell scripts to python instead of bash.</p>
<p>Wrote 8000 words in 4 days which I consider great. Far above my expectations. This story is really shaping up.</p>
<p>Added some new stuff to the site. Lists of books I am currently/will soon/read in the past is in the sidebar. It also provides a simple way to write a small review of each one so I will take advantage of that. Also added FSM and Python logos to the sidebar. They don&#8217;t really do anything but look cool.</p>
<p>I&#8217;m still working on my other site Frugal American. That will be live soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/long-couple-of-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Away with you Autotools!</title>
		<link>http://daspork.com/2009/09/away-with-you-autotools/</link>
		<comments>http://daspork.com/2009/09/away-with-you-autotools/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:10:30 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[SCons]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=68</guid>
		<description><![CDATA[Like a bad habit I dropped autotools from the server. Complicated Makefiles are junks and need to be gotten rid of. Admittedly the code for the server is all ANSI C and requires no external libs, but the Makefile for the source was over 130 lines. The scons SConstruct file contains only this:
Program(&#8217;circle&#8217;, Glob(&#8217;*.c&#8217;))
I mean [...]]]></description>
			<content:encoded><![CDATA[<p>Like a bad habit I dropped autotools from the server. Complicated Makefiles are junks and need to be gotten rid of. Admittedly the code for the server is all ANSI C and requires no external libs, but the Makefile for the source was over 130 lines. The scons SConstruct file contains only this:</p>
<p>Program(&#8217;circle&#8217;, Glob(&#8217;*.c&#8217;))</p>
<p>I mean damn&#8230;. That is come crazy shit. SCons is too much for me!!! Doing things more in-depth isn&#8217;t much more. Removed like 40 files related to the build system. Thank the FSM for someone thinking or tomorrow instead of yesterday.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/away-with-you-autotools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added Wiki and SVN changes</title>
		<link>http://daspork.com/2009/09/added-wiki-and-svn-changes/</link>
		<comments>http://daspork.com/2009/09/added-wiki-and-svn-changes/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:31:42 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://daspork.com/?p=58</guid>
		<description><![CDATA[Put up a wiki for the MUD project. Added the design document with a breakdown of the classes, races, skills, and areas. Also added a feed of the SVN commits in the sidebar.  I went ahead and committed my changes I made to Circle. Some of it might not be the best, but I think [...]]]></description>
			<content:encoded><![CDATA[<p>Put up a <a href="http://daspork.com/wiki">wiki</a> for the MUD project. Added the design document with a breakdown of the classes, races, skills, and areas. Also added a feed of the SVN commits in the sidebar.  I went ahead and committed my changes I made to Circle. Some of it might not be the best, but I think for the most part everything is cool. The most recent chance before I committed was the formatting of the group commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/added-wiki-and-svn-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I&#039;m watching</title>
		<link>http://daspork.com/2009/09/what-im-watching/</link>
		<comments>http://daspork.com/2009/09/what-im-watching/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 07:42:45 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sci-fi]]></category>
		<category><![CDATA[Stargate]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/2009/09/13/what-im-watching/</guid>
		<description><![CDATA[After polishing off Stargate SG-1 for like the 4th time I&#8217;m going back and watching Stargate Atlantis again. Rodney &#8216;Fucking&#8217; Mckay is just so super cool&#8230; I don&#8217;t really like antagonist. The wraith are kinda lame ass bad guys. Oh well, I&#8217;ll give it a shot. This will have to do until Stargate Universe premiers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-33" title="Stargate Atlantis" src="http://synnax.files.wordpress.com/2009/09/stargatea.jpg?w=300" alt="Stargate Atlantis" width="216" height="162" />After polishing off Stargate SG-1 for like the 4th time I&#8217;m going back and watching Stargate Atlantis again. Rodney &#8216;Fucking&#8217; Mckay is just so super cool&#8230; I don&#8217;t really like antagonist. The wraith are kinda lame ass bad guys. Oh well, I&#8217;ll give it a shot. This will have to do until Stargate Universe premiers in October I think. I am pretty excited.</p>
<p>Thank the FSM that Fringe and House are starting this week. I am sooooo bored with media lately.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/what-im-watching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dasclient early alpha screenshot</title>
		<link>http://daspork.com/2009/09/dasclient-early-alpha-screenshot/</link>
		<comments>http://daspork.com/2009/09/dasclient-early-alpha-screenshot/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 05:36:56 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/2009/09/13/dasclient-early-alpha-screenshot/</guid>
		<description><![CDATA[Just a little look at what I have going on the client so far. The widgets are part of a UI library that I have updated and developed for years called clad. I have only used it for my own projects, but it&#8217;s pretty nice if I do say so myself. The life/mana/stamina bars are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daspork.com/wp-content/uploads/2009/09/PythonScreenSnapz001.png"><img class="alignright size-medium wp-image-39" title="PythonScreenSnapz001" src="http://daspork.com/wp-content/uploads/2009/09/PythonScreenSnapz001-300x233.png" alt="PythonScreenSnapz001" width="300" height="233" /></a>Just a little look at what I have going on the client so far. The widgets are part of a UI library that I have updated and developed for years called clad. I have only used it for my own projects, but it&#8217;s pretty nice if I do say so myself. The life/mana/stamina bars are all custom widgets derived from the base widgets of clad and fully functional (even the text entry!). The four blue squares are the beginnings of re-programmable hotkeys/aliases. I have no plan to support the mouse with the client. I don&#8217;t see any reason to personally as re-mappable keys could surely do just as good a job, and the code required to do very complicated operations is much lighter. More updates to come if this can hold my interest.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/dasclient-early-alpha-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semi-graphical MUDs</title>
		<link>http://daspork.com/2009/09/semi-graphical-muds/</link>
		<comments>http://daspork.com/2009/09/semi-graphical-muds/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 08:29:02 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[MUD Project]]></category>
		<category><![CDATA[MUD]]></category>
		<category><![CDATA[Multi User Dungeon]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/2009/09/09/semi-graphical-muds/</guid>
		<description><![CDATA[I&#8217;m thinking about picking up an old project again. For a while I was enjoying playing MUDs. I often wondered why there had never really been a hybrid MUD out there. Something not graphical really, but with just a GUI. I have already made some headway on a client that will work on any platform [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking about picking up an old project again. For a while I was enjoying playing MUDs. I often wondered why there had never really been a hybrid MUD out there. Something not graphical really, but with just a GUI. I have already made some headway on a client that will work on any platform that has the ability to use python and pygame. The client can even be packaged with all the dependencies needed to play it.</p>
<p>The server portion of the game is the hard part. I have had a little luck with NakedMud, and also modifying the last and most up to date version of Circle.</p>
<p>The type of game I really want to make would be similar to classic Everquest. I had a lot of fun with that game and think it could be captured in this way.</p>
<p>More to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/semi-graphical-muds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gondhall Transport, 25th May 2100</title>
		<link>http://daspork.com/2009/09/gondhall-transport-25th-may-2100/</link>
		<comments>http://daspork.com/2009/09/gondhall-transport-25th-may-2100/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:02:17 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OpenTTD]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/2009/09/07/gondhall-transport-25th-may-2100/</guid>
		<description><![CDATA[New OpenTTD map. Been working on this one in stages. There are no junctions, just one train per line. All of the city center stations are 12 long, and the tracks use tunnels to keep the maximum amount of building space.
The one train per line strategy is really shining in this one. It has a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daspork.com/wp-content/uploads/2009/09/Gondhall-Transport-25th-May-2100.png"><img class="alignright size-medium wp-image-37" title="Gondhall Transport, 25th May 2100" src="http://daspork.com/wp-content/uploads/2009/09/Gondhall-Transport-25th-May-2100-300x237.png" alt="Gondhall Transport, 25th May 2100" width="300" height="237" /></a>New OpenTTD map. Been working on this one in stages. There are no junctions, just one train per line. All of the city center stations are 12 long, and the tracks use tunnels to keep the maximum amount of building space.</p>
<p>The one train per line strategy is really shining in this one. It has a global population of about 300k. I&#8217;m shooting for 500k+ if I don&#8217;t get bored with it.</p>
<p>All of the farms are in the north-east, and are feeding one big station with a few trains feeding the factory. In all the factory is up to about 4000 crated of goods a month which are split about 25/75 between 2 cities.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/gondhall-transport-25th-may-2100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Shoes Song!</title>
		<link>http://daspork.com/2009/09/new-shoes-song/</link>
		<comments>http://daspork.com/2009/09/new-shoes-song/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:50:02 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/2009/09/02/new-shoes-song/</guid>
		<description><![CDATA[Well I don&#8217;t really need new shoes, but a new PC. I don&#8217;t really know which direction to go this time. Newegg only sells the newest stuff anymore it seems. I want something crappy for the most part. Anything that can display flash properly, and browse the web fast. I think I&#8217;ll keep my eye [...]]]></description>
			<content:encoded><![CDATA[<p>Well I don&#8217;t really need new shoes, but a new PC. I don&#8217;t really know which direction to go this time. Newegg only sells the newest stuff anymore it seems. I want something crappy for the most part. Anything that can display flash properly, and browse the web fast. I think I&#8217;ll keep my eye out on ebay. Who knows. All I want is a crummy linux box. I have a computer minus a hard drive. I have a 160gb sata, but the computer I have doesn&#8217;t have a sata port. Maybe I&#8217;ll just get a sata card and a new optical drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/new-shoes-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greatest  lie ever told.</title>
		<link>http://daspork.com/2009/09/greatest-lie-ever-told/</link>
		<comments>http://daspork.com/2009/09/greatest-lie-ever-told/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:15:40 +0000</pubDate>
		<dc:creator>daspork</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://synnax.wordpress.com/?p=17</guid>
		<description><![CDATA[I lie to myself. A lot. I was going to post that I didn&#8217;t have time in the last few days to make a post. That is a lie. I&#8217;m just too lazy to do anything lately. Oh well.
]]></description>
			<content:encoded><![CDATA[<p>I lie to myself. A lot. I was going to post that I didn&#8217;t have time in the last few days to make a post. That is a lie. I&#8217;m just too lazy to do anything lately. Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://daspork.com/2009/09/greatest-lie-ever-told/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
