• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

VaM 1.x Tool to remove duplicates

Threads regarding the original VaM 1.x

vamp3003

New member
Joined
May 13, 2025
Messages
12
Reactions
0
Hi all, is there a tool that I can use to remove/highlight var duplicates? I see many vars that have been updated over time and I rather just have the latest version instead of all these copies taking up space
 
Different versions of something are not duplicates.
Depending on the creator's choice, a VAR may call for a specific version of a dependency, and if you remove it it will ask again to download it. You have these options, each with its own pros and cons:
  • Keep the versions and call it a day; plugins tend to be the ones with many versions and they're tiny in size compared to other types of resources
  • Use package manager and per VAR check the box to not give errors about dependencies and you delete the older versions
  • Change the meta.json inside each VAR to have the dependencies call for "latest"
  • Use external tools that may do something about this
 
For plugins, the default is to call a specific version. Deleting old versions of plugins causes all kinds of extra work and nuisance. For things like hair, clothing, Assets, even looks and scenes, it's usually safe to delete old versions. The caveat is if you save your own presets that call some dependency by version, removing things can cause issues. If you identify something that looks like it's not needed, move it to some other folder outside AddonPackages to see if there's any downside. If there is, drag it back. I use one called "000Holding" for that. The few automated approaches to removing old versions I've tried were a disaster. Sometimes you just gotta march in there with the hip boots on and shovel out the muck.

There's a Python script that lists dependencies for vars. It works with a full name, part of a name, or you can let it wail on the whole folder (not recommended). I use this a lot.
 
Back
Top Bottom