Jump to content

Tutorial: How to exceed the maximum range of sliders in BodySlide ( increasing the limit for the sliders )


poblivion

Recommended Posts

Posted
  1. 1. Localize file "Config.xml" in BodySlide folder. 

     ( Program Files (x86)\Steam\steamapps\common\Skyrim\Data\CalienteTools\BodySlide\Config.xml)

 

  1. 2. Open Config.xml file in notepad.

 

  1. 3. Find lines:  <SliderMinimum>0</SliderMinimum>

                              <SliderMaximum>100</SliderMaximum>

 

  1. 4. Change the range as needed. For example:  <SliderMinimum>-100</SliderMinimum>

                                                                                     <SliderMaximum>150</SliderMaximum>

 

  1. 5. Save file. DONE :classic_smile:

 

 

If you do not find the necessary lines in the file, you need to add them manually ! ! !

 

<Input>
        <!-- Sets the minimum and maximum slider values for the BodySlide UI. There might be clipping outside of the 0-100 range! -->
        <SliderMinimum>-100</SliderMinimum>
        <SliderMaximum>150</SliderMaximum>
        <!-- Set the left mouse button to pan the view when dragged on the canvas in Outfit Studio -->
        <LeftMousePan>false</LeftMousePan></Input>

 

 

 

 

xxxx.png

Posted
2 hours ago, 27X said:

or you know, put the limit in manually like has been available since four years ago.

This is also one of the options.

Posted
30 minutes ago, poblivion said:

This is also one of the options.

Your method has the advantage of being (semi-)permanent and covering every slider in one go.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...