diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/dronesettings.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/linden/indra/newview/dronesettings.xml b/linden/indra/newview/dronesettings.xml new file mode 100644 index 0000000..8a41280 --- /dev/null +++ b/linden/indra/newview/dronesettings.xml | |||
@@ -0,0 +1,63 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <settings version = "101"> | ||
3 | <!--Turns off dialog asking if you want to enable crash reporting--> | ||
4 | <AskedAboutCrashReports value="TRUE"/> | ||
5 | <!--Login automatically using last username/password combination--> | ||
6 | <AutoLogin value="TRUE"/> | ||
7 | <!--Disable GL rendering and GUI (load testing)--> | ||
8 | <DisableRendering value="TRUE"/> | ||
9 | <!--Specifies that you have not successfully logged in since you installed the latest update--> | ||
10 | <FirstLoginThisInstall value="FALSE"/> | ||
11 | <!--Login first name--> | ||
12 | <FirstName value="drone_00000"/> | ||
13 | <!--Rectangle for build options window.--> | ||
14 | <FloaterBuildOptionsRect value="160 43 272 130"/> | ||
15 | <!--Rectangle for Find window--> | ||
16 | <FloaterFindRect2 value="0 -397 780 570"/> | ||
17 | <!--Rectangle for gestures window--> | ||
18 | <FloaterGestureRect value="0 -307 320 480"/> | ||
19 | <!--Rectangle for inventory window--> | ||
20 | <FloaterInventoryRect value="132 0 300 400"/> | ||
21 | <!--Rectangle for world map--> | ||
22 | <FloaterMapRect value="232 -52 200 225"/> | ||
23 | <!--Rectangle for avatar control window--> | ||
24 | <FloaterMoveRect value="136 0 160 58"/> | ||
25 | <!--[DO NOT MODIFY] Controls layout of floating windows within SL window--> | ||
26 | <FloaterViewBottom value="62"/> | ||
27 | <!--Was flying when last logged out, so fly when logging in--> | ||
28 | <FlyingAtExit value="TRUE"/> | ||
29 | <!--[DO NOT MODIFY] Version number for tracking hardware changes--> | ||
30 | <LastFeatureVersion value="8"/> | ||
31 | <!--Login last name--> | ||
32 | <LastName value="Tester"/> | ||
33 | <!--Version number of last instance of the viewer that you ran--> | ||
34 | <LastRunVersion value="1.7.0"/> | ||
35 | <!--Number of successful logins to Second Life--> | ||
36 | <NumSessions value="27"/> | ||
37 | <!--Query current hardware configuration on application startup--> | ||
38 | <ProbeHardwareOnStartup value="FALSE"/> | ||
39 | <!--Keep password (in encrypted form) for next login--> | ||
40 | <RememberPassword value="FALSE"/> | ||
41 | <!--Controls how avatars are rendered (0 = normal, 1 = bump mapped, 2 = bump mapped and wavy cloth)--> | ||
42 | <RenderAvatarMode value="0"/> | ||
43 | <!--Distance of far clip plane from camera (meters)--> | ||
44 | <RenderFarClip value="128"/> | ||
45 | <!--Show bumpmapping on primitives--> | ||
46 | <RenderObjectBump value="FALSE"/> | ||
47 | <!--Play back autopilot--> | ||
48 | <StatsAutoRun value="TRUE"/> | ||
49 | <!--[DO NOT MODIFY] Controls local file caching behavior--> | ||
50 | <VFSSalt value="18366"/> | ||
51 | <!--Enables FirstStreamingMusic warning dialog--> | ||
52 | <WarnFirstStreamingMusic value="FALSE"/> | ||
53 | <!--SL viewer window height--> | ||
54 | <WindowHeight value="200"/> | ||
55 | <!--SL viewer window maximized on login--> | ||
56 | <WindowMaximized value="FALSE"/> | ||
57 | <!--SL viewer window width--> | ||
58 | <WindowWidth value="440"/> | ||
59 | <!--X coordinate of lower left corner of SL viewer window, relative to primary display (pixels)--> | ||
60 | <WindowX value="820"/> | ||
61 | <!--Y coordinate of lower left corner of SL viewer window, relative to primary display (pixels)--> | ||
62 | <WindowY value="120"/> | ||
63 | </settings> | ||