The idea behind this program is to have empty VAM
directory, terrabytes of vars in REPO
directory and a defined subset of vars that you want to play with.
There are two ways to make it work.
The first way is to manually copy (or do a hardlink) some vars/scenes to AddonPackages/Scenes directoriers and then using "Search for missing dependencies" button.
It will lookup up what files are need to correctly load files you've copied and then soft-link them from REPO
to VAM
.
Second way (more roboust) is to define various profiles.
For example you can create profile called "Fav looks" and define it as list of files: Niko3dx.Someone.1.var
, A1X.Person.2.var
etc
Then you can define profile called Kitty mocaps
and define it as all vars inside REPO/KittyMocaps
directory.
You can create as many profiles as you wan (they will be saved in VamToolbox settings).
Then in UI just select profiles you want to soft-link and hit Apply profiles
button.
To make the soft-links working you have to run VamToolbox as admin.
VamToolbox will create local sqlite database to store some information between runs.
Program ignores meta.json file inside vars as they are often incorrect or superfluous. Instead it will read each individual json/preset file inside var to determine it's dependencies.
Program will read both: var files and assets from Custom directory.
If there is a Custom directory inside REPO
dir then it will be read as well so you can just have Fat Vam installation and treat is as REPO
and then have a clean VAM installation where stuff will be soft-linked.
-
Locate missing dependencies in yourVAM
directory and soft-link/move them fromREPO
They will be soft-linked toVAM/AddonPackages/other
directory. -
ScanVAM
andREPO
directories for errors/missing vars or assets. Check logs in exe directory for details.
You can fix some of them manually like invalid var filename or missing meta.json -
This will check what vars are missing or have never version in your
VAM
directory and download them from HUB. They will be downloaded toVAM/AddonPackages/other
directory.
Disable morph-preload
will remove preloadMorphs: true from every meta.json that it has. It will do it only for vars that are not morphpacks (i.e. vars that only contain morphs).Remove dependencies
will clear the "dependencies" section in every meta.json. It's often incorrect and the only purpose it has is to spam with errors in VaM. Warning! This make take over an hour depending on how many vars you have. Unfortunately updating one file in .var requires to recreate the archive (this is how zip works).Remove virus morphs
will remove virus RG morphs from var files. More info here.Remove dsf morphs
will remove all DSF morphs from var files.
Operations that modify meta.json
will backup this file inside the var file so you can restore them if need by using "Restore meta.json" button.
It is recommended to first run Var Fixers
with "Dry run" and check the relevant log file to see what has been changed.
Applying a profile(s) will soft-link all matched vars to your VAM
(preserving folder hierarchy).
Then dependencies will be resolved and soft-linked to VAM/AddonPackages/other
directory.
Manage profiles
button will open a new window where you can create new profiles.
Each profile can be either a directory with var files or a single var file.
-
Thicking this will make the program execute all the logic but will not touch your files. -
Sometimes you want to move files fromREPO
to yourVAM
instead of doing soft-links. This only applies for "Search for missing dependencies" button. -
Ticking this will remove all soft-links in yourVAM/Custom
andVAM/AddonPackages
directories when applying a profile or using "Search for missing dependencies" button.