<?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"
	>

<channel>
	<title>lancetw的新天地 &#187; 遊戲</title>
	<atom:link href="http://blochy.com/lancetw/blog/archives/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://blochy.com/lancetw/blog</link>
	<description>“You know what I’d like to be? I mean if I had my goddam choice, I’d just be the catcher in the rye and all.”</description>
	<pubDate>Mon, 23 Apr 2007 11:18:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>在 UTF-8 環境下用 screen 玩中文 mud (2) - 防閒置功能</title>
		<link>http://blochy.com/lancetw/blog/archives/2006/08/07/116/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2006/08/07/116/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 07:42:53 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

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

		<category><![CDATA[分享]]></category>

		<category><![CDATA[筆記]]></category>

		<category><![CDATA[網路]]></category>

		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2006_08_07/116/</guid>
		<description><![CDATA[ 雖然中文的問題在上一篇在 UTF-8 環境下用 screen 玩中文 mud 中解決了，但你可能還會想要有個防閒置的功能來長期掛站。
底下是一個簡單的防閒置範例，如果想要有自動輸入帳號密碼的功能請多利用 Google :P，本篇重點在防閒置。
先檢查 /usr/bin/expect 是否存在，否則請先安裝 expect。
其實只需要寫一個檔案就足夠了，這裡以重生的世界 mud 為例子：

#!/usr/bin/expect
#連線到 mud 站
spawn telnet -8 mud.revivalworld.org 4000
#防閒置指令，每200秒送出 \x0d (Enter)
interact timeout 200 { send &#34;\x0d&#34;}
exit

請依照需要修改粗體部份的設定，然後把這個檔案存成你想要的檔名，例如 mud-rw，然後複製到 /usr/local/bin/ 底下，並給予執行權限：

sudo cp mud-rw /usr/local/bin/
sudo chmod +x /usr/local/bin/mud-rw

輕鬆設定完成，接下來就可以用這個檔案來連線囉。
步驟如下：

開啟 screen
&#60;CTRL&#62;&#60;A&#62;+&#60;:&#62;
輸入 encoding big5，enter
輸入 export LC_ALL=&#34;C&#34;
執行 mud-rw

]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2006/08/07/116/feed/</wfw:commentRss>
		</item>
		<item>
		<title>在 UTF-8 環境下用 screen 玩中文 mud</title>
		<link>http://blochy.com/lancetw/blog/archives/2006/08/07/114/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2006/08/07/114/#comments</comments>
		<pubDate>Sun, 06 Aug 2006 23:51:45 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

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

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

		<category><![CDATA[筆記]]></category>

		<category><![CDATA[編碼]]></category>

		<category><![CDATA[軟體]]></category>

		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2006_08_07/114/</guid>
		<description><![CDATA[
開啟 screen
&#60;CTRL&#62;&#60;A&#62;+&#60;:&#62; #冒號，用 shift+; 輸入
輸入 encoding:big5，enter
export LC_ALL=&#34;C&#34;
開始 telnet mud 吧，例如重生的世界：
telnet -8 mud.revivalworld.org 4000
台灣 Mud 列表

]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2006/08/07/114/feed/</wfw:commentRss>
		</item>
		<item>
		<title>用 Wine 跑 Steam 與 CS 1.6</title>
		<link>http://blochy.com/lancetw/blog/archives/2006/08/07/111/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2006/08/07/111/#comments</comments>
		<pubDate>Sun, 06 Aug 2006 22:59:15 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

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

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

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

		<category><![CDATA[分享]]></category>

		<category><![CDATA[螢幕攝]]></category>

		<category><![CDATA[軟體]]></category>

		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/archives/2006_08_07/111/</guid>
		<description><![CDATA[ 試了很久，前些日子終於成功了 :D，有圖有真相 XD
不過可惜的是，我只能用 software mode 玩，開不了 OpenGL mode  

zBOT 與 CS1.6

請參考：Steam, Half-Life, Half-Life 2, Counter-Strike 1.6 and Source with Wine
因為我沒法跑 OpenGL mode，就不寫教學來誤人誤己了。XD

若需要 zBOT 可以在這邊取得。

]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2006/08/07/111/feed/</wfw:commentRss>
		</item>
		<item>
		<title>戦闘力測定</title>
		<link>http://blochy.com/lancetw/blog/archives/2005/08/17/58/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2005/08/17/58/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 11:13:38 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[KUSO]]></category>

		<category><![CDATA[分享]]></category>

		<category><![CDATA[筆記]]></category>

		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://blochy.com/lancetw/blog/?p=58</guid>
		<description><![CDATA[ 
戦闘力測定
從  Goston 那裡看到的，偵測你在七龍珠世界的戰鬥力 

　

]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2005/08/17/58/feed/</wfw:commentRss>
		</item>
		<item>
		<title>安裝 School Days 的心得</title>
		<link>http://blochy.com/lancetw/blog/archives/2005/06/21/38/</link>
		<comments>http://blochy.com/lancetw/blog/archives/2005/06/21/38/#comments</comments>
		<pubDate>Tue, 21 Jun 2005 15:23:31 +0000</pubDate>
		<dc:creator>lancetw</dc:creator>
		
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ 安裝 School Days 前，記得先移除 AppLocale 和 Unicode 補完計畫，然後以 Windows XP 的日文語言模式來重新啟動。
控制台→地區及語言選項→在[地區選項]的標準及格式，設定成 中文(台灣)→在[進階]→非 Unicode 程式的語言，設定成 中文(台灣)→重新開機，安裝 School Days  
]]></description>
		<wfw:commentRss>http://blochy.com/lancetw/blog/archives/2005/06/21/38/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
