• 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.

VaM 1.x Where does the Scan Hub for Missing Packages look?

Threads regarding the original VaM 1.x

SlimerJSpud

Invaluable member
Joined
May 18, 2022
Messages
2,044
Solutions
42
Reactions
1,384
When you do a Scan Hub for Missing Packages, where exactly does it look? It's obvious it checks all the other vars in AddonPackages, but where else does it look? Does it check Custom for presets? Does it check locally saved scenes? It seems like that check doesn't take very long, so how thorough is it?
 
I'm not sure I understand.

Missing packages (vars) are in AddonPackage folder, the system simply does a diff between your var files actually loaded from that folder and the required dependencies. I don't really know why it would go in Custom/scenes.
 
Upvote 0
I was confused that I couldn't see the original poster. Turns out it's you :LOL:

No presets are checked. There's a python script on my resources if you need something that does that, but probably better ones are already available.
 
Upvote 0
@atani I updated the Python script to list all dependencies posted by @Pharanesch to make it more thorough. It doesn't check Saves/scene, but it checks all presets in Custom. The in game scan does check everything in AddonPackages, including sub-dependencies.


I use this script a lot so I can figure out what's safe to delete. Most presets will silently switch to the newer version if the specified one is NLA.
 
Upvote 0
Back
Top Bottom