blob: be75038a09dab90b4d4319f45482fe9c0a88a6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
<floater.string name="step_anim">
要播放的動作:
</floater.string>
<floater.string name="step_sound">
要播放的聲音:
</floater.string>
<floater.string name="step_chat">
要說出的聊天文字:
</floater.string>
<floater.string name="step_wait">
等待:
</floater.string>
<floater.string name="stop_txt">
停止
</floater.string>
<floater.string name="preview_txt">
預覽
</floater.string>
<floater.string name="none_text">
-- 無 --
</floater.string>
<floater.string name="Title">
姿勢:[NAME]
</floater.string>
<text name="desc_label">
描述:
</text>
<text name="trigger_label">
觸發:
</text>
<text name="replace_text" tool_tip="用這些字眼取代觸發字眼。 例如,觸發 'hello' 取代為 'howdy' 後,將使得聊天文字「我想說 hello」變成「我想說 howdy」,同時還會播放該姿勢!">
取代成:
</text>
<line_editor name="replace_editor" tool_tip="用這些字眼取代觸發字眼。 例如,觸發 'hello' 取代為 'howdy' 後,將使得聊天文字「我想說 hello」變成「我想說 howdy」,同時還會播放該姿勢。"/>
<text name="key_label">
快捷鍵:
</text>
<combo_box label="無" name="modifier_combo"/>
<combo_box label="無" name="key_combo"/>
<text name="library_label">
資源庫:
</text>
<scroll_list name="library_list">
<scroll_list.rows name="action_animation" value="動作"/>
<scroll_list.rows name="action_sound" value="聲音"/>
<scroll_list.rows name="action_chat" value="聊天"/>
<scroll_list.rows name="action_wait" value="等待"/>
</scroll_list>
<button label="添加 >>" name="add_btn"/>
<text name="steps_label">
步驟:
</text>
<button label="上移鍵" name="up_btn"/>
<button label="下移鍵" name="down_btn"/>
<button label="移除" name="delete_btn"/>
<text name="options_text">
(選項)
</text>
<radio_group name="animation_trigger_type">
<radio_item label="開始" name="start"/>
<radio_item label="停止" name="stop"/>
</radio_group>
<check_box label="直到動作結束。" name="wait_anim_check"/>
<check_box label="時間(秒):" name="wait_time_check"/>
<text name="help_label">
所有步驟都會同時進行,除非你加入「等待」步驟。
</text>
<check_box label="可用" name="active_check" tool_tip="你可以在聊天中鍵入「觸發字眼」,或按某姿勢的熱鍵來啟動可用的姿勢。 熱鍵的綁定若有衝突,通常會使姿勢變成不可用。"/>
<button label="預覽" name="preview_btn"/>
<button label="儲存" name="save_btn"/>
</floater>
|