blob: b24c745bdd0bc67fc0cbf085af4fbd09335b8238 (
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
height="170"
layout="topleft"
name="floater_lagmeter"
help_topic="floater_lagmeter"
save_rect="true"
title="LAG METER"
width="350">
<floater.string
name="max_title_msg">
Lag Meter
</floater.string>
<floater.string
name="max_width_px">
360
</floater.string>
<floater.string
name="min_title_msg">
Lag
</floater.string>
<floater.string
name="min_width_px">
90
</floater.string>
<floater.string
name="client_text_msg">
Client
</floater.string>
<floater.string
name="client_frame_rate_critical_fps">
10
</floater.string>
<floater.string
name="client_frame_rate_warning_fps">
15
</floater.string>
<floater.string
name="client_frame_time_window_bg_msg">
Normal, window in background
</floater.string>
<floater.string
name="client_frame_time_critical_msg">
Client frame rate below [CLIENT_FRAME_RATE_CRITICAL]
</floater.string>
<floater.string
name="client_frame_time_warning_msg">
Client frame rate between [CLIENT_FRAME_RATE_CRITICAL] and [CLIENT_FRAME_RATE_WARNING]
</floater.string>
<floater.string
name="client_frame_time_normal_msg">
Normal
</floater.string>
<floater.string
name="client_draw_distance_cause_msg">
Possible cause: Draw distance set too high
</floater.string>
<floater.string
name="client_texture_loading_cause_msg">
Possible cause: Images loading
</floater.string>
<floater.string
name="client_texture_memory_cause_msg">
Possible cause: Too many images in memory
</floater.string>
<floater.string
name="client_complex_objects_cause_msg">
Possible cause: Too many complex objects in scene
</floater.string>
<floater.string
name="network_text_msg">
Network
</floater.string>
<floater.string
name="network_packet_loss_critical_pct">
10
</floater.string>
<floater.string
name="network_packet_loss_warning_pct">
5
</floater.string>
<floater.string
name="network_packet_loss_critical_msg">
Connection is dropping over [NETWORK_PACKET_LOSS_CRITICAL]% of packets
</floater.string>
<floater.string
name="network_packet_loss_warning_msg">
Connection is dropping [NETWORK_PACKET_LOSS_WARNING]%-[NETWORK_PACKET_LOSS_CRITICAL]% of packets
</floater.string>
<floater.string
name="network_performance_normal_msg">
Normal
</floater.string>
<floater.string
name="network_ping_critical_ms">
600
</floater.string>
<floater.string
name="network_ping_warning_ms">
300
</floater.string>
<floater.string
name="network_ping_critical_msg">
Connection ping time is over [NETWORK_PING_CRITICAL] ms
</floater.string>
<floater.string
name="network_ping_warning_msg">
Connection ping time is [NETWORK_PING_WARNING]-[NETWORK_PING_CRITICAL] ms
</floater.string>
<floater.string
name="network_packet_loss_cause_msg">
Possible bad connection or 'Bandwidth' pref too high.
</floater.string>
<floater.string
name="network_ping_cause_msg">
Possible bad connection or file-sharing app.
</floater.string>
<floater.string
name="server_text_msg">
Server
</floater.string>
<floater.string
name="server_frame_rate_critical_fps">
20
</floater.string>
<floater.string
name="server_frame_rate_warning_fps">
30
</floater.string>
<floater.string
name="server_single_process_max_time_ms">
20
</floater.string>
<floater.string
name="server_frame_time_critical_msg">
Simulator framerate below [SERVER_FRAME_RATE_CRITICAL]
</floater.string>
<floater.string
name="server_frame_time_warning_msg">
Simulator framerate between [SERVER_FRAME_RATE_CRITICAL] and [SERVER_FRAME_RATE_WARNING]
</floater.string>
<floater.string
name="server_frame_time_normal_msg">
Normal
</floater.string>
<floater.string
name="server_physics_cause_msg">
Possible Cause: Too many physical objects
</floater.string>
<floater.string
name="server_scripts_cause_msg">
Possible Cause: Too many scripted objects
</floater.string>
<floater.string
name="server_net_cause_msg">
Possible Cause: Too much network traffic
</floater.string>
<floater.string
name="server_agent_cause_msg">
Possible Cause: Too many moving people in region
</floater.string>
<floater.string
name="server_images_cause_msg">
Possible Cause: Too many image calculations
</floater.string>
<floater.string
name="server_generic_cause_msg">
Possible Cause: Simulator load too heavy
</floater.string>
<floater.string
name="smaller_label">
>>
</floater.string>
<floater.string
name="bigger_label">
<<
</floater.string>
<button
follows="top|left"
height="16"
image_selected="lag_status_good.tga"
image_unselected="lag_status_good.tga"
layout="topleft"
left="8"
name="client_lagmeter"
tab_stop="false"
tool_tip="Client lag status"
top="24"
width="16" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left_pad="3"
name="client"
top_delta="0"
width="128">
Client
</text>
<text
invisiblity_control="LagMeterShrunk"
type="string"
length="1"
bottom="40"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left="110"
name="client_text"
right="-10">
Normal
</text>
<text
invisiblity_control="LagMeterShrunk"
bottom="56"
follows="left|top"
height="16"
layout="topleft"
left="40"
name="client_lag_cause"
right="-32" />
<button
follows="top|left"
height="16"
image_selected="lag_status_good.tga"
image_unselected="lag_status_good.tga"
layout="topleft"
left="8"
name="network_lagmeter"
tab_stop="false"
tool_tip="Network lag status"
top="64"
width="16" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left_pad="3"
name="network"
top_delta="0"
width="128">
Network
</text>
<text
invisiblity_control="LagMeterShrunk"
type="string"
length="1"
bottom="80"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left="110"
name="network_text"
right="-10">
Normal
</text>
<text
invisiblity_control="LagMeterShrunk"
bottom="96"
follows="left|top"
height="16"
layout="topleft"
left="40"
name="network_lag_cause"
right="-32" />
<button
follows="top|left"
height="16"
image_selected="lag_status_good.tga"
image_unselected="lag_status_good.tga"
layout="topleft"
left="8"
name="server_lagmeter"
tab_stop="false"
tool_tip="Server lag status"
top="104"
width="16" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left_pad="3"
name="server"
top_delta="0"
width="60">
Server
</text>
<text
invisiblity_control="LagMeterShrunk"
type="string"
length="1"
bottom="120"
follows="left|top"
font="SansSerif"
height="16"
layout="topleft"
left="110"
name="server_text"
right="-10">
Normal
</text>
<text
invisiblity_control="LagMeterShrunk"
bottom="136"
follows="left|top"
height="16"
layout="topleft"
left="40"
name="server_lag_cause"
right="-32" />
<button
follows="left|top"
height="20"
label=">>"
layout="topleft"
left="10"
name="minimize"
tool_tip="Toggle floater size"
top_delta="24"
width="40">
<button.commit_callback
function="LagMeter.ClickShrink" />
</button>
</floater>
|