-
Notifications
You must be signed in to change notification settings - Fork 65
/
Config.xml
53 lines (53 loc) · 4.14 KB
/
Config.xml
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
<BodySlideConfig>
<!-- 0 = FO3, 1 = FONV, 2 = SKYRIM, 3 = FO4, 4 = SKYRIMSE -->
<TargetGame>-1</TargetGame>
<WarnMissingGamePath>true</WarnMissingGamePath>
<BSATextureScan>true</BSATextureScan>
<GameDataFiles>
<Fallout3></Fallout3>
<FalloutNewVegas></FalloutNewVegas>
<Skyrim>Skyrim - Animations.bsa; Skyrim - Interface.bsa; Skyrim - Meshes.bsa; Skyrim - Misc.bsa; Skyrim - Shaders.bsa; Skyrim - Sounds.bsa; Skyrim - Voices.bsa; Skyrim - VoicesExtra.bsa</Skyrim>
<Fallout4>Fallout4 - Animations.ba2; Fallout4 - Interface.ba2; Fallout4 - Meshes.ba2; Fallout4 - MeshesExtra.ba2; Fallout4 - Misc.ba2; Fallout4 - Nvflex.ba2; Fallout4 - Shaders.ba2; Fallout4 - Sounds.ba2; Fallout4 - Startup.ba2; Fallout4 - Voices_en.ba2; DLCCoast - Voices_en.ba2; DLCNukaWorld - Voices_en.ba2; DLCRobot - Voices_en.ba2; DLCworkshop03 - Voices_en.ba2; Fallout4 - Voices_de.ba2; DLCCoast - Voices_de.ba2; DLCNukaWorld - Voices_de.ba2; DLCRobot - Voices_de.ba2; DLCworkshop03 - Voices_de.ba2; DLCUltraHighResolution - Textures01.ba2; DLCUltraHighResolution - Textures02.ba2; DLCUltraHighResolution - Textures03.ba2; DLCUltraHighResolution - Textures04.ba2; DLCUltraHighResolution - Textures05.ba2; DLCUltraHighResolution - Textures06.ba2; DLCUltraHighResolution - Textures07.ba2; DLCUltraHighResolution - Textures08.ba2; DLCUltraHighResolution - Textures09.ba2; DLCUltraHighResolution - Textures10.ba2; DLCUltraHighResolution - Textures11.ba2; DLCUltraHighResolution - Textures12.ba2; DLCUltraHighResolution - Textures13.ba2; DLCUltraHighResolution - Textures14.ba2; DLCUltraHighResolution - Textures15.ba2</Fallout4>
<SkyrimSpecialEdition>Skyrim - Animations.bsa; Skyrim - Interface.bsa; Skyrim - Meshes0.bsa; Skyrim - Meshes1.bsa; Skyrim - Misc.bsa; Skyrim - Shaders.bsa; Skyrim - Sounds.bsa; Skyrim - Voices_en0.bsa; Skyrim - Voices_de0.bsa</SkyrimSpecialEdition></GameDataFiles>
<GameDataPaths>
<Fallout3></Fallout3>
<FalloutNewVegas></FalloutNewVegas>
<Skyrim></Skyrim>
<Fallout4></Fallout4>
<SkyrimSpecialEdition></SkyrimSpecialEdition></GameDataPaths>
<GameDataPath></GameDataPath>
<GameRegKey></GameRegKey>
<GameRegVal></GameRegVal>
<LogLevel>3</LogLevel>
<Language>57</Language>
<SelectedOutfit></SelectedOutfit>
<SelectedPreset></SelectedPreset>
<!-- Default groups are the groups virtually assigned to outfits that are not currently members of any groups.
This information is used by BodySlide for choosing what presets to display for outfits.
If the attribute "includeInBuild" is true, batch building the specified groups will also build unassigned outfits. -->
<DefaultGroups includeInBuild="true"></DefaultGroups>
<!-- Group aliases provide a way for presets saved under older group names to still apply when a group has been renamed -->
<GroupAliases></GroupAliases>
<Input>
<!-- Sets the minimum and maximum slider values for the BodySlide UI. There might be clipping outside of the 0-100 range! -->
<SliderMinimum>0</SliderMinimum>
<SliderMaximum>100</SliderMaximum>
<!-- Set the left mouse button to pan the view when dragged on the canvas in Outfit Studio -->
<LeftMousePan>false</LeftMousePan></Input>
<Editing>
<!-- Center for move/rotate operations. Object = bounding box center, Origin = (0,0,0), Selected = unmasked vertex centroid -->
<CenterMode>Selected</CenterMode></Editing>
<!--Light Settings-->
<Lights>
<Ambient>10</Ambient>
<Frontal>20</Frontal>
<Directional0 x="-100" y="10" z="100">60</Directional0>
<Directional1 x="100" y="10" z="100">60</Directional1>
<Directional2 x="0" y="20" z="-100">85</Directional2></Lights>
<!-- Animation data. The default skeleton reference is used by Outfit Studio to determine the positions and skinning transforms for all vertices of an outfit -->
<Anim>
<DefaultSkeletonReference></DefaultSkeletonReference>
<SkeletonRootName></SkeletonRootName></Anim>
<LastGroupFilter></LastGroupFilter>
<LastOutfitFilter></LastOutfitFilter>
</BodySlideConfig>