blob: 1a8aae7f9115ff853682ae29b1cf53911f1bda24 (
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="left|top|right|bottom"
height="408"
label="Move"
layout="topleft"
left="102"
name="move_panel"
top="1"
width="517">
<icon
follows="left|top"
height="18"
image_name="Cam_FreeCam_Off"
layout="topleft"
name="camera_icon"
mouse_opaque="false"
visible="true"
width="18"
left="30"
top="10"/>
<slider
can_edit_text="true"
control_name="CameraAngle"
decimal_digits="2"
follows="left|top"
height="16"
increment="0.025"
initial_value="1.57"
layout="topleft"
label_width="100"
label="View angle"
left_pad="30"
max_val="2.97"
min_val="0.17"
name="camera_fov"
show_text="false"
width="240" />
<slider
can_edit_text="true"
control_name="CameraOffsetScale"
decimal_digits="2"
follows="left|top"
height="16"
increment="0.025"
initial_value="1"
layout="topleft"
label="Distance"
left_delta="0"
label_width="100"
max_val="3"
min_val="0.5"
name="camera_offset_scale"
show_text="false"
width="240"
top_pad="5"/>
<text
follows="left|top"
type="string"
length="1"
height="10"
left="80"
name="heading2"
width="270"
top_pad="5">
Automatic position for:
</text>
<check_box
control_name="EditCameraMovement"
height="20"
follows="left|top"
label="Build/Edit"
layout="topleft"
left_delta="30"
name="edit_camera_movement"
tool_tip="Use automatic camera positioning when entering and exiting edit mode"
width="280"
top_pad="5" />
<check_box
control_name="AppearanceCameraMovement"
follows="left|top"
height="16"
label="Appearance"
layout="topleft"
name="appearance_camera_movement"
tool_tip="Use automatic camera positioning while in edit mode"
width="242" />
<check_box
control_name="SidebarCameraMovement"
follows="left|top"
height="16"
initial_value="true"
label="Sidebar"
layout="topleft"
name="appearance_sidebar_positioning"
tool_tip="Use automatic camera positioning for sidebar"
width="242" />
<icon
follows="left|top"
height="18"
image_name="Move_Walk_Off"
layout="topleft"
name="avatar_icon"
mouse_opaque="false"
visible="true"
width="18"
top_pad="2"
left="30" />
<check_box
control_name="FirstPersonAvatarVisible"
follows="left|top"
height="20"
label="Show me in Mouselook"
layout="topleft"
left_pad="30"
name="first_person_avatar_visible"
width="256" />
<text
type="string"
length="1"
follows="left|top"
height="15"
layout="topleft"
left_delta="3"
name=" Mouse Sensitivity"
top_pad="10"
width="160"
wrap="true">
Mouselook mouse sensitivity:
</text>
<slider
control_name="MouseSensitivity"
follows="left|top"
height="15"
initial_value="2"
layout="topleft"
show_text="false"
left_pad="5"
max_val="15"
name="mouse_sensitivity"
top_delta="-1"
width="115" />
<check_box
control_name="InvertMouse"
height="16"
label="Invert"
layout="topleft"
left_pad="2"
name="invert_mouse"
top_delta="0"
width="128" />
<check_box
control_name="ArrowKeysAlwaysMove"
follows="left|top"
height="20"
label="Arrow keys always move me"
layout="topleft"
left="78"
name="arrow_keys_move_avatar_check"
width="237"
top_pad="10"/>
<check_box
control_name="AllowTapTapHoldRun"
follows="left|top"
height="20"
label="Tap-tap-hold to run"
layout="topleft"
left_delta="0"
name="tap_tap_hold_to_run"
width="237"
top_pad="0"/>
<check_box
follows="left|top"
height="20"
label="Double-Click to:"
layout="topleft"
left_delta="0"
name="double_click_chkbox"
width="237"
top_pad="0">
<check_box.commit_callback
function="Pref.CommitDoubleClickChekbox"/>
</check_box>
<radio_group
height="20"
layout="topleft"
left_delta="17"
top_pad="2"
name="double_click_action">
<radio_item
height="16"
label="Teleport"
layout="topleft"
left="0"
name="radio_teleport"
top_delta="20"
width="110" />
<radio_item
height="16"
label="Auto-pilot"
left_pad="0"
layout="topleft"
name="radio_autopilot"
top_delta="0"
width="75" />
<radio_group.commit_callback
function="Pref.CommitRadioDoubleClick"/>
</radio_group>
<button
height="23"
label="Other Devices"
left="30"
name="joystick_setup_button"
top="30"
width="155">
<button.commit_callback
function="Floater.Show"
parameter="pref_joystick" />
</button>
</panel>
|