Jump to content

Help with MCM sliders setup


Recommended Posts

I have SetSliderDialogRange(0, 100) in the script but in game it goes from 0 to 257
apart from that though everything else works as expected...

 

Is there something else that governs the scale of sliders?

 

I have searched but can't find anything :sad:

 

Any help appreciated :smile:

This is the first MCM I've tried to setup.

Edited by TheWanderer001
Link to comment
Share on other sites

Make sure in your OnOptionSliderOpen event you have set:

SetSliderDialogStartValue

SetSliderDialogDefaultValue

SetSliderDialogRange

SetSliderDialogInterval

 

Also make sure that in your OnPageReset event that you have not set AddSliderOption to display 257 as the initial value.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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