fluffy-mods / DesirePaths

paths of desire
Other
2 stars 4 forks source link

I noticed the final two sliders in the mods settings don't move for me? anyone else can move them? #12

Open FluffierThanThou opened 4 years ago

FluffierThanThou commented 4 years ago

Reported by: Dizzy Ioeuy Description: I noticed the final two sliders in the mods settings don't move for me? anyone else can move them?

Inglix commented 2 years ago

I posted this on Steam Workshop already, but I noticed this open issue so I'll repost here in case you look at Github more than Steam.

Line 32 - You're assigning the value of the adjacentFactor slider to the snowClearFactor setting. This also means that because you have two sliders trying to assign a value to the same variable that neither slider can actually even move and they're both permanently locked at 0.2

ExposeData() - You forgot to include the two newer settings values, includeAdjacent and adjacentFactor to this method. This explains why people have reported the checkbox for path spread keeps re-enabling itself when they try to disable it, as that setting's default value is true.

Hope that helps. Love your mods. If I have time in the near future I'll see if I can fix it myself and send you a pull request if you don't get to it first.