• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Threads regarding the original VaM 1.x

Geraldo

Well-known member
Joined
May 12, 2024
Messages
166
Solutions
7
Reactions
460
Hello people,

Any way to make a slider to be visually updated from a trigger without the need of an external plugin?

Context: I have a scene that allows you to control the sex speed via a slider in the UI, but during certain occasions I want to manually change this value to adjust to what I want to happen in the scene. While I CAN change the value itself via triggers, it bothers me that this change is not displayed in the UI. So what ends up happening is that the actual internal value is one thing, but the slider displays another, and this may cause confusion to the user.

Thanks!
 
Solution
If something ain't working and you're doing all the proper scripting methods, then it's likely there's no workaround besides a plugin :p
I'll repeat myself, but the vanilla UI is not really good : )
If something ain't working and you're doing all the proper scripting methods, then it's likely there's no workaround besides a plugin :p
I'll repeat myself, but the vanilla UI is not really good : )
 
Upvote 0
Solution
There's a problem when you update a slider that calls back the initial method. I suppose Meshed at the time got "well this is annoying" and never did a workaround :p
I had to implement specific methods in VAMStory to handle that situation. So unless you rely on it (VAMS), you'll have to not update sliders ^^
 
Upvote 0
Back
Top Bottom