A session plugin that adds various small quality of life improvements to VaM UI. Each one can be individually disabled in the session plugin UI.

screenshot.png


Wheel Tab Navigation

Allows you to use mouse wheel to scroll tabbed UI sections like Clothing, Hair, Morphs, etc.

Differences with PluginIdea.MouseWheelToTabChange:
  • MouseWheelToTabChange is implemented in a very suboptimal way, where every time you scroll the game freezes for 100ms. I've managed to optimize everything on my side to be instant, and the only slowdown is caused by a call to tabbed.GotoTab(tabIndex), which is implemented on VaM side and outside of my current level of expertise to try to optimize. So tab changing is still not immediate, but it's way more snappier than in MouseWheelToTabChange.
  • MouseWheelToTabChange is slowing down scrolling of everything, even unrelated dropdowns, as it is trying to scroll tabbed areas even when the cursor is not above them.
  • MouseWheelToTabChange won't scroll if cursor is above a slider. This is to not conflict with PluginIdea.MouseWheelToSlider, but for everyone else that doesn't want to change sliders with a wheel (me), you get random times where scrolling morphs doesn't work because the cursor is above one of its sliders, which was incredibly frustrating.

Secondary click resets sliders

Allows right clicking any slider to change its value to 0 (can't change to default, as AFAIK there's no way to get the default value of a sliders I did not create).

As a bonus, you can right click the whole morph box to reset it to 0 as well, so you don't have to aim for the thin slider inside of it.

Middle click toggles morphs

Middle clicking morphs will toggle them between current value and 0, so you can easily check their effect on person without loosing state.

Secondary click reloads textures

Right click on skin body texture path or select button to reload it.

This is also a feature of AlternateUI plugin, but it never worked for me there. If you have it installed, you need to disable this feature in its UI and reload VaM so they don't conflict.
Author
qdaro
Downloads
1,676
Views
6,229
Packages
1
Version
2
First release
Last update
Rating
5.00 star(s) 4 ratings

More resources from qdaro

  • qdaro morphs
    Morphs qdaro morphs
    Various female and male morphs. Bimbo implants, torpedo breasts, inverted nipples, and more.

Latest updates

  1. RIght click to reload textures

    You can now right click on person skin texture path or select button to reload it. This is also...

Latest reviews

Thank you! Really cool. (By the way - it was be awesome if something like this could be implemented to allow scrolling in VR with the thumbwheel - that may not be possible)
Upvote 0
Excellent!!! it works much better than MouseWheelToTabChange!
Thanks a lot!
Upvote 0
Absolute game changer. Thank you for this incredible plugin!!!
Upvote 0
Essential stuff. Cycling through dozens of clothing tabs by clicking on each tab number was incredibly clunky, and a major hassle for a long time. The slider shortcuts are very useful, too. Thanks for the great mod!
Upvote 0
Back
Top Bottom