TheWanderer001 Posted May 6, 2021 Share Posted May 6, 2021 (edited) I have SetSliderDialogRange(0, 100) in the script but in game it goes from 0 to 257apart 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 May 6, 2021 by TheWanderer001 Link to comment Share on other sites More sharing options...
IsharaMeradin Posted May 6, 2021 Share Posted May 6, 2021 Make sure in your OnOptionSliderOpen event you have set:SetSliderDialogStartValueSetSliderDialogDefaultValueSetSliderDialogRangeSetSliderDialogInterval 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 More sharing options...
TheWanderer001 Posted May 6, 2021 Author Share Posted May 6, 2021 Thanks IsHara as always you come through with good advice :) It turns out I'd used an int instead of a float :Dall working now. Link to comment Share on other sites More sharing options...
Recommended Posts