<?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>pigeon's blog - pigeond.net &#187; games</title>
	<atom:link href="http://pigeond.net/blog/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://pigeond.net/blog</link>
	<description>the pigeon concerto in D minor</description>
	<lastBuildDate>Tue, 22 Feb 2011 22:34:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WINE 1 : Windows 0</title>
		<link>http://pigeond.net/blog/2010/04/12/wine1windows0/</link>
		<comments>http://pigeond.net/blog/2010/04/12/wine1windows0/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:22:18 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[LANG]]></category>
		<category><![CDATA[simplified chinese]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/?p=559</guid>
		<description><![CDATA[Got this old but very popular game I wanted to play. It&#8217;s a Windows game, but not only that, the version I have is the simplified chinese version of it (I can read it, but not as good as traditional).
I was &#8220;lucky&#8221; and got someone else&#8217;s Windows XP box to try and see if it [...]]]></description>
			<content:encoded><![CDATA[<p>Got this old but very popular game I wanted to play. It&#8217;s a Windows game, but not only that, the version I have is the simplified chinese version of it (I can read it, but not as good as traditional).</p>
<p>I was &#8220;lucky&#8221; and got someone else&#8217;s Windows XP box to try and see if it runs, and it doesn&#8217;t. It starts up and says it needs the version of the game only works on a simplified chinese version of Windows. Then I thought, I&#8217;ve seen similar problems with other programs. Let me try fiddling with those locale and default language and encoding settings in the control panel, not to mention that I need to reboot Windows almost after every change of the settings. However, none of the changes helped. The game still won&#8217;t run. And because you could ask, no, we don&#8217;t have a simplified version of Windows.</p>
<p>I know for the fact that the game actually runs under WINE pretty well (good thing being an old game I guess), so I gave it a go. Installation worked. Then when I run it, yup, got the same simplified chinese version error. But there&#8217;s something different. The texts of the error dialog box are all garbage. I imagine they&#8217;re simplified chinese, but somehow not using the right font or encoding. I decided to fix this problem first, which I knew it would be easy cos I have had same problems with other chinese games before. All you need is to set <code>LANG</code>, in this case, to <code>zh_CN</code>.</p>
<p>And guess what, that not only solves the chinese encoding issue, that also convinces the game to think I&#8217;m on simplified chinese version of Windows. The game worked beautifully. And need not to say, setting an environment variable doesn&#8217;t require rebooting&#8230; unlike some retarded operating system.</p>
<p>WINE wins!</p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2010/04/12/wine1windows0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playstation 3 Network downloads + Linux</title>
		<link>http://pigeond.net/blog/2008/06/08/playstation-3-network-downloads-linux/</link>
		<comments>http://pigeond.net/blog/2008/06/08/playstation-3-network-downloads-linux/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 13:35:35 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[jesred]]></category>
		<category><![CDATA[playstation network]]></category>
		<category><![CDATA[playstation3]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[psn]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/?p=406</guid>
		<description><![CDATA[For those who have been trolling around with your PS3 on the Playstation Network might know that all the playable demos and stuff on the PS3 networks can be downloaded on your usual computer, and then later get your PS3 to fetch and install them. That way you won&#8217;t have to use your PS3 to [...]]]></description>
			<content:encoded><![CDATA[<p>For those who have been trolling around with your PS3 on the Playstation Network might know that all the playable demos and stuff on the PS3 networks can be downloaded on your usual computer, and then later get your PS3 to fetch and install them. That way you won&#8217;t have to use your PS3 to download for whatever reasons (time, disk space, connection, etc).</p>
<p><a href="http://www.ps3news.com/forums/post1-172825.html">This ps3news forum post</a> has all the goodies and explanations, how it works and what you need to do, except, it hasn&#8217;t got a Linux way of doing it. I spent some time looking into that a few months ago, and I think I should note them down here, before I forget the method myself&#8230;</p>
<p>The basic idea is you configure your PS3 to use a proxy, and then you tell it to download and install Folding@Home. The proxy translates the URL into a different one, i.e. you tell your proxy to rewrite the Folding@Home URL into one that points to the actual package you want to install.</p>
<p>To achieve that, I&#8217;ve decided to use apache, squid, and jesred. Apache and squid might be bit overkill, but that&#8217;s what I have already been using. jesred is a URL redirector in Debian that works with squid.</p>
<p>The download part is the same. You look for the game/demo/whatever you want and download the package (<code>.pkg</code> file) using the URL on the forum post. Let&#8217;s say you&#8217;ve got the file blah.pkg. Put the file somewhere accessible from your web server. For example, <code>/var/www/ps3/</code> on my machine <code>proxy1</code>, which means I can download the file on my local network via <code>http://proxy1/ps3/blah.pkg</code>.</p>
<p>On to the squid config. In <code>/etc/squid/squid.conf</code>, I first define an access control:</p>
<pre class="file_content">acl myps3 src 192.168.0.123
http_access allow myps3
</pre>
<p>which allows my PS3, having an IP <code>192.168.0.123</code>, to access my proxy.</p>
<p>I also have to add a special <code>header_access</code> rule:</p>
<pre class="file_content">header_access Content-Type deny myps3
</pre>
<p>which makes the PS3 happy downloading the file. Without this, the PS3 seems to refuse to even start downloading the package.</p>
<p>Then finally, I setup the URL rewrite:</p>
<pre class="file_content">url_rewrite_program /usr/lib/squid/jesred
</pre>
<p>which tells squid to use jesred for URL rewriting.</p>
<p>Now we setup jesred. Edit <code>/etc/jesred.acl</code> to suit your own needs. I have simply uncommented the line:</p>
<pre class="file_content">0.0.0.0/0
</pre>
<p>which allows URL rewrite from all sources.</p>
<p>Then we move onto <code>/etc/jesred.rules</code>. This is where we define our URL rewriting. First you need to know which URL your PS3 is using for Folding@Home. A list of possible URLs are shown in the 2.D  of the FAQ on the forum post. My PS3 is PAL one, so to rewrite that URL to what we want:</p>
<pre class="file_content">regexi ^http://deu01.ps3.download.playstation.net/download/ps3/eu/fah/fah\.pkg 

http://proxy1/ps3/blah.pkg
</pre>
<p>(The above on one single line)</p>
<p>Remember every time you edit the <code>jesred.rules</code> file, you have to tell squid to reload (<code>/etc/init.d/squid reload</code> does the trick).</p>
<p>Finally, onto the PS3. Make sure you have set your PS3 to use your proxy. Now tell your PS3 to download and install Folding@Home.</p>
<p>And that&#8217;s it! I know it hasn&#8217;t got a nice GUI like the PS3.Proxyserver thing. But surely editing some text config files and running init reload scripts are that kind of things we have a passion for right?</p>
<p>If things don&#8217;t work, well, you can have a look at squid&#8217;s and jesred&#8217;s log. You might need to edit <code>/etc/jesred.conf</code> to enable its logging.</p>
<p>Let me know if I&#8217;ve made any mistakes, comments are also welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2008/06/08/playstation-3-network-downloads-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Nintendo DS lite&#8230;</title>
		<link>http://pigeond.net/blog/2006/12/02/nintendo-ds-lite/</link>
		<comments>http://pigeond.net/blog/2006/12/02/nintendo-ds-lite/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 12:35:37 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[nds]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[pink]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/2006/12/02/nintendo-ds-lite/</guid>
		<description><![CDATA[Step 1) Buy a (pink) Nintendo DS lite for my wife
Step 2) Play with DSLinux (when I get those extra hardware)
Step 3) ???
Step 4) Profit!

]]></description>
			<content:encoded><![CDATA[<p>Step 1) Buy a (pink) Nintendo DS lite for my wife<br />
Step 2) Play with <a href="http://dslinux.org/">DSLinux</a> (when I get those extra hardware)<br />
Step 3) ???<br />
Step 4) Profit!</p>
<p><center><img src="http://pigeond.net/images/blog/ndog.jpg" alt="Nintendo DS Lite + Nintendog" title="Nintendo DS Lite + Nintendog" border="0" height="320" width="240" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2006/12/02/nintendo-ds-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And the adventure continues&#8230;</title>
		<link>http://pigeond.net/blog/2006/06/01/and-the-adventure-continues/</link>
		<comments>http://pigeond.net/blog/2006/06/01/and-the-adventure-continues/#comments</comments>
		<pubDate>Wed, 31 May 2006 21:46:56 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/2006/06/01/and-the-adventure-continues/</guid>
		<description><![CDATA[The freeware Indy fan game, Indiana Jones and the Fountain of Youth, has just released a playable demo. FoY is made with the Adventure Game Studio, a software for creating point-and-click adventure games. Though it is not open source, it has a Linux port (and also FreeBSD), and it works with FoY as well.
I&#8217;m currently [...]]]></description>
			<content:encoded><![CDATA[<p>The freeware Indy fan game, <a href="http://www.barnettcollege.com/">Indiana Jones and the Fountain of Youth</a>, has just released a playable demo. FoY is made with the <a href="http://www.adventuregamestudio.co.uk/">Adventure Game Studio</a>, a software for creating point-and-click adventure games. Though it is not open source, it has a <a href="http://drevil.warpcore.org/ags/">Linux port</a> (and also FreeBSD), and it works with FoY as well.</p>
<p>I&#8217;m currently stuck in this demo, however, I really can&#8217;t wait till its full version release :)</p>
<p><center><a href="http://www.barnettcollege.com/"><img src="http://www.barnettcollege.com/pix/foy_banner.gif" border=1 alt="" title="" width=312 height=40></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2006/06/01/and-the-adventure-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Alert 2&#8230;</title>
		<link>http://pigeond.net/blog/2002/06/04/red-alert-2/</link>
		<comments>http://pigeond.net/blog/2002/06/04/red-alert-2/#comments</comments>
		<pubDate>Tue, 04 Jun 2002 02:25:18 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/2002/06/04/red-alert-2/</guid>
		<description><![CDATA[For some reasons today&#8217;s date reminds of Red Alert 2. :P
And that also reminds me of my wonderful Red Alert 2 artwork.
This is what I did in 2000 x&#8217;mas. Click it for full size.

]]></description>
			<content:encoded><![CDATA[<p>For some reasons today&#8217;s date reminds of Red Alert 2. :P</p>
<p>And that also reminds me of my wonderful Red Alert 2 artwork.</p>
<p>This is what I did in 2000 x&#8217;mas. Click it for full size.</p>
<p><center><a href="http://pigeond.net/images/junks/xmas.jpg"><img src="http://pigeond.net/images/diary/ra2_xmas.jpg" width=256 height=192 border=0 alt="click for full size" title="click for full size"></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2002/06/04/red-alert-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BFM&#8230; Hmm&#8230; no&#8230; I mean BFP&#8230;</title>
		<link>http://pigeond.net/blog/2002/02/06/bfm-hmm-no-i-mean-bfp/</link>
		<comments>http://pigeond.net/blog/2002/02/06/bfm-hmm-no-i-mean-bfp/#comments</comments>
		<pubDate>Tue, 05 Feb 2002 23:20:59 +0000</pubDate>
		<dc:creator>pigeon</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://pigeond.net/blog/2002/02/06/bfm-hmm-no-i-mean-bfp/</guid>
		<description><![CDATA[Wasn&#8217;t even fast enough to say anything here about BFP 1.0, BFP 1.1 is out. deadmeat setup his BFP server yesterday and he&#8217;s trying to get it going. Let&#8217;s see when we can have our ultimate battle :)
DBMUD is going fine. Remember, it is &#8220;fine&#8221;, not &#8220;done&#8221;. :P
Also I started a very little bit in [...]]]></description>
			<content:encoded><![CDATA[<p>Wasn&#8217;t even fast enough to say anything here about BFP 1.0, BFP 1.1 is out. <a href="http://www.deadmeat.net/">deadmeat</a> setup his BFP server yesterday and he&#8217;s trying to get it going. Let&#8217;s see when we can have our ultimate battle :)</p>
<p>DBMUD is going fine. Remember, it is &#8220;fine&#8221;, not &#8220;done&#8221;. :P</p>
<p>Also I started a very little bit in my MYOM app for the ipaq. It is currently in python. And I&#8217;m not surprised if one day I will port it to C&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pigeond.net/blog/2002/02/06/bfm-hmm-no-i-mean-bfp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

