<?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>熊窩BearHouse &#187; 自製遊戲日誌</title>
	<atom:link href="http://bearu.twhosts.info/blog/bclass/selfgames/feed" rel="self" type="application/rss+xml" />
	<link>http://bearu.twhosts.info/blog</link>
	<description>我的世界、我的工作。</description>
	<lastBuildDate>Fri, 09 Jul 2010 04:36:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>語法 &#8211; textfield</title>
		<link>http://bearu.twhosts.info/blog/archives/79</link>
		<comments>http://bearu.twhosts.info/blog/archives/79#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:36:42 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[NScripter]]></category>
		<category><![CDATA[語法]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=79</guid>
		<description><![CDATA[textfield : (程式) 輸入文字用
輸入文字不再是醜醜的Input Box了！可以讓輸入文字鑲入視窗內囉！

語法 &#8211; textfield 文字變數,開始X位置,開始Y位置,結束X位置,結束Y位置,字寬,字高,全形否
注意 -
1.字寬 理想為 字高的一半大小，字元較不會變形
2.中文建議不要全形字(即是數值為0)
範例 -
textfield $1,100,50,320,70,10,20,0
(參考http://senzogawa.s90.xrea.com/reference/NScrAPI.html)
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>九個關於角色的問題</title>
		<link>http://bearu.twhosts.info/blog/archives/65</link>
		<comments>http://bearu.twhosts.info/blog/archives/65#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:09:24 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[自製遊戲日誌]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=65</guid>
		<description><![CDATA[基本上，這是我在創作一個角色的時候，所思考的東西，大約可以分成九大問題，跟大家分享一下哦^^

角色問卷：
※ 角色的姓名？角色名字的意義在於？
※ 角色的特徵？為何有這些特徵？
※ 角色的志願或是必須完成的目標？
※ 角色的家庭內的關係？(至少要詳述兩等親內的關係)
※ 角色的朋友與敵人是？他是怎麼對待陌生人/朋友/敵人的？
※ 角色有沒有某種心理層面上的障礙？為什麼呢？
※ 角色的日常生活是怎麼樣的？脫離了日常生活的常軌，他會有什麼反應呢？
※ 簡單描述一下角色的喜好與厭惡：(EX:顏色、地點、活動、課程、人的個性、精神指標&#8230;etc.)
※ 角色從出生到現在的經歷？(用年代表做敘述)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
角色問卷：
※ 角色的姓名？角色名字的意義在於？
※ 角色的特徵？為何有這些特徵？
※ 角色的志願或是必須完成的目標？
※ 角色的家庭內的關係？(至少要詳述兩等親內的關係)
※ 角色的朋友與敵人是？他是怎麼對待陌生人/朋友/敵人的？
※ 角色有沒有某種心理層面上的障礙？為什麼呢？
※ 角色的日常生活是怎麼樣的？脫離了日常生活的常軌，他會有什麼反應呢？
※ 簡單描述一下角色的喜好與厭惡：(EX:顏色、地點、活動、課程、人的個性、精神指標&#8230;etc.)
※ 角色從出生到現在的經歷？(用年代表做敘述)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
應該能夠套用在任何的角色建立基礎上。
但針對於每個故事背景的不同，亦能增加針對故事的問題，例如一款講述戰亂的時代，就可以對自己將要創立的角色問這個問題：
※ 角色在哪個國家出生？它對於這個國家的感覺是？對國家的忠誠度是？
詢問的愈詳細，那麼角色存在感就會更加的深刻。
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/65/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LES情結 &#8211; 進度 12% &#8211; 故事篇劇本</title>
		<link>http://bearu.twhosts.info/blog/archives/62</link>
		<comments>http://bearu.twhosts.info/blog/archives/62#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:37:07 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[Les情結 Original篇]]></category>
		<category><![CDATA[NScripter]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=62</guid>
		<description><![CDATA[最近看了鐵之狂傲 遊戲製作版後，我一直都在思考以及加深角色的深度與設定。
雖然我不太會做設定或是寫故事，不過我會努力的，目前還是以一些周遭真實的人們來作為角色的範本，所以多多少少都會看見一些我身邊朋友的影子。

貼一點有關於腳本的文章好了。
故事篇：
纖纖：噢噢，這次是個眼鏡妹啊，目測胸圍有……唔，３６Ｄ！頭髮擋住了有點難預測呢。
依瑄：纖纖！
纖纖：好嘛……放眼望去，還蠻多新面孔的啊……對了，瑄，妳妹明年才要進來唸吧？
依瑄：噢、對啊，可是怎麼看她都沒有要成為高中生的自覺呢。
纖纖：我倒覺得她比妳成熟呢……
依瑄：喂喂！
纖纖：對了……我主修換成設計了。
依瑄：耶！
纖纖：想來想去還是設計比較適合我吧，我不喜歡念書。
依瑄：那、那、
纖纖：嗯？
依瑄：我們高中三年都會是同學了呢！好開心！
纖纖：啊、對啊……又要跟妳糾纏兩年了……
依瑄：怎麼可以這麼說啦！
大概就是這樣子吧！接下來就是利用角色問卷，確定角色的個性囉！
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>介紹常用的LUA語法</title>
		<link>http://bearu.twhosts.info/blog/archives/52</link>
		<comments>http://bearu.twhosts.info/blog/archives/52#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:07:27 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[NScripter]]></category>
		<category><![CDATA[語法]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=52</guid>
		<description><![CDATA[今天是要來介紹LUA可以使用的語法，當然也是選擇幾個常用的來介紹給大家。
※ 再次嚴謹宣告，著作權所有，請勿任意轉載，轉載請著名為BeaRHouse，宋熊寶所著，謝謝。

– 註解
這是在lua中的「注解」符號，是由兩個 &#8211; 構成的，在此符號之後的文字就會成為了注解。(好饒舌!!)

local 變數
這是用來宣告變數的哦，只能在功能程序內生存的變數。有幾種宣告法：
local 變數
local 變數 = 值
local 變數A,變數B,… = 值A,值B,…
local 陣列變數 = {值A,值B,…}

NSExec(”NScripter的語法”)
執行NScripter的語法，例如：
NSExec(”lsp 1,\“:a;images/bottom.bmp\“,1″)
注意：語法內有”&#8221;的時候，前面記得要加上 \ 哦，不然會出錯哦。
 
NSSetIntValue(變數編號,值) &#38; NSSetStrValue(變數編號,值)
設定NScripter內的變數的值。
NSSetIntValue(10,1)                 –相當於在NScripter中的 mov %10,1

NSSetStrValue(5,”笨蛋”)　　 –相當於在NScripter中的 mov $5,”笨蛋”

NSGetIntValue(變數編號) &#38; NSGetStrValue(變數編號)
取得NScripter內的變數的值。
local numbers = NSGetIntValue(10)　　　　　–這樣子就得到了%10的值了。

loacl strings = NSGetStrValue(5)　　　　　　 –這樣子就得到了$5的值了。
基本上會用的也只有這些囉。
剩下的就自己摸索，而高橋直樹先生的網站內的LUA示範檔案也會有教學文件，不懂日文的人一試程式就會懂了哦！
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>初次將使用LUA IN NScripter</title>
		<link>http://bearu.twhosts.info/blog/archives/43</link>
		<comments>http://bearu.twhosts.info/blog/archives/43#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:16:11 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[NScripter]]></category>
		<category><![CDATA[語法]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=43</guid>
		<description><![CDATA[不久前，NScripter開啟對應LUA的腳本語言，使得簡單的遊戲系統能更好更快的開發！造福了想要製作複雜系統的玩家們。
使用LUA有不少好處，當然它的基本語法也是要好好學習的，其實很簡單。
※ 再次嚴謹宣告，著作權所有，請勿任意轉載，轉載請著名為BeaRHouse，宋熊寶所著，謝謝。

第一、使用LUA的必備檔案(可從高橋直樹的網站中下載)
● nslua.dll
● system.lua (自己建立即可)

第二、開啟system.lua，新增一個function
例如：我想要一個儲存的功能，那我命名它為save：
function NSCOM_save()              &#8211;註解：FUNCTION開頭
 &#8230;內容
end
要注意的是，前頭一定是function NSCOM_你的功能名稱()
而且禁止大寫，否則編譯會錯誤。
第三、在*define處宣告在Lua內建立的功能
在system.lua內新增了一個功能，但如果沒有去宣告它的存在，那就根本沒辦法用囉！
宣告的方式為：
luasub 你的功能名稱
這樣子就可以了哦，小心大小寫不要寫錯了。
第四、呼叫你所建立的功能
只要直接在*start 或是其他sub內呼叫你的功能變數名稱就好了，很簡單吧！
Lua內的功能皆有&#8221;Return&#8221;的特性，所以不用擔心呼叫了回不來。
第五、你現在可能會需要的功能
NSExec(&#8221;NScripter內的語法&#8221;)
這是在LUA內應用NScripter的語法之一，是最常用到的lua語法之一！

有人問我說，這樣子在NSCripter內建立一個功能，有差別嗎!?
當然是有差別，NScripter的計算、IF、迴圈等判別式其實都不是很好用， 如果使用lua的話，其實很多冗長的語法都可以不要了哦！
而LUA + NScripter還有很多特別的東西，稍後會在幾篇文章中談到。
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>進度15% &#8211; 主角圖片出爐</title>
		<link>http://bearu.twhosts.info/blog/archives/30</link>
		<comments>http://bearu.twhosts.info/blog/archives/30#comments</comments>
		<pubDate>Sat, 07 Nov 2009 12:01:26 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[Les情結 Original篇]]></category>
		<category><![CDATA[NScripter]]></category>
		<category><![CDATA[立繪]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=30</guid>
		<description><![CDATA[花費了好一番功夫，終於把主角畫出來了&#8230;&#8230;
總共有四套衣服──睡衣、夏季制服、夏季便服、冬季便服。
預計還會增加──泳衣、小禮服、冬季制服、水手服、女僕服裝。
有三種動作，不過呢&#8230;我只是改改手放的位置而已XD

預計會開放立繪素材給大家使用。(夏季便服 + 四種基本表情)
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>語法 &#8211; getparam</title>
		<link>http://bearu.twhosts.info/blog/archives/12</link>
		<comments>http://bearu.twhosts.info/blog/archives/12#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:22:27 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[NScripter]]></category>
		<category><![CDATA[語法]]></category>

		<guid isPermaLink="false">http://bzlove.twhosts.info/bearblog/?p=12</guid>
		<description><![CDATA[getparam  ：(程式) 在呼叫此SUB時，得到傳入引數
語法 - getparam %0[,%1,....]

範例 -
*define
 defsub TEST ;自定義功能SUB
game
*start
 TEST 10,15
*TEST
 getparam %0,%1
 試著在畫面上顯示 %0 與 %1
end
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>語法 &#8211; strsp</title>
		<link>http://bearu.twhosts.info/blog/archives/10</link>
		<comments>http://bearu.twhosts.info/blog/archives/10#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:20:30 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[NScripter]]></category>
		<category><![CDATA[語法]]></category>

		<guid isPermaLink="false">http://bzlove.twhosts.info/bearblog/?p=10</guid>
		<description><![CDATA[strsp  ：(程式) 多行文字顯示
語法 &#8211; strsp 物件編號,字串,X,Y,幾個字一行,幾行,字元寬,字元高,字元間距,行高,粗體,陰影,色碼

範例 -
strsp 31,&#8221;這個就是所謂的測試哦！！！！！&#8221;,100,100,5,3,20,20,2,10,0,0,#000000
mov $1,&#8221;把字串放入變數內！&#8221;
strsp 32,$1,100,150,5,3,20,20,2,10,0,0,#000000
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>進度 10% &#8211; 人物立繪 + 存讀系統</title>
		<link>http://bearu.twhosts.info/blog/archives/3</link>
		<comments>http://bearu.twhosts.info/blog/archives/3#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:45:42 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[Les情結 Original篇]]></category>
		<category><![CDATA[NScripter]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bzlove.twhosts.info/bearblog/?p=3</guid>
		<description><![CDATA[默默的從暑假開催。原本已經做好的複雜系統，因為LUA的支援而整個崩壞。

NScripter開始支援LUA，真是令人高興!!]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLASH 遊戲 烤烤熱</title>
		<link>http://bearu.twhosts.info/blog/archives/39</link>
		<comments>http://bearu.twhosts.info/blog/archives/39#comments</comments>
		<pubDate>Wed, 04 Jun 2008 10:39:20 +0000</pubDate>
		<dc:creator>宋熊寶</dc:creator>
				<category><![CDATA[FLASH小遊戲]]></category>
		<category><![CDATA[ActionScript2.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[遊戲]]></category>

		<guid isPermaLink="false">http://bearu.twhosts.info/blog/?p=39</guid>
		<description><![CDATA[去年的期末作業，動畫部分做得比較久XD&#8221;
沒有實裝線上排名，那時候的我不是很會寫那個&#8230;&#8230;


檔案大小：575KB
完成時間：2008年6月
附註：請記得要看遊戲說明，不然很難上手XD
]]></description>
		<wfw:commentRss>http://bearu.twhosts.info/blog/archives/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">

</div></div>