ppkantorski
ppkantorski
[ovlEdiZon.ovl.zip](https://github.com/user-attachments/files/20732824/ovlEdiZon.ovl.zip)
i need to test this with some cheats, dont have a lot on my switch rn update: seems to be ok. lmk when you get the chance to test
I already migrated to i2c on my PR (heads up)
these sound like good ideas. you can already do work arounds to create similar functionality, but i do understand what you are proposing. i'll have to think about this a...
I think you can use the placeholder ```{list_source({value})}``` Value is likely returning the index here, so you can just use the index with the `list_source` placeholder. Let me know if...
hmm maybe try `{list_source({index})}` or `{list_source(*)}`. I'd have to test it out again when i get the chance. you can always add the command `logging` to the start of your...
``` iii. Named step track-bar is called utilizing ;mode=named_step_trackbar. Requires a list_source definition or a list_file_source definition (for loading the names). Does not use ;min_value=, ;max_value=, ;units=, nor ;steps=. All...
I can make a new feature for locked trackbars to "apply changes on lock". maybe something like `;on_lock=true`, but the changes don't apply until you release the left / right...
Some additional details. If it has the word `source` in the placeholder and it is not a TrackBar, the command name will require a `*` at the start. This will...
Did `;on_every_tick=true` resolve your original trackbar issue btw? (which executes on every tick) I am going to close this issue in the coming days. Hopefully everything you were working on...