frantic93 wrote: Mon Sep 23, 2024 3:45 pm
Edit: Ok, if I get how this work, everywhere should be ">=" and value for variables that have score of 5 when setting slideshow should be much higher.
1 - 0
2 - 300
3 - 600
4 - 900
5 - 10 000 (just a example)
So when you have 700 merits, only general and category from 4 and 5 will trigger. And when you go past 900 only general and category from 5 will trigger.
Yeah , that is certainly an alternative possibility. I am not entirely sure what the original intent was behind this option
It is unclear which of these options was the intended result :
1) Low merits = only disliked images , High merits = all images
2) Low merits = All images , High merits = only liked images.
As written it is effectively going for 2 , but the high merit limit is set too low which means that all images end up cutting out at high merits.
Switching the inequality gives option 1 , which works a with the thresholds as given, but may not be the desired outcome.
It might be interesting to change it to be more of a sliding scale , with low merits giving a biased towards disliked images , and high merits a bias towards liked images. Possibly fiddly to do within the scope of the vocab files, since you are somewhat limited in the ability to do intermediate calculations, but I have vague ideas about various ways of doing it.