blob: 6a9ea5afb6f39de96fee69a194411362f536fe79 (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
<?xml version="1.0" encoding="UTF-8"?>
<panel
border="true"
follows="all"
height="408"
label="Advanced"
layout="topleft"
left="102"
name="advanced"
top="1"
width="517">
<panel.string
name="aspect_ratio_text">
[NUM]:[DEN]
</panel.string>
<panel.string
name="middle_mouse">
Middle Mouse
</panel.string>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="33"
name="UI Size:"
top_pad="25"
width="100">
UI size:
</text>
<slider
control_name="UIScaleFactor"
decimal_digits="2"
follows="left|top"
height="17"
increment="0.025"
initial_value="1"
layout="topleft"
left_pad="0"
max_val="1.4"
min_val="0.75"
name="ui_scale_slider"
top_pad="-14"
width="250" />
<check_box
control_name="ShowScriptErrors"
follows="left|top"
height="20"
label="Show script errors in:"
layout="topleft"
left="30"
top_pad="10"
name="show_script_errors"
width="256" />
<radio_group
enabled_control="ShowScriptErrors"
control_name="ShowScriptErrorsLocation"
follows="top|left"
draw_border="false"
height="16"
layout="topleft"
left_delta="50"
name="show_location"
top_pad="5"
width="364">
<radio_item
height="16"
label="Nearby chat"
layout="topleft"
left="3"
name="0"
top="0"
width="315" />
<radio_item
height="16"
label="Separate window"
layout="topleft"
left_delta="175"
name="1"
top_delta="0"
width="315" />
</radio_group>
<check_box
follows="top|left"
height="15"
label="Allow Multiple Viewer"
layout="topleft"
left="30"
name="push_to_talk_toggle_check"
top_pad="20"
width="237"/>
<check_box
follows="top|left"
height="15"
label="Show Grid Selection at login"
layout="topleft"
left="30"
name="push_to_talk_toggle_check"
top_pad="5"
width="237"/>
<check_box
follows="top|left"
height="15"
label="Show Advanced Menu"
layout="topleft"
left="30"
name="push_to_talk_toggle_check"
top_pad="5"
width="237"/>
<check_box
follows="top|left"
height="15"
label="Show Developer Menu"
layout="topleft"
left="30"
name="push_to_talk_toggle_check"
top_pad="5"
width="237"/>
<check_box
control_name="LipSyncEnabled"
follows="left|top"
height="20"
label="Move avatar lips when speaking"
layout="topleft"
left_delta="0"
name="enable_lip_sync"
width="237"
top_pad="130" />
<check_box
follows="top|left"
enabled_control="EnableVoiceChat"
control_name="PushToTalkToggle"
height="15"
label="Toggle speak on/off when I press:"
layout="topleft"
left="30"
name="push_to_talk_toggle_check"
width="237"
tool_tip="When in toggle mode, press and release the trigger key ONCE to switch your microphone on or off. When not in toggle mode, the microphone broadcasts your voice only while the trigger is being held down."/>
<line_editor
follows="top|left"
control_name="PushToTalkButton"
enabled="false"
enabled_control="EnableVoiceChat"
height="23"
left="80"
max_length_bytes="200"
name="modifier_combo"
label="Push-to-Speak trigger"
top_pad="5"
width="200" />
<button
layout="topleft"
follows="top|left"
enabled_control="EnableVoiceChat"
height="23"
label="Set Key"
left_pad="5"
name="set_voice_hotkey_button"
width="100">
<button.commit_callback
function="Pref.VoiceSetKey" />
</button>
<button
enabled_control="EnableVoiceChat"
follows="top|left"
halign="center"
height="23"
image_overlay="Refresh_Off"
layout="topleft"
tool_tip="Reset to Middle Mouse Button"
mouse_opaque="true"
name="set_voice_middlemouse_button"
left_pad="5"
width="25">
<button.commit_callback
function="Pref.VoiceSetMiddleMouse" />
</button>
</panel>
|