<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/sandbox2-wiki/">
    <title>CryEngine2 Sandbox2 wiki</title>
    <link>http://w.atwiki.jp/sandbox2-wiki/</link>
    <atom:link href="https://w.atwiki.jp/sandbox2-wiki/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>CryEngine2 Sandbox2 wiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2009-09-22T17:21:33+09:00</dc:date>
    <utime>1253607693</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/57.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/56.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/55.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/54.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/53.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/52.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/51.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/50.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/49.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sandbox2-wiki/pages/48.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/57.html">
    <title>サンプル</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/57.html</link>
    <description>
      Modのほとんどは公式サイトであるCrymodに集められているが
DL速度が恐ろしく遅いことがあるのでMap Factoryなど別の場所を利用した方がいい

http://www.crymod.com/filebase.php

http://www.map-factory.org/    </description>
    <dc:date>2009-09-22T17:21:33+09:00</dc:date>
    <utime>1253607693</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/56.html">
    <title>AIFollow</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/56.html</link>
    <description>
      **動作
指定したAIを特定のAIについていかせる？
**要素
&amp;bold(){Input}
|Choose [[Entity]]|指定するEntity|
|Sync|実行|
|cancel|中止|
|leaderId|ついていく目標のAI|

&amp;bold(){Output}
|done|動作終了時|
|succeed|成功時|
|fail|失敗時|    </description>
    <dc:date>2008-01-07T11:39:23+09:00</dc:date>
    <utime>1199673563</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/55.html">
    <title>AIAnimEx</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/55.html</link>
    <description>
      **動作
指定したAIに特定の動き（アニメーション）をさせる。
AIAnimより拡張されている
**要素
&amp;bold(){Input}
|Sync|実行|
|Cancel|ループ動作のキャンセル|
|OneShot|一回のみ動作を行う|
|Animation|動作名称|
|Speed|Positionで指定した地点まで向かうスピード|
|Stance|Positionで指定した地点まで向かう体勢|
|Position|動作開始地点の座標|
|StartRadius|開始地点からどれ位近づけば開始するか|
|Direction|動作開始時の方向|
|DirTolerance|何度までの誤差を許すか|
|TargetRadius|アニメーション終了地点の誤差？|


#br
&amp;bold(){Output}
|done|Nodeの実行終了時|
|succeed|動作の成功時|
|fail|動作の失敗時|
|start|動作の開始時|    </description>
    <dc:date>2008-01-07T11:32:29+09:00</dc:date>
    <utime>1199673149</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/54.html">
    <title>AIExecute</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/54.html</link>
    <description>
      **動作
指定した[[Entity]]に特定のアクションを実行させる。
例：物に向かっての発砲、隠密で忍び寄る等
**要素
&amp;bold(){Input}
|Choose Entity|指定するEntity|
|Sync|実行|
|Cancel|中止|
|ObjectId|動作の目標地点や目標物|
|Action|行うアクション|
|MaxAlertness|動作を実行する最大の警戒度|
|HighPriority|優先度。1で全ての通常動作に優先|

&amp;bold(){Output}
|done|動作終了時|
|succeed|成功時|
|fail|失敗時|    </description>
    <dc:date>2008-01-07T11:26:53+09:00</dc:date>
    <utime>1199672813</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/53.html">
    <title>AIEnterVehicle</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/53.html</link>
    <description>
      **動作
指定したAIを指定した乗り物に乗るように指示する
**要素
&amp;bold(){Input}
|Choose [[Entity]]|Entityの指定|
|Sync|実行|
|Cancel|中止|
|VehicleId|乗り物のID|
|Seat|座席の指定|
|Fast|乗り込む動作を省略するか|

&amp;bold(){Output}
|done|動作終了時|
|succeed|成功時|
|fail|失敗時|    </description>
    <dc:date>2008-01-07T11:13:19+09:00</dc:date>
    <utime>1199671999</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/52.html">
    <title>AIEnableShape</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/52.html</link>
    <description>
      **動作
AIShapeを有効にするかどうか
**要素
&amp;bold(){Input}
|Enable|有効|
|Disable|無効|
|ShapeName|指定するAIShape|

&amp;bold(){Output}
なし    </description>
    <dc:date>2008-01-07T11:06:23+09:00</dc:date>
    <utime>1199671583</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/51.html">
    <title>AIEnable</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/51.html</link>
    <description>
      **動作
AIの動作を有効にするかどうか。
Enableなら通常通り物事に対応するが、
Disableならその場に突っ立っているのみ。
**要素
&amp;bold(){Input}
|Choose [[Entity]]|指定するEntity|
|Enable|有効|
|Disable|無効|

&amp;bold(){Output}
なし    </description>
    <dc:date>2008-01-07T11:02:44+09:00</dc:date>
    <utime>1199671364</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/50.html">
    <title>AIDropObject</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/50.html</link>
    <description>
      **動作
AIGrabObjectなどで掴んだオブジェクトを投げる？
**要素
&amp;bold(){Input}
|Choose [[Entity]]|指定するEntity|
|Sync|実行|
|cancel|中止|
|impulse|相対ベクトルで指定する、投げる方向|

&amp;bold(){Output}
|done|動作終了時|
|succeed|成功時|
|fail|失敗時|    </description>
    <dc:date>2008-01-07T10:55:12+09:00</dc:date>
    <utime>1199670912</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/49.html">
    <title>AICheckStatus</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/49.html</link>
    <description>
      **動作
指定されたAIが現在行っているアクション（攻撃、警戒など）を確認し
真か偽かを出力する。
**要素
&amp;bold(){Input}
|Choose [[Entity]]|指定するEntity|
|Sync|実行|
|Pattern|チェックするアクションの指定|
&amp;bold(){Output}
|True|真の場合|
|False|偽の場合|    </description>
    <dc:date>2008-01-06T23:52:37+09:00</dc:date>
    <utime>1199631157</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sandbox2-wiki/pages/48.html">
    <title>AIAwarness</title>
    <link>https://w.atwiki.jp/sandbox2-wiki/pages/48.html</link>
    <description>
      **動作
エリア全体の警戒度を数値として出力
恐らくHUDのインジゲータに表示される奴と同じ
**要素
&amp;bold(){Input}
なし
&amp;bold(){Output}
|awareness|0-100まで|    </description>
    <dc:date>2008-01-06T23:43:51+09:00</dc:date>
    <utime>1199630631</utime>
  </item>
  </rdf:RDF>
