<?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>Ludum Dare &#187; howto</title>
	<atom:link href="http://www.ludumdare.com/compo/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating a timelapse in Linux</title>
		<link>http://www.ludumdare.com/compo/2011/08/19/creating-a-timelapse-in-linux/</link>
		<comments>http://www.ludumdare.com/compo/2011/08/19/creating-a-timelapse-in-linux/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:30:14 +0000</pubDate>
		<dc:creator>Kvisle</dc:creator>
				<category><![CDATA[LD #21]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[timelapse]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=61322</guid>
		<description><![CDATA[Hello, I&#8217;ve written a couple of scripts for making timelapses in Linux. It&#8217;s fairly simple stuff; Create a screenshot every 15th second by running the following script in a terminal; #!/bin/bash # Takes a screenshot of my second monitor every 15 seconds # Only have one monitor? Drop the -crop part ... mkdir ~/img while [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve written a couple of scripts for making timelapses in Linux.  It&#8217;s fairly simple stuff;</p>
<p>Create a screenshot every 15th second by running the following script in a terminal;</p>
<p><code><br />
#!/bin/bash</p>
<p># Takes a screenshot of my second monitor every 15 seconds<br />
# Only have one monitor? Drop the -crop part ...</p>
<p>mkdir ~/img</p>
<p>while [ 1 ]; do<br />
#       Uncomment the line below if you only want timelapse of your second monitor, and both monitors are 1680x1050 big.<br />
#	import -window root -crop 1680x1050+1680+0 ~/img/LD21-$(date +%y%m%d-%H%M%S).jpg</p>
<p>	import -window root ~/img/LD21-$(date +%y%m%d-%H%M%S).jpg<br />
	sleep 15<br />
done<br />
</code></p>
<p>(The script is interrupted by pressing CTRL+C)</p>
<p>Then encoding the images can be done using mencoder, like this;</p>
<p><code>mencoder mf://*.jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi</code></p>
<p>If you want audio, add &#8216;-audiofile somefile.mp3&#8242;.</p>
<p>Hurray!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2011/08/19/creating-a-timelapse-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to submit an Entry</title>
		<link>http://www.ludumdare.com/compo/2009/04/18/how-to-submit-an-entry/</link>
		<comments>http://www.ludumdare.com/compo/2009/04/18/how-to-submit-an-entry/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 06:14:13 +0000</pubDate>
		<dc:creator>PoV</dc:creator>
				<category><![CDATA[LD - Misc]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=5367</guid>
		<description><![CDATA[So, you&#8217;re done now and want to submit an entry? Here is what you do. Create an account (if you haven&#8217;t already, click here) Make a post (click here) Add the tag &#8220;Final&#8221; to your post (Instructions how) Upload a single screen-shot to the blog (Instructions how) Provide download link(s) to your file(s) (Windows Binary, [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;re done now and want to submit an entry?</p>
<p>Here is what you do.</p>
<ul>
<li>Create an account (if you haven&#8217;t already, <a href="http://www.ludumdare.com/compo/wp-admin/">click here</a>)</li>
<li>Make a post (<a href="http://www.ludumdare.com/compo/wp-admin/post-new.php">click here</a>)</li>
<li>Add the tag &#8220;<strong>Final</strong>&#8221; to your post (<a href="http://www.ludumdare.com/compo/2009/04/18/how-to-set-a-tag/">Instructions how</a>)</li>
<li>Upload a <strong>single</strong> screen-shot <strong>to the blog</strong> (<a href="http://www.ludumdare.com/compo/2008/08/10/how-to-upload-an-image/">Instructions how</a>)</li>
<li>Provide download link(s) to your file(s) (Windows Binary, Source, etc)</li>
</ul>
<p><strong>NOTE:</strong> It seems uploading zip files to the blog isn&#8217;t allowed with stock permissions set up. Oh well, we&#8217;ll have to go with the old way of submitting entries (i.e. link a zip file). Maybe next time.</p>
<p><del datetime="2009-04-19T17:23:42+00:00">Moving forward, we&#8217;d prefer that you upload your entries to the blog. You&#8217;re more than welcome to mirror them on your local site, but at least this way we have a 2nd copy.  If your entry is especially large (50 MB+), consider uploading to the blog as a last resort (i.e. you don&#8217;t have your own web space).</del></p>
<p>Images can be named whatever, but we&#8217;d suggest entry uploads be named as follows.</p>
<p><strong>UserName_LD??_MyCoolEntryName.EXT</strong></p>
<ul>
<li><strong>UserName</strong> &#8211; Your name on the forum (i.e. PoV)</li>
<li><strong>LD??</strong> &#8211; The current competition (i.e. LD14, MiniLD09)</li>
<li><strong>MyCoolEntryName</strong> &#8211; A name for your entry (i.e. MyGame02)</li>
<li><strong>EXT</strong> &#8211; Whatever the file type is (i.e. zip, tar.bz2)</li>
</ul>
<p>For example: <a href='http://www.ludumdare.com/compo/wp-content/uploads/2009/04/mmur_fb2.zip'>PoV_LD00_MurMur2.zip</a></p>
<p>Following these naming guidelines will help us catalog entries in the future. </p>
<p><del datetime="2009-04-19T17:23:42+00:00"><strong>Flash/Browser Based Entries</strong></p>
<p>If your game is a Flash or browser based game, then you can provide a link.  This will make it much easier for entrants to play your game, since you can tailor the webpage as you see fit (as providing FTP accounts for everyone sound like too much work to me).</p>
<p>In addition, if you could upload a copy for archival purposes, that would be helpful.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2009/04/18/how-to-submit-an-entry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to set a tag</title>
		<link>http://www.ludumdare.com/compo/2009/04/18/how-to-set-a-tag/</link>
		<comments>http://www.ludumdare.com/compo/2009/04/18/how-to-set-a-tag/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 05:43:40 +0000</pubDate>
		<dc:creator>PoV</dc:creator>
				<category><![CDATA[LD - Misc]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=5371</guid>
		<description><![CDATA[Tagging your posts is easy. From inside the WordPress, scroll down past the post box to the &#8220;Tags&#8221; box. Enter your tag in the box and click Add. Easy. If you make a mistake, you can click the X beside the tag to remove it. Common tags include: Final &#8211; for your final entries deskphoto [...]]]></description>
			<content:encoded><![CDATA[<p>Tagging your posts is easy.</p>
<p>From inside the WordPress, scroll down past the post box to the &#8220;Tags&#8221; box.</p>
<p><a href='http://www.ludumdare.com/compo/wp-content/uploads/2009/04/tag011.png'><img src="http://www.ludumdare.com/compo/wp-content/uploads/2009/04/tag011.png" alt="" title="tag011" width="416" height="148" class="alignnone size-full wp-image-5376" /></a></p>
<p>Enter your tag in the box and click Add.</p>
<p><a href='http://www.ludumdare.com/compo/wp-content/uploads/2009/04/tag021.png'><img src="http://www.ludumdare.com/compo/wp-content/uploads/2009/04/tag021.png" alt="" title="tag021" width="416" height="196" class="alignnone size-full wp-image-5377" /></a></p>
<p>Easy.  If you make a mistake, you can click the X beside the tag to remove it.</p>
<p>Common tags include:</p>
<ul>
<li><strong>Final</strong> &#8211; for your final entries</li>
<li><strong>deskphoto</strong> &#8211; for any pictures of your work environment</li>
<li><strong>motivation</strong> &#8211; for amusing images in the spirit of the competition</li>
<li><strong>foodphoto</strong> &#8211; what you ate during a compo. Yes, we&#8217;re silly</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2009/04/18/how-to-set-a-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upload an Image</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/how-to-upload-an-image/</link>
		<comments>http://www.ludumdare.com/compo/2008/08/10/how-to-upload-an-image/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 03:34:44 +0000</pubDate>
		<dc:creator>PoV</dc:creator>
				<category><![CDATA[LD #12 - The Tower - 2008]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3368</guid>
		<description><![CDATA[Here&#8217;s how to upload an image.  You need to do this for your screenshot to show up in the Image Grid. Make or edit a post, and click the Add An Image Icon. Then select &#8220;Choose Files to Upload&#8220;, and pick your image file. Leave all the options default, scroll down and click &#8220;Insert in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to upload an image.  You need to do this for your screenshot to show up in the Image Grid.</p>
<p>Make or edit a post, and click the <strong>Add An Image</strong> Icon.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto01.png"><img class="alignnone size-medium wp-image-3372" style="border: 1px solid black;" title="uploadhowto01" src="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto01-300x165.png" alt="" width="300" height="165" /></a></p>
<p>Then select &#8220;<strong>Choose Files to Upload</strong>&#8220;, and pick your image file.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto02.png"><img class="alignnone size-medium wp-image-3373" style="border: 1px solid black;" title="uploadhowto02" src="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto02-300x168.png" alt="" width="300" height="168" /></a></p>
<p>Leave all the options default, scroll down and click &#8220;<strong>Insert in to Post</strong>&#8220;.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto03.png"><img class="alignnone size-medium wp-image-3374" style="border: 1px solid black;" title="uploadhowto03" src="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto03-300x168.png" alt="" width="300" height="168" /></a></p>
<p>Presto!  Your image should appear in your post.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto04.png"><img class="alignnone size-medium wp-image-3375" style="border: 1px solid black;" title="uploadhowto04" src="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/uploadhowto04-300x201.png" alt="" width="300" height="201" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2008/08/10/how-to-upload-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

