2012年7月21日土曜日

10 FAQs of multi motion mldu5+ Part2

Here is the part2 FAQs of mldu5+. (日本語簡易版は文末にあります)
The following link is part1. If you don’t read it yet, please refer to this, too.
http://snumaw.blogspot.jp/2012/07/10-faqs-of-multi-motion-mldu5.html

1) When I deleted sample motions, I have Error!

mldu5+ always tried to check all animation files described in Animation notecard in script reseting.
The reason why you have error is that there is a notecard which includes deleted animation file names.

To find invalid notecad, please taka a look at reseting message carefully.

faq2-1

In red rectangle, you can see “Notecard Animation 2 . No specified animation in my folder. Please check typo, Upper/Lower case, blank/space charactor.: kashiyu_0” and so on.

If you delete “kasyuyu_0” animation file and don’t delete/comment out the motion file name, you have the above message.

Please delete/comment out the animation file name from appropriate notecard before you delete animation files in mldu5+ content folder.

2) How can I comment out animation files in playlist notecard?

If you would like to comment out the line, please place double slush “//” at the forefront of the line as follows;

<Perfume(3)>
aachan_0|kashiyu_0|nocchi_0, 30.0, 0|0|0, 1.5|0|-1.5
//aachan_1|kashiyu_1|nocchi_1, 30.0, 0|0|0, 1.5|0|-1.5
aachan_2|kashiyu_2|nocchi_2, 30.0, 0|0|0, 1.5|0|-1.5
aachan_3|kashiyu_3|nocchi_3, 30.0, 0|0|0, 1.5|0|-1.5
</Perfume(3)>

The above orange line will be ignored. It means aachan_1, kashiyu_1 and nocchi_1 motion files will not be checked by script.

3) I would like to have all dances ignored in a notecard...

Of course you can set “//” at the forefront of ALL line but I provides two ways as follows.

a) Place “//” at the forefront of a playlist name.

//<Perfume(3)>
aachan_0|kashiyu_0|nocchi_0, 30.0, 0|0|0, 1.5|0|-1.5
aachan_1|kashiyu_1|nocchi_1, 30.0, 0|0|0, 1.5|0|-1.5
aachan_2|kashiyu_2|nocchi_2, 30.0, 0|0|0, 1.5|0|-1.5
aachan_3|kashiyu_3|nocchi_3, 30.0, 0|0|0, 1.5|0|-1.5
</Perfume(3)>

Playlist “Perfume(3)” will be ignored therefore animation files in playlist will not be checked by script.

b) Delete all animation names in a notecard.

<Perfume(3)>
</Perfume(3)>

Playlist doesn’t have any animation files therefore the playlist will be ignored by script. 
Also playlist “Perfume(3)” will not appear as a playlist button label on dialog menu.

4) What’s limitaions of play time in a notecard?

You can set over 1.0 second playtime for a line as follows.

<sample>
animation01, 30.0
animation02, 1.0
animation03, 600.0
</sample>

If you set 0.5 seccond, the play time is ignored but no error message. When you play the playlist, mldu5+ uses a default playtime.

You can NOT set under 1.0 second playtime in a playlist notecard.

5) I can not set under 5.0 sec playtime on Time Setteing menu.

From dialog menu, you can use [Play –1 sec] or [Play +1 sec]. But mldu5+ doesn’t set under 5.0 sec as default playtime. You can see any time your default play time on dialog menu and check it.

faq2-2

If you would like to set under 5.0 seconds for dance, please describe a playtime for dance in a playlist notecard.

6) What is [Play 0 sec] and Dance Play Time:0sec?

Dance Play Time:0sec is special value. When you describe playtime for dance animations, mldu5+ does NOT use default play time. But If you set 0sec as default playtime, mldu5+ ignores notecard playtime. Only pushing [NextDance] or [PrevDance], mldu5+ changes dance animations in playlist notecard.

faq2-3

7) After saving notecard completely, I can not change dance by [NextDance] botton.

If you are playing the playlist and edit its notecard at the same time, you need to change playlist to other and back to again after updating playlist completely. Automatic update script replaces playlist memory therefore re-loading memory is needed.

8) I don’t use 35 playlists now and would like to shorten reset time. How can I do?

You can do it. BUT DON’T DELETE ANIMATION X NOTECARDS.

Please move SynchManager X script from mldu5+ content folder to your inventory.
If you would like to use 12 playlists, you move scripts as follows;

SynchManager       
SynchManager 1
SynchManager 2
SynchManager 3
-------
-------
SynchManager 8
SynchManager 9
SynchManager 10
SynchManager 11
SynchManager 12<--- MOVE TO INVENTORY
SynchManager 13<--- MOVE TO INVENTORY
-------                  <--- MOVE TO INVENTORY
-------                  <--- MOVE TO INVENTORY
SynchManager 33<--- MOVE TO INVENTORY
SynchManager 34<--- MOVE TO INVENTORY

After moving SynchManager scripts to your inventory, Please reset mldu5+ from [Advanced] – [RESET].

After reseting scripts completely, you can see 12 playlists buttons on dialog menu [PLAYLISTS].

9) I see no text in notecard window... What’s happened?

It might depends on Linden Server performance, sometimes we can see no text in notecard. Please close window and open notecard again.

10) In dance machine mode, I edit mldu5+ texture. But Texture is animated. What’s this? Can I stop it?

When you rez mldu5+ on a ground, mldu5+ is dance machine mode.
You can edit/add mldu5+ texture and color.

Default apprearance mode makes texture animated. If you don’t like texture animation, please click left mouse button over 5 seconds and release it. This operation makes texture animation ON/OFF.

(日本語簡易版 Simple Japanese Version)

1)サンプルのモーションを消してリセットしたらエラーになります
mldu5+はリセット時に Playlist ノートカードに書かれているモーションの存在チェックをします。いづれかのノートカードに消したモーション名があるためエラーになっています。
リセット時のメッセージには存在しないモーション名と、そのモーション名が書かれているノートカード名が表示されているので、メッセージを参照してノートカードを修正してください。

2)プレイリストノートカードのモーション(アニメーション)を無効にする方法は?
その行の先頭に // をつけると、その行が無効になります。

3)ノートカードのすべてのダンス(モーション)を無効にしたいのですが簡単な方法は?
<> で囲っているプレイリスト名の前に // をつけてください。
もしくは、以下のように <> のプレイリスト名を残して、ダンス記述を全部削除してください。

<Perfume(3)>
</Perfume(3)>

上記の例の場合はアニメーション記述がないため、 Perfume(3) のプレイリストそのものも無効になり、ダンス選択のボタンに表示されなくなります。

4)Play time (再生時間)の制限は?
プレイリスト ノートカードで指定できるのは 1.0 秒以上です。1.0秒未満は使用できません。
1.0秒未満を指定するとデフォルトの再生時間が使われます。

5)ダイアログから5秒未満の再生時間設定ができません
ダイアログで [再生 +1秒] [再生 -1秒] を使って5秒未満のデフォルト再生時間を設定することはできません。5秒未満の設定はノートカードで行うことができます。

6)間隔設定で再生時間0秒があるけど???
特殊な設定になります。再生時間 0秒を設定すると、ノートカードに再生時間の記述がある、なしにかかわらず、次のダンスを自動的に再生しなくなります。つまり、今のダンスを踊り続けるようになります。

7)問題なくノートカードの保存(とリセット)が完了したけど、[次のダンス] でダンスが変わらないのですが?
たぶん、現在踊っているプレイリストを編集したのだと思います。一度他のプレイリストに変えて、プレイリストを指定しなおせば、だいじょうぶです。

8)35のプレイリストはしばらく使わないので減らしたい、、、
日本語の説明がすでにあるので以下をご覧ください。
http://snumaw.blogspot.jp/2012/07/mldu5.html

9)ノートカード編集のウィンドウに文字がなく真っ白になってます。。。
日本語の説明がすでにあるので以下をご覧ください。
http://snumaw.blogspot.jp/2012/07/mldu5.html

10)Rezしてダンスマシンモードにしてテクスチャを変更したら、テクスチャアニメーションになってテクスチャが動いています。止められますか?
はい。止められます。マウスの左ボタンで5秒以上長押しをして離してください。テクスチャアニメーションが止まります。止める、動かくはこの繰り返しになります。

0 件のコメント:

コメントを投稿